From 94893a93a7bb83abb7e3ac278fb44f855040d255 Mon Sep 17 00:00:00 2001 From: Divya Undi Date: Fri, 22 Dec 2023 15:29:57 +0530 Subject: [PATCH 001/151] updated toc.yml for beta --- api-reference/beta/toc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/toc.yml b/api-reference/beta/toc.yml index 01136935d5e..296b39f1ae0 100644 --- a/api-reference/beta/toc.yml +++ b/api-reference/beta/toc.yml @@ -1823,7 +1823,7 @@ items: href: api/ediscovery-sourcecollection-list-lastestimatestatisticsoperation.md - name: Purge data href: api/ediscovery-sourcecollection-purgedata.md - - name: Tag + - name: Tag href: resources/ediscovery-tag.md items: - name: List From 02414751811db637b80835bcf438f6bc616c5fd2 Mon Sep 17 00:00:00 2001 From: Arish Ojaswi Date: Fri, 22 Dec 2023 16:04:06 +0530 Subject: [PATCH 002/151] Update toc.yml Added Audit Log Query to TOC --- api-reference/beta/toc.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/api-reference/beta/toc.yml b/api-reference/beta/toc.yml index 296b39f1ae0..b6942c392bf 100644 --- a/api-reference/beta/toc.yml +++ b/api-reference/beta/toc.yml @@ -16877,6 +16877,28 @@ items: href: resources/simulationautomationrun.md - name: List href: api/simulationautomation-list-runs.md + - name: Audit Log Query (preview) + items: + - name: Overview + href: resources/security-api-overview.md + - name: Audit Log Query + href: resources/security-auditlogquery.md + items: + - name: List + href: api/security-auditcoreroot-list-auditlogqueries.md + - name: Post + href: api/security-auditcoreroot-post-auditlogqueries.md + - name: Get + href: api/security-auditlogquery-get.md + - name: Audit Log Record + href: resources/security-auditlogrecord.md + items: + - name: List + href: api/security-auditlogquery-list-records.md + - name: Audit Log Data + href: resources/security-auditdata.md + - name: Default Audit Log Data + href: resources/security-defaultauditdata.md - name: eDiscovery (preview) items: - name: Case From 6197b00dab6f2e6251e36f4eed8b11e9a889b8f4 Mon Sep 17 00:00:00 2001 From: Divya Undi Date: Fri, 22 Dec 2023 16:04:19 +0530 Subject: [PATCH 003/151] updated change log --- .../Microsoft.Security.AuditLogQuery.json | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 changelog/Microsoft.Security.AuditLogQuery.json diff --git a/changelog/Microsoft.Security.AuditLogQuery.json b/changelog/Microsoft.Security.AuditLogQuery.json new file mode 100644 index 00000000000..e3c2447a80a --- /dev/null +++ b/changelog/Microsoft.Security.AuditLogQuery.json @@ -0,0 +1,46 @@ +{ + "changelog": [ + { + "ChangeList": [ + { + "Id": "95da9b0a-04da-4dc5-be44-eed390298791", + "ApiChange": "Resource", + "ChangedApiName": "auditLogQuery", + "ChangeType": "Addition", + "Description": "Added the [auditLogQuery](https://learn.microsoft.com/en-us/graph/api/resources/security-auditlogquery?view=graph-rest-beta) resource and supported methods to the microsoft.graph.security subnamespace.", + "Target": "auditLogQuery" + }, + { + "Id": "95da9b0a-04da-4dc5-be44-eed390298791", + "ApiChange": "Resource", + "ChangedApiName": "auditLogRecord", + "ChangeType": "Addition", + "Description": "Added the [auditLogRecord](https://learn.microsoft.com/en-us/graph/api/resources/security-auditlogrecord?view=graph-rest-beta) resource to the microsoft.graph.security subnamespace.", + "Target": "auditLogRecord" + }, + { + "Id": "95da9b0a-04da-4dc5-be44-eed390298791", + "ApiChange": "Resource", + "ChangedApiName": "auditData", + "ChangeType": "Addition", + "Description": "Added the [auditData](https://learn.microsoft.com/en-us/graph/api/resources/security-auditdata?view=graph-rest-beta) resource to the microsoft.graph.security subnamespace.", + "Target": "auditData" + }, + { + "Id": "95da9b0a-04da-4dc5-be44-eed390298791", + "ApiChange": "Resource", + "ChangedApiName": "defaultAuditData", + "ChangeType": "Addition", + "Description": "Added the [defaultAuditData](https://learn.microsoft.com/en-us/graph/api/resources/security-defaultauditdata?view=graph-rest-beta) resource to the microsoft.graph.security subnamespace.", + "Target": "defaultAuditData" + } + ], + "Id": "b4937176-8221-4bc7-83a4-6e84c4ee02d1", + "Cloud": "Prod", + "Version": "beta", + "CreatedDateTime": "2023-12-22T15:48:54.3649155Z", + "WorkloadArea": "Security", + "SubArea": "Security" + } + ] + } From 42b781fe27b162137da0119f4bded3a02a5943d6 Mon Sep 17 00:00:00 2001 From: Arish Ojaswi Date: Fri, 22 Dec 2023 16:04:58 +0530 Subject: [PATCH 004/151] Update toc.yml --- api-reference/beta/toc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/toc.yml b/api-reference/beta/toc.yml index b6942c392bf..6d8581642ab 100644 --- a/api-reference/beta/toc.yml +++ b/api-reference/beta/toc.yml @@ -1823,7 +1823,7 @@ items: href: api/ediscovery-sourcecollection-list-lastestimatestatisticsoperation.md - name: Purge data href: api/ediscovery-sourcecollection-purgedata.md - - name: Tag + - name: Tag href: resources/ediscovery-tag.md items: - name: List From a97ee82c0bc8cbd553ab700cb44e39505bb771da Mon Sep 17 00:00:00 2001 From: Divya Undi Date: Fri, 5 Jan 2024 17:03:31 +0530 Subject: [PATCH 005/151] updated the entities --- ...rity-auditcoreroot-list-auditlogqueries.md | 113 +++++++++++++ ...rity-auditcoreroot-post-auditlogqueries.md | 154 ++++++++++++++++++ .../beta/api/security-auditlogquery-get.md | 111 +++++++++++++ .../security-auditlogquery-list-records.md | 118 ++++++++++++++ .../beta/resources/security-auditcoreroot.md | 49 ++++++ .../beta/resources/security-auditdata.md | 34 ++++ .../beta/resources/security-auditlogquery.md | 92 +++++++++++ .../beta/resources/security-auditlogrecord.md | 84 ++++++++++ 8 files changed, 755 insertions(+) create mode 100644 api-reference/beta/api/security-auditcoreroot-list-auditlogqueries.md create mode 100644 api-reference/beta/api/security-auditcoreroot-post-auditlogqueries.md create mode 100644 api-reference/beta/api/security-auditlogquery-get.md create mode 100644 api-reference/beta/api/security-auditlogquery-list-records.md create mode 100644 api-reference/beta/resources/security-auditcoreroot.md create mode 100644 api-reference/beta/resources/security-auditdata.md create mode 100644 api-reference/beta/resources/security-auditlogquery.md create mode 100644 api-reference/beta/resources/security-auditlogrecord.md diff --git a/api-reference/beta/api/security-auditcoreroot-list-auditlogqueries.md b/api-reference/beta/api/security-auditcoreroot-list-auditlogqueries.md new file mode 100644 index 00000000000..d475e29669b --- /dev/null +++ b/api-reference/beta/api/security-auditcoreroot-list-auditlogqueries.md @@ -0,0 +1,113 @@ +--- +title: "List auditLogQueries" +description: "Get a list of the microsoft.graph.security.auditLogQuery objects and their properties." +author: "arishojaswi" +ms.localizationpriority: medium +ms.prod: "auditlogquery" +doc_type: apiPageType +--- + +# List auditLogQueries +Namespace: microsoft.graph.security + +[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] + +Get a list of the [microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md) objects and their properties. + +## Permissions +Through the Audit Search Graph API, auditing data can be accessed using the following permissions which are classified at a Microsoft 365 service level. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). + +|Microsoft 365 Service|Delegated (work or school account)|Delegated (personal Microsoft account)|Application +|:---|:---|:---|:---| +|OneDrive|AuditLogsQuery-OneDrive.Read.All|Not supported|AuditLogsQuery-OneDrive.Read.All| +|Exchange|AuditLogsQuery-Exchange.Read.All|Not supported|AuditLogsQuery-Exchange.Read.All| +|SharePoint|AuditLogsQuery-SharePoint.Read.All|Not supported|AuditLogsQuery-SharePoint.Read.All| +|Endpoint|AuditLogsQuery-Endpoint.Read.All|Not supported|AuditLogsQuery-Endpoint.Read.All| +|Dynamics CRM|AuditLogsQuery-CRM.Read.All|Not supported|AuditLogsQuery-CRM.Read.All| +|Entra|AuditLogsQuery-Entra.Read.All|Not supported|AuditLogsQuery-Entra.Read.All| +|All Audit Logs|AuditLogsQuery.Read.All|Not supported|AuditLogsQuery.Read.All| + +## HTTP request + + +``` http +GET /security/auditCore/auditLogQueries +``` + +## Optional query parameters +This method supports some of the OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). + +## Request headers +|Name|Description| +|:---|:---| +|Authorization|Bearer {token}. Required.| + +## Request body +Do not supply a request body for this method. + +## Response + +If successful, this method returns a `200 OK` response code and a collection of [auditLogQuery](../resources/auditlogquery.md) objects in the response body. + +## Examples + +### Request +The following is an example of a request. + +``` http +GET https://graph.microsoft.com/beta/security/auditCore/auditLogQueries +``` + + +### Response +The following is an example of the response +>**Note:** The response object shown here might be shortened for readability. + +``` http +HTTP/1.1 200 OK +Content-Type: application/json + +{ + "value": [ + { + "@odata.type": "#microsoft.graph.security.auditLogQuery", + "id": "168ec429-084b-a489-90d8-504a87846305", + "displayName": "String", + "filterStartDateTime": "String (timestamp)", + "filterEndDateTime": "String (timestamp)", + "recordTypeFilter": "String", + "keywordFilter": "String", + "serviceFilter": "String", + "operationFilters": [ + "String" + ], + "userPrincipalNameFilters": [ + "String" + ], + "ipAddressFilters": [ + "String" + ], + "objectIdFilters": [ + "String" + ], + "administrativeUnitIdFilters": [ + "String" + ], + "status": "String" + } + ] +} +``` + diff --git a/api-reference/beta/api/security-auditcoreroot-post-auditlogqueries.md b/api-reference/beta/api/security-auditcoreroot-post-auditlogqueries.md new file mode 100644 index 00000000000..3c89a4d2c60 --- /dev/null +++ b/api-reference/beta/api/security-auditcoreroot-post-auditlogqueries.md @@ -0,0 +1,154 @@ +--- +title: "Create auditLogQuery" +description: "Create a new microsoft.graph.security.auditLogQuery object." +author: "arishojaswi" +ms.localizationpriority: medium +ms.prod: "auditlogquery" +doc_type: apiPageType +--- + +# Create auditLogQuery +Namespace: microsoft.graph.security + +[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] + +Create a new [microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md) object. + +## Permissions +Through the Audit Search Graph API, auditing data can be accessed using the following permissions which are classified at a Microsoft 365 service level. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). + +|Microsoft 365 Service|Delegated (work or school account)|Delegated (personal Microsoft account)|Application +|:---|:---|:---|:---| +|OneDrive|AuditLogsQuery-OneDrive.Read.All|Not supported|AuditLogsQuery-OneDrive.Read.All| +|Exchange|AuditLogsQuery-Exchange.Read.All|Not supported|AuditLogsQuery-Exchange.Read.All| +|SharePoint|AuditLogsQuery-SharePoint.Read.All|Not supported|AuditLogsQuery-SharePoint.Read.All| +|Endpoint|AuditLogsQuery-Endpoint.Read.All|Not supported|AuditLogsQuery-Endpoint.Read.All| +|Dynamics CRM|AuditLogsQuery-CRM.Read.All|Not supported|AuditLogsQuery-CRM.Read.All| +|Entra|AuditLogsQuery-Entra.Read.All|Not supported|AuditLogsQuery-Entra.Read.All| +|All Audit Logs|AuditLogsQuery.Read.All|Not supported|AuditLogsQuery.Read.All| + + +## HTTP request + + +``` http +POST /security/auditCore/auditLogQueries +``` + +## Request headers +|Name|Description| +|:---|:---| +|Authorization|Bearer {token}. Required.| +|Content-Type|application/json. Required.| + +## Request body +In the request body, supply a JSON representation of the [microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md) object. + +You can specify the following properties when creating a **auditLogQuery**. + +|Property|Type|Description| +|:---|:---|:---| +|displayName|String|Display name for the saved audit log query. Optional.| +|filterStartDateTime|DateTimeOffset|Start date of the date range in the query. Optional.| +|filterEndDateTime|DateTimeOffset|End date of the date range in the query. Optional.| +|recordTypeFilter|microsoft.graph.security.auditLogRecordType|The type of operation indicated by the record. The possible values are: `exchangeAdmin`, `exchangeItem`, `exchangeItemGroup`, `sharePoint`, `syntheticProbe`, `sharePointFileOperation`, `oneDrive`, `azureActiveDirectory`, `azureActiveDirectoryAccountLogon`, `dataCenterSecurityCmdlet`, `complianceDLPSharePoint`, `sway`, `complianceDLPExchange`, `sharePointSharingOperation`, `azureActiveDirectoryStsLogon`, `skypeForBusinessPSTNUsage`, `skypeForBusinessUsersBlocked`, `securityComplianceCenterEOPCmdlet`, `exchangeAggregatedOperation`, `powerBIAudit`, `crm`, `yammer`, `skypeForBusinessCmdlets`, `discovery`, `microsoftTeams`, `threatIntelligence`, `mailSubmission`, `microsoftFlow`, `aeD`, `microsoftStream`, `complianceDLPSharePointClassification`, `threatFinder`, `project`, `sharePointListOperation`, `sharePointCommentOperation`, `dataGovernance`, `kaizala`, `securityComplianceAlerts`, `threatIntelligenceUrl`, `securityComplianceInsights`, `mipLabel`, `workplaceAnalytics`, `powerAppsApp`, `powerAppsPlan`, `threatIntelligenceAtpContent`, `labelContentExplorer`, `teamsHealthcare`, `exchangeItemAggregated`, `hygieneEvent`, `dataInsightsRestApiAudit`, `informationBarrierPolicyApplication`, `sharePointListItemOperation`, `sharePointContentTypeOperation`, `sharePointFieldOperation`, `microsoftTeamsAdmin`, `hrSignal`, `microsoftTeamsDevice`, `microsoftTeamsAnalytics`, `informationWorkerProtection`, `campaign`, `dlpEndpoint`, `airInvestigation`, `quarantine`, `microsoftForms`, `applicationAudit`, `complianceSupervisionExchange`, `customerKeyServiceEncryption`, `officeNative`, `mipAutoLabelSharePointItem`, `mipAutoLabelSharePointPolicyLocation`, `microsoftTeamsShifts`, `secureScore`, `mipAutoLabelExchangeItem`, `cortanaBriefing`, `search`, `wdatpAlerts`, `powerPlatformAdminDlp`, `powerPlatformAdminEnvironment`, `mdatpAudit`, `sensitivityLabelPolicyMatch`, `sensitivityLabelAction`, `sensitivityLabeledFileAction`, `attackSim`, `airManualInvestigation`, `securityComplianceRBAC`, `userTraining`, `airAdminActionInvestigation`, `mstic`, `physicalBadgingSignal`, `teamsEasyApprovals`, `aipDiscover`, `aipSensitivityLabelAction`, `aipProtectionAction`, `aipFileDeleted`, `aipHeartBeat`, `mcasAlerts`, `onPremisesFileShareScannerDlp`, `onPremisesSharePointScannerDlp`, `exchangeSearch`, `sharePointSearch`, `privacyDataMinimization`, `labelAnalyticsAggregate`, `myAnalyticsSettings`, `securityComplianceUserChange`, `complianceDLPExchangeClassification`, `complianceDLPEndpoint`, `mipExactDataMatch`, `msdeResponseActions`, `msdeGeneralSettings`, `msdeIndicatorsSettings`, `ms365DCustomDetection`, `msdeRolesSettings`, `mapgAlerts`, `mapgPolicy`, `mapgRemediation`, `privacyRemediationAction`, `privacyDigestEmail`, `mipAutoLabelSimulationProgress`, `mipAutoLabelSimulationCompletion`, `mipAutoLabelProgressFeedback`, `dlpSensitiveInformationType`, `mipAutoLabelSimulationStatistics`, `largeContentMetadata`, `microsoft365Group`, `cdpMlInferencingResult`, `filteringMailMetadata`, `cdpClassificationMailItem`, `cdpClassificationDocument`, `officeScriptsRunAction`, `filteringPostMailDeliveryAction`, `cdpUnifiedFeedback`, `tenantAllowBlockList`, `consumptionResource`, `healthcareSignal`, `dlpImportResult`, `cdpCompliancePolicyExecution`, `multiStageDisposition`, `privacyDataMatch`, `filteringDocMetadata`, `filteringEmailFeatures`, `powerBIDlp`, `filteringUrlInfo`, `filteringAttachmentInfo`, `coreReportingSettings`, `complianceConnector`, `powerPlatformLockboxResourceAccessRequest`, `powerPlatformLockboxResourceCommand`, `cdpPredictiveCodingLabel`, `cdpCompliancePolicyUserFeedback`, `webpageActivityEndpoint`, `omePortal`, `cmImprovementActionChange`, `filteringUrlClick`, `mipLabelAnalyticsAuditRecord`, `filteringEntityEvent`, `filteringRuleHits`, `filteringMailSubmission`, `labelExplorer`, `microsoftManagedServicePlatform`, `powerPlatformServiceActivity`, `scorePlatformGenericAuditRecord`, `filteringTimeTravelDocMetadata`, `alert`, `alertStatus`, `alertIncident`, `incidentStatus`, `case`, `caseInvestigation`, `recordsManagement`, `privacyRemediation`, `dataShareOperation`, `cdpDlpSensitive`, `ehrConnector`, `filteringMailGradingResult`, `publicFolder`, `privacyTenantAuditHistoryRecord`, `aipScannerDiscoverEvent`, `eduDataLakeDownloadOperation`, `m365ComplianceConnector`, `microsoftGraphDataConnectOperation`, `microsoftPurview`, `filteringEmailContentFeatures`, `powerPagesSite`, `powerAppsResource`, `plannerPlan`, `plannerCopyPlan`, `plannerTask`, `plannerRoster`, `plannerPlanList`, `plannerTaskList`, `plannerTenantSettings`, `projectForTheWebProject`, `projectForTheWebTask`, `projectForTheWebRoadmap`, `projectForTheWebRoadmapItem`, `projectForTheWebProjectSettings`, `projectForTheWebRoadmapSettings`, `quarantineMetadata`, `microsoftTodoAudit`, `timeTravelFilteringDocMetadata`, `teamsQuarantineMetadata`, `sharePointAppPermissionOperation`, `microsoftTeamsSensitivityLabelAction`, `filteringTeamsMetadata`, `filteringTeamsUrlInfo`, `filteringTeamsPostDeliveryAction`, `mdcAssessments`, `mdcRegulatoryComplianceStandards`, `mdcRegulatoryComplianceControls`, `mdcRegulatoryComplianceAssessments`, `mdcSecurityConnectors`, `mdaDataSecuritySignal`, `vivaGoals`, `filteringRuntimeInfo`, `attackSimAdmin`, `microsoftGraphDataConnectConsent`, `filteringAtpDetonationInfo`, `privacyPortal`, `managedTenants`, `unifiedSimulationMatchedItem`, `unifiedSimulationSummary`, `updateQuarantineMetadata`, `ms365DSuppressionRule`, `purviewDataMapOperation`, `filteringUrlPostClickAction`, `irmUserDefinedDetectionSignal`, `teamsUpdates`, `plannerRosterSensitivityLabel`, `ms365DIncident`, `filteringDelistingMetadata`, `complianceDLPSharePointClassificationExtended`, `microsoftDefenderForIdentityAudit`, `supervisoryReviewDayXInsight`, `defenderExpertsforXDRAdmin`, `cdpEdgeBlockedMessage`, `hostedRpa`, `cdpContentExplorerAggregateRecord`, `cdpHygieneAttachmentInfo`, `cdpHygieneSummary`, `cdpPostMailDeliveryAction`, `cdpEmailFeatures`, `cdpHygieneUrlInfo`, `cdpUrlClick`, `cdpPackageManagerHygieneEvent`, `filteringDocScan`, `timeTravelFilteringDocScan`, `mapgOnboard`, `unknownFutureValue`. Optional.| +|keywordFilter|String|Free text field to search non-indexed properties of the audit log. Optional.| +|serviceFilter|String|The Office 365 service where the activity occurred. Optional.| +|operationFilters|String collection|The name of the user or admin activity. For a description of the most common operations/activities, see [Search the audit log in the Office 365 Protection Center](https://go.microsoft.com/fwlink/p/?LinkId=708432). Optional.| +|userPrincipalNameFilters|String collection|The UPN (User Principal Name) of the user who performed the action (specified in the Operation property) that resulted in the record being logged; for example, _my_name@my_domain_name_. Optional.| +|ipAddressFilters|String collection|The IP address of the device that was used when the activity was logged. Optional.| +|objectIdFilters|String collection|For SharePoint and OneDrive for Business activity, the full path name of the file or folder accessed by the user. For Exchange admin audit logging, the name of the object that was modified by the cmdlet. Optional.| +|administrativeUnitIdFilters|String collection|Administrative Units tagged to an audit log record. Optional.| +|status|microsoft.graph.security.auditLogQueryStatus|Current status of the query. The possible values are: `notStarted`, `running`, `succeeded`, `failed`, `cancelled`, `unknownFutureValue`. Optional.| + + + +## Response + +If successful, this method returns a `201 Created` response code and a [microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md) object in the response body. + +## Examples + +### Request +The following is an example of a request. + +``` http +POST https://graph.microsoft.com/beta/security/auditCore/auditLogQueries +Content-Type: application/json + +{ + "@odata.type": "#microsoft.graph.security.auditLogQuery", + "displayName": "String", + "filterStartDateTime": "String (timestamp)", + "filterEndDateTime": "String (timestamp)", + "recordTypeFilter": "String", + "keywordFilter": "String", + "serviceFilter": "String", + "operationFilters": [ + "String" + ], + "userPrincipalNameFilters": [ + "String" + ], + "ipAddressFilters": [ + "String" + ], + "objectIdFilters": [ + "String" + ], + "administrativeUnitIdFilters": [ + "String" + ], + "status": "String" +} +``` + + +### Response +The following is an example of the response +>**Note:** The response object shown here might be shortened for readability. + +``` http +HTTP/1.1 201 Created +Content-Type: application/json + +{ + "@odata.type": "#microsoft.graph.security.auditLogQuery", + "id": "168ec429-084b-a489-90d8-504a87846305", + "displayName": "String", + "filterStartDateTime": "String (timestamp)", + "filterEndDateTime": "String (timestamp)", + "recordTypeFilter": "String", + "keywordFilter": "String", + "serviceFilter": "String", + "operationFilters": [ + "String" + ], + "userPrincipalNameFilters": [ + "String" + ], + "ipAddressFilters": [ + "String" + ], + "objectIdFilters": [ + "String" + ], + "administrativeUnitIdFilters": [ + "String" + ], + "status": "String" +} +``` + diff --git a/api-reference/beta/api/security-auditlogquery-get.md b/api-reference/beta/api/security-auditlogquery-get.md new file mode 100644 index 00000000000..40d3dc1f0e7 --- /dev/null +++ b/api-reference/beta/api/security-auditlogquery-get.md @@ -0,0 +1,111 @@ +--- +title: "Get auditLogQuery" +description: "Read the properties and relationships of a microsoft.graph.security.auditLogQuery object." +author: "arishojaswi" +ms.localizationpriority: medium +ms.prod: "auditlogquery" +doc_type: apiPageType +--- + +# Get auditLogQuery +Namespace: microsoft.graph.security + +[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] + +Read the properties and relationships of a [microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md) object. + +## Permissions +Through the Audit Search Graph API, auditing data can be accessed using the following permissions which are classified at a Microsoft 365 service level. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). + +|Microsoft 365 Service|Delegated (work or school account)|Delegated (personal Microsoft account)|Application +|:---|:---|:---|:---| +|OneDrive|AuditLogsQuery-OneDrive.Read.All|Not supported|AuditLogsQuery-OneDrive.Read.All| +|Exchange|AuditLogsQuery-Exchange.Read.All|Not supported|AuditLogsQuery-Exchange.Read.All| +|SharePoint|AuditLogsQuery-SharePoint.Read.All|Not supported|AuditLogsQuery-SharePoint.Read.All| +|Endpoint|AuditLogsQuery-Endpoint.Read.All|Not supported|AuditLogsQuery-Endpoint.Read.All| +|Dynamics CRM|AuditLogsQuery-CRM.Read.All|Not supported|AuditLogsQuery-CRM.Read.All| +|Entra|AuditLogsQuery-Entra.Read.All|Not supported|AuditLogsQuery-Entra.Read.All| +|All Audit Logs|AuditLogsQuery.Read.All|Not supported|AuditLogsQuery.Read.All| + +## HTTP request + + +``` http +GET /security/auditCore/auditLogQueries/{auditLogQueryId} +``` + +## Optional query parameters +This method supports some of the OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). + +## Request headers +|Name|Description| +|:---|:---| +|Authorization|Bearer {token}. Required.| + +## Request body +Do not supply a request body for this method. + +## Response + +If successful, this method returns a `200 OK` response code and a [microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md) object in the response body. + +## Examples + +### Request +The following is an example of a request. + +``` http +GET https://graph.microsoft.com/beta/security/auditCore/auditLogQueries/{auditLogQueryId} +``` + + +### Response +The following is an example of the response +>**Note:** The response object shown here might be shortened for readability. + +``` http +HTTP/1.1 200 OK +Content-Type: application/json + +{ + "value": { + "@odata.type": "#microsoft.graph.security.auditLogQuery", + "id": "168ec429-084b-a489-90d8-504a87846305", + "displayName": "String", + "filterStartDateTime": "String (timestamp)", + "filterEndDateTime": "String (timestamp)", + "recordTypeFilter": "String", + "keywordFilter": "String", + "serviceFilter": "String", + "operationFilters": [ + "String" + ], + "userPrincipalNameFilters": [ + "String" + ], + "ipAddressFilters": [ + "String" + ], + "objectIdFilters": [ + "String" + ], + "administrativeUnitIdFilters": [ + "String" + ], + "status": "String" + } +} +``` + diff --git a/api-reference/beta/api/security-auditlogquery-list-records.md b/api-reference/beta/api/security-auditlogquery-list-records.md new file mode 100644 index 00000000000..2c4b900d057 --- /dev/null +++ b/api-reference/beta/api/security-auditlogquery-list-records.md @@ -0,0 +1,118 @@ +--- +title: "List auditLogRecords" +description: "Get a list of the microsoft.graph.security.auditLogRecord objects and their properties." +author: "arishojaswi" +ms.localizationpriority: medium +ms.prod: "auditlogquery" +doc_type: apiPageType +--- + +# List auditLogRecords + +Namespace: microsoft.graph.security + +[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] + +Get a list of the [microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) objects and their properties. + +## Permissions + +Through the Audit Search Graph API, auditing data can be accessed using the following permissions which are classified at a Microsoft 365 service level. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). + +|Microsoft 365 Service|Delegated (work or school account)|Delegated (personal Microsoft account)|Application +|:---|:---|:---|:---| +|OneDrive|AuditLogsQuery-OneDrive.Read.All|Not supported|AuditLogsQuery-OneDrive.Read.All| +|Exchange|AuditLogsQuery-Exchange.Read.All|Not supported|AuditLogsQuery-Exchange.Read.All| +|SharePoint|AuditLogsQuery-SharePoint.Read.All|Not supported|AuditLogsQuery-SharePoint.Read.All| +|Endpoint|AuditLogsQuery-Endpoint.Read.All|Not supported|AuditLogsQuery-Endpoint.Read.All| +|Dynamics CRM|AuditLogsQuery-CRM.Read.All|Not supported|AuditLogsQuery-CRM.Read.All| +|Entra|AuditLogsQuery-Entra.Read.All|Not supported|AuditLogsQuery-Entra.Read.All| +|All Audit Logs|AuditLogsQuery.Read.All|Not supported|AuditLogsQuery.Read.All| + +## HTTP request + + + +```http +GET /security/auditCore/auditLogQueries/{auditLogQueryId}/records +``` + +## Optional query parameters + +This method supports some of the OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). + +## Request headers + +| Name | Description | +| :------------ | :------------------------ | +| Authorization | Bearer {token}. Required. | + +## Request body + +Do not supply a request body for this method. + +## Response + +If successful, this method returns a `200 OK` response code and a collection of [auditLogRecord](../resources/auditlogrecord.md) objects in the response body. + +## Examples + +### Request + +The following is an example of a request. + + + +```http +GET https://graph.microsoft.com/beta/security/auditCore/auditLogQueries/{auditLogQueryId}/records +``` + +### Response + +The following is an example of the response + +> **Note:** The response object shown here might be shortened for readability. + + + +```http +HTTP/1.1 200 OK +Content-Type: application/json + +{ + "value": [ + { + "@odata.type": "#microsoft.graph.security.auditLogRecord", + "id": "40706737-7eca-f9a1-97a5-dedd3260e24a", + "createdDateTime": "String (timestamp)", + "auditLogRecordType": "String", + "operation": "String", + "organizationId": "String", + "userType": "String", + "userId": "String", + "service": "String", + "objectId": "String", + "userPrincipalName": "String", + "clientIp": "String", + "administrativeUnits": [ + "String" + ], + "auditData": { + "@odata.type": "microsoft.graph.security.auditData" + } + } + ] +} +``` diff --git a/api-reference/beta/resources/security-auditcoreroot.md b/api-reference/beta/resources/security-auditcoreroot.md new file mode 100644 index 00000000000..5f22b554027 --- /dev/null +++ b/api-reference/beta/resources/security-auditcoreroot.md @@ -0,0 +1,49 @@ +--- +title: "auditCoreRoot resource type" +description: "auditCoreRoot is the root path name for the Audit Logs Query API." +author: "arishojaswi" +ms.localizationpriority: medium +ms.prod: "auditlogquery" +doc_type: resourcePageType +--- + +# auditCoreRoot resource type + +Namespace: microsoft.graph.security + +[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] + +The Microsoft Graph APIs for Audit Search provide functionality for organizations to automate repetitive tasks involving retrieval of Audit records. For details about searching the Audit log, see [Search the audit log in the Microsoft Purview compliance portal](https://learn.microsoft.com/en-us/microsoft-365/compliance/audit-log-search?view=o365-worldwide). + + +Inherits from [microsoft.graph.entity](../resources/entity.md). + +## Methods +|Method|Return type|Description| +|:---|:---|:---| +|[List auditCoreRoots](../api/security-security-list-auditcore.md)|[microsoft.graph.security.auditCoreRoot](../resources/security-auditcoreroot.md) collection|Get a list of the [microsoft.graph.security.auditCoreRoot](../resources/security-auditcoreroot.md) objects and their properties.| +|[Create auditCoreRoot](../api/security-security-post-auditcore.md)|[microsoft.graph.security.auditCoreRoot](../resources/security-auditcoreroot.md)|Create a new [microsoft.graph.security.auditCoreRoot](../resources/security-auditcoreroot.md) object.| +|[Get auditCoreRoot](../api/security-auditcoreroot-get.md)|[microsoft.graph.security.auditCoreRoot](../resources/security-auditcoreroot.md)|Read the properties and relationships of a [microsoft.graph.security.auditCoreRoot](../resources/security-auditcoreroot.md) object.| +|[Update auditCoreRoot](../api/security-auditcoreroot-update.md)|[microsoft.graph.security.auditCoreRoot](../resources/security-auditcoreroot.md)|Update the properties of a [microsoft.graph.security.auditCoreRoot](../resources/security-auditcoreroot.md) object.| +|[Delete auditCoreRoot](../api/security-security-delete-auditcore.md)|None|Delete a [microsoft.graph.security.auditCoreRoot](../resources/security-auditcoreroot.md) object.| +|[List auditLogQueries](../api/security-auditcoreroot-list-auditlogqueries.md)|[microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md) collection|Get the auditLogQuery resources from the auditLogQueries navigation property.| +|[Create auditLogQuery](../api/security-auditcoreroot-post-auditlogqueries.md)|[microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md)|Create a new auditLogQuery object.| + + +## JSON representation +The following is a JSON representation of the resource. + +``` json +{ + "@odata.type": "#microsoft.graph.security.auditCoreRoot", + "id": "String (identifier)" +} +``` + diff --git a/api-reference/beta/resources/security-auditdata.md b/api-reference/beta/resources/security-auditdata.md new file mode 100644 index 00000000000..fed9bbd4b6b --- /dev/null +++ b/api-reference/beta/resources/security-auditdata.md @@ -0,0 +1,34 @@ +--- +title: "auditData resource type" +description: "auditData is an abstract type which supports the audit logs of various Microsoft 365 services. It supports defaultAuditData which contains the JSON of these Microsoft 365 services." +author: "arishojaswi" +ms.localizationpriority: medium +ms.prod: "auditlogquery" +doc_type: resourcePageType +--- + +# auditData resource type + +Namespace: microsoft.graph.security + +[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] + +auditData is an abstract type which supports the audit logs of various Microsoft 365 services. It supports defaultAuditData which contains the JSON of these Microsoft 365 services. + + +## Relationships +None. + +## JSON representation +The following is a JSON representation of the resource. + +``` json +{ + "@odata.type": "#microsoft.graph.security.auditData" +} +``` + diff --git a/api-reference/beta/resources/security-auditlogquery.md b/api-reference/beta/resources/security-auditlogquery.md new file mode 100644 index 00000000000..06c3bd6a845 --- /dev/null +++ b/api-reference/beta/resources/security-auditlogquery.md @@ -0,0 +1,92 @@ +--- +title: "auditLogQuery resource type" +description: "Represents an audit log query, which is used to query and retrieve relevant audit log records." +author: "arishojaswi" +ms.localizationpriority: medium +ms.prod: "auditlogquery" +doc_type: resourcePageType +--- + +# auditLogQuery resource type + +Namespace: microsoft.graph.security + +[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] + +Represents an audit log query, which is used to query and retrieve relevant audit log records. + + +Inherits from [microsoft.graph.entity](../resources/entity.md). + +## Methods +|Method|Return type|Description| +|:---|:---|:---| +|[List auditLogQueries](../api/security-auditcoreroot-list-auditlogqueries.md)|[microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md) collection|Get a list of the [microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md) objects and their properties.| +|[Create auditLogQuery](../api/security-auditcoreroot-post-auditlogqueries.md)|[microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md)|Create a new [microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md) object.| +|[Get auditLogQuery](../api/security-auditlogquery-get.md)|[microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md)|Read the properties and relationships of a [microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md) object.| +|[Update auditLogQuery](../api/security-auditlogquery-update.md)|[microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md)|Update the properties of a [microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md) object.| +|[Delete auditLogQuery](../api/security-auditcoreroot-delete-auditlogqueries.md)|None|Delete a [microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md) object.| +|[List records](../api/security-auditlogquery-list-records.md)|[microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) collection|Get the auditLogRecord resources from the records navigation property.| +|[Create auditLogRecord](../api/security-auditlogquery-post-records.md)|[microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md)|Create a new auditLogRecord object.| + +## Properties +|Property|Type|Description| +|:---|:---|:---| +|administrativeUnitIdFilters|String collection|Administrative Units tagged to an audit log record.| +|displayName|String|Display name for the saved audit log query| +|filterEndDateTime|DateTimeOffset|End date of the date range in the query| +|filterStartDateTime|DateTimeOffset|Start date of the date range in the query| +|id|String|Unique identifier for the audit log query. Inherited from [microsoft.graph.entity](../resources/entity.md).| +|ipAddressFilters|String collection|The IP address of the device that was used when the activity was logged.| +|keywordFilter|String|Free text field to search non-indexed properties of the audit log.| +|objectIdFilters|String collection|For SharePoint and OneDrive for Business activity, the full path name of the file or folder accessed by the user. For Exchange admin audit logging, the name of the object that was modified by the cmdlet.| +|operationFilters|String collection|The name of the user or admin activity. For a description of the most common operations/activities, see [Search the audit log in the Office 365 Protection Center](https://go.microsoft.com/fwlink/p/?LinkId=708432).| +|recordTypeFilter|microsoft.graph.security.auditLogRecordType|The type of operation indicated by the record. The possible values are: `exchangeAdmin`, `exchangeItem`, `exchangeItemGroup`, `sharePoint`, `syntheticProbe`, `sharePointFileOperation`, `oneDrive`, `azureActiveDirectory`, `azureActiveDirectoryAccountLogon`, `dataCenterSecurityCmdlet`, `complianceDLPSharePoint`, `sway`, `complianceDLPExchange`, `sharePointSharingOperation`, `azureActiveDirectoryStsLogon`, `skypeForBusinessPSTNUsage`, `skypeForBusinessUsersBlocked`, `securityComplianceCenterEOPCmdlet`, `exchangeAggregatedOperation`, `powerBIAudit`, `crm`, `yammer`, `skypeForBusinessCmdlets`, `discovery`, `microsoftTeams`, `threatIntelligence`, `mailSubmission`, `microsoftFlow`, `aeD`, `microsoftStream`, `complianceDLPSharePointClassification`, `threatFinder`, `project`, `sharePointListOperation`, `sharePointCommentOperation`, `dataGovernance`, `kaizala`, `securityComplianceAlerts`, `threatIntelligenceUrl`, `securityComplianceInsights`, `mipLabel`, `workplaceAnalytics`, `powerAppsApp`, `powerAppsPlan`, `threatIntelligenceAtpContent`, `labelContentExplorer`, `teamsHealthcare`, `exchangeItemAggregated`, `hygieneEvent`, `dataInsightsRestApiAudit`, `informationBarrierPolicyApplication`, `sharePointListItemOperation`, `sharePointContentTypeOperation`, `sharePointFieldOperation`, `microsoftTeamsAdmin`, `hrSignal`, `microsoftTeamsDevice`, `microsoftTeamsAnalytics`, `informationWorkerProtection`, `campaign`, `dlpEndpoint`, `airInvestigation`, `quarantine`, `microsoftForms`, `applicationAudit`, `complianceSupervisionExchange`, `customerKeyServiceEncryption`, `officeNative`, `mipAutoLabelSharePointItem`, `mipAutoLabelSharePointPolicyLocation`, `microsoftTeamsShifts`, `secureScore`, `mipAutoLabelExchangeItem`, `cortanaBriefing`, `search`, `wdatpAlerts`, `powerPlatformAdminDlp`, `powerPlatformAdminEnvironment`, `mdatpAudit`, `sensitivityLabelPolicyMatch`, `sensitivityLabelAction`, `sensitivityLabeledFileAction`, `attackSim`, `airManualInvestigation`, `securityComplianceRBAC`, `userTraining`, `airAdminActionInvestigation`, `mstic`, `physicalBadgingSignal`, `teamsEasyApprovals`, `aipDiscover`, `aipSensitivityLabelAction`, `aipProtectionAction`, `aipFileDeleted`, `aipHeartBeat`, `mcasAlerts`, `onPremisesFileShareScannerDlp`, `onPremisesSharePointScannerDlp`, `exchangeSearch`, `sharePointSearch`, `privacyDataMinimization`, `labelAnalyticsAggregate`, `myAnalyticsSettings`, `securityComplianceUserChange`, `complianceDLPExchangeClassification`, `complianceDLPEndpoint`, `mipExactDataMatch`, `msdeResponseActions`, `msdeGeneralSettings`, `msdeIndicatorsSettings`, `ms365DCustomDetection`, `msdeRolesSettings`, `mapgAlerts`, `mapgPolicy`, `mapgRemediation`, `privacyRemediationAction`, `privacyDigestEmail`, `mipAutoLabelSimulationProgress`, `mipAutoLabelSimulationCompletion`, `mipAutoLabelProgressFeedback`, `dlpSensitiveInformationType`, `mipAutoLabelSimulationStatistics`, `largeContentMetadata`, `microsoft365Group`, `cdpMlInferencingResult`, `filteringMailMetadata`, `cdpClassificationMailItem`, `cdpClassificationDocument`, `officeScriptsRunAction`, `filteringPostMailDeliveryAction`, `cdpUnifiedFeedback`, `tenantAllowBlockList`, `consumptionResource`, `healthcareSignal`, `dlpImportResult`, `cdpCompliancePolicyExecution`, `multiStageDisposition`, `privacyDataMatch`, `filteringDocMetadata`, `filteringEmailFeatures`, `powerBIDlp`, `filteringUrlInfo`, `filteringAttachmentInfo`, `coreReportingSettings`, `complianceConnector`, `powerPlatformLockboxResourceAccessRequest`, `powerPlatformLockboxResourceCommand`, `cdpPredictiveCodingLabel`, `cdpCompliancePolicyUserFeedback`, `webpageActivityEndpoint`, `omePortal`, `cmImprovementActionChange`, `filteringUrlClick`, `mipLabelAnalyticsAuditRecord`, `filteringEntityEvent`, `filteringRuleHits`, `filteringMailSubmission`, `labelExplorer`, `microsoftManagedServicePlatform`, `powerPlatformServiceActivity`, `scorePlatformGenericAuditRecord`, `filteringTimeTravelDocMetadata`, `alert`, `alertStatus`, `alertIncident`, `incidentStatus`, `case`, `caseInvestigation`, `recordsManagement`, `privacyRemediation`, `dataShareOperation`, `cdpDlpSensitive`, `ehrConnector`, `filteringMailGradingResult`, `publicFolder`, `privacyTenantAuditHistoryRecord`, `aipScannerDiscoverEvent`, `eduDataLakeDownloadOperation`, `m365ComplianceConnector`, `microsoftGraphDataConnectOperation`, `microsoftPurview`, `filteringEmailContentFeatures`, `powerPagesSite`, `powerAppsResource`, `plannerPlan`, `plannerCopyPlan`, `plannerTask`, `plannerRoster`, `plannerPlanList`, `plannerTaskList`, `plannerTenantSettings`, `projectForTheWebProject`, `projectForTheWebTask`, `projectForTheWebRoadmap`, `projectForTheWebRoadmapItem`, `projectForTheWebProjectSettings`, `projectForTheWebRoadmapSettings`, `quarantineMetadata`, `microsoftTodoAudit`, `timeTravelFilteringDocMetadata`, `teamsQuarantineMetadata`, `sharePointAppPermissionOperation`, `microsoftTeamsSensitivityLabelAction`, `filteringTeamsMetadata`, `filteringTeamsUrlInfo`, `filteringTeamsPostDeliveryAction`, `mdcAssessments`, `mdcRegulatoryComplianceStandards`, `mdcRegulatoryComplianceControls`, `mdcRegulatoryComplianceAssessments`, `mdcSecurityConnectors`, `mdaDataSecuritySignal`, `vivaGoals`, `filteringRuntimeInfo`, `attackSimAdmin`, `microsoftGraphDataConnectConsent`, `filteringAtpDetonationInfo`, `privacyPortal`, `managedTenants`, `unifiedSimulationMatchedItem`, `unifiedSimulationSummary`, `updateQuarantineMetadata`, `ms365DSuppressionRule`, `purviewDataMapOperation`, `filteringUrlPostClickAction`, `irmUserDefinedDetectionSignal`, `teamsUpdates`, `plannerRosterSensitivityLabel`, `ms365DIncident`, `filteringDelistingMetadata`, `complianceDLPSharePointClassificationExtended`, `microsoftDefenderForIdentityAudit`, `supervisoryReviewDayXInsight`, `defenderExpertsforXDRAdmin`, `cdpEdgeBlockedMessage`, `hostedRpa`, `cdpContentExplorerAggregateRecord`, `cdpHygieneAttachmentInfo`, `cdpHygieneSummary`, `cdpPostMailDeliveryAction`, `cdpEmailFeatures`, `cdpHygieneUrlInfo`, `cdpUrlClick`, `cdpPackageManagerHygieneEvent`, `filteringDocScan`, `timeTravelFilteringDocScan`, `mapgOnboard`, `unknownFutureValue`.| +|serviceFilter|String|The Office 365 service where the activity occurred.| +|status|microsoft.graph.security.auditLogQueryStatus|Describes the current status of the query. The possible values are: `notStarted`, `running`, `succeeded`, `failed`, `cancelled`, `unknownFutureValue`.| +|userPrincipalNameFilters|String collection|The UPN (User Principal Name) of the user who performed the action (specified in the Operation property) that resulted in the record being logged; for example, _my_name@my_domain_name_.| + +## Relationships +|Relationship|Type|Description| +|:---|:---|:---| +|records|[microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) collection|An individual audit log record.| + +## JSON representation +The following is a JSON representation of the resource. + +``` json +{ + "@odata.type": "#microsoft.graph.security.auditLogQuery", + "id": "String (identifier)", + "displayName": "String", + "filterStartDateTime": "String (timestamp)", + "filterEndDateTime": "String (timestamp)", + "recordTypeFilter": "String", + "keywordFilter": "String", + "serviceFilter": "String", + "operationFilters": [ + "String" + ], + "userPrincipalNameFilters": [ + "String" + ], + "ipAddressFilters": [ + "String" + ], + "objectIdFilters": [ + "String" + ], + "administrativeUnitIdFilters": [ + "String" + ], + "status": "String" +} +``` + diff --git a/api-reference/beta/resources/security-auditlogrecord.md b/api-reference/beta/resources/security-auditlogrecord.md new file mode 100644 index 00000000000..3397422859e --- /dev/null +++ b/api-reference/beta/resources/security-auditlogrecord.md @@ -0,0 +1,84 @@ +--- +title: "auditLogRecord resource type" +description: "Represents an audit log record containing both common audit properties and auditData specific to the Microsoft 365 service." +author: "**TODO: Provide Github Name. See [topic-level metadata reference](https://aka.ms/msgo?pagePath=Document-APIs/Guidelines/Metadata)**" +ms.localizationpriority: medium +ms.prod: "**TODO: Add MS prod. See [topic-level metadata reference](https://aka.ms/msgo?pagePath=Document-APIs/Guidelines/Metadata)**" +doc_type: resourcePageType +--- + +# auditLogRecord resource type + +Namespace: microsoft.graph.security + +[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] + +**TODO: Add Description** + +Inherits from [microsoft.graph.entity](../resources/entity.md). + +## Methods + +| Method | Return type | Description | +| :----------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------ | +| [List auditLogRecords](../api/security-auditlogquery-list-records.md) | [microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) collection | Get a list of the [microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) objects and their properties. | +| [Create auditLogRecord](../api/security-auditlogquery-post-records.md) | [microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) | Create a new [microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) object. | +| [Get auditLogRecord](../api/security-auditlogrecord-get.md) | [microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) | Read the properties and relationships of a [microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) object. | +| [Update auditLogRecord](../api/security-auditlogrecord-update.md) | [microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) | Update the properties of a [microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) object. | +| [Delete auditLogRecord](../api/security-auditlogquery-delete-records.md) | None | Delete a [microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) object. | + +## Properties + +| Property | Type | Description | +| :------------------ | :----------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| administrativeUnits | String collection | **TODO: Add Description** | +| auditData | [microsoft.graph.security.auditData](../resources/security-auditdata.md) | **TODO: Add Description** | +| auditLogRecordType | microsoft.graph.security.auditLogRecordType | **TODO: Add Description**.The possible values are: `exchangeAdmin`, `exchangeItem`, `exchangeItemGroup`, `sharePoint`, `syntheticProbe`, `sharePointFileOperation`, `oneDrive`, `azureActiveDirectory`, `azureActiveDirectoryAccountLogon`, `dataCenterSecurityCmdlet`, `complianceDLPSharePoint`, `sway`, `complianceDLPExchange`, `sharePointSharingOperation`, `azureActiveDirectoryStsLogon`, `skypeForBusinessPSTNUsage`, `skypeForBusinessUsersBlocked`, `securityComplianceCenterEOPCmdlet`, `exchangeAggregatedOperation`, `powerBIAudit`, `crm`, `yammer`, `skypeForBusinessCmdlets`, `discovery`, `microsoftTeams`, `threatIntelligence`, `mailSubmission`, `microsoftFlow`, `aeD`, `microsoftStream`, `complianceDLPSharePointClassification`, `threatFinder`, `project`, `sharePointListOperation`, `sharePointCommentOperation`, `dataGovernance`, `kaizala`, `securityComplianceAlerts`, `threatIntelligenceUrl`, `securityComplianceInsights`, `mipLabel`, `workplaceAnalytics`, `powerAppsApp`, `powerAppsPlan`, `threatIntelligenceAtpContent`, `labelContentExplorer`, `teamsHealthcare`, `exchangeItemAggregated`, `hygieneEvent`, `dataInsightsRestApiAudit`, `informationBarrierPolicyApplication`, `sharePointListItemOperation`, `sharePointContentTypeOperation`, `sharePointFieldOperation`, `microsoftTeamsAdmin`, `hrSignal`, `microsoftTeamsDevice`, `microsoftTeamsAnalytics`, `informationWorkerProtection`, `campaign`, `dlpEndpoint`, `airInvestigation`, `quarantine`, `microsoftForms`, `applicationAudit`, `complianceSupervisionExchange`, `customerKeyServiceEncryption`, `officeNative`, `mipAutoLabelSharePointItem`, `mipAutoLabelSharePointPolicyLocation`, `microsoftTeamsShifts`, `secureScore`, `mipAutoLabelExchangeItem`, `cortanaBriefing`, `search`, `wdatpAlerts`, `powerPlatformAdminDlp`, `powerPlatformAdminEnvironment`, `mdatpAudit`, `sensitivityLabelPolicyMatch`, `sensitivityLabelAction`, `sensitivityLabeledFileAction`, `attackSim`, `airManualInvestigation`, `securityComplianceRBAC`, `userTraining`, `airAdminActionInvestigation`, `mstic`, `physicalBadgingSignal`, `teamsEasyApprovals`, `aipDiscover`, `aipSensitivityLabelAction`, `aipProtectionAction`, `aipFileDeleted`, `aipHeartBeat`, `mcasAlerts`, `onPremisesFileShareScannerDlp`, `onPremisesSharePointScannerDlp`, `exchangeSearch`, `sharePointSearch`, `privacyDataMinimization`, `labelAnalyticsAggregate`, `myAnalyticsSettings`, `securityComplianceUserChange`, `complianceDLPExchangeClassification`, `complianceDLPEndpoint`, `mipExactDataMatch`, `msdeResponseActions`, `msdeGeneralSettings`, `msdeIndicatorsSettings`, `ms365DCustomDetection`, `msdeRolesSettings`, `mapgAlerts`, `mapgPolicy`, `mapgRemediation`, `privacyRemediationAction`, `privacyDigestEmail`, `mipAutoLabelSimulationProgress`, `mipAutoLabelSimulationCompletion`, `mipAutoLabelProgressFeedback`, `dlpSensitiveInformationType`, `mipAutoLabelSimulationStatistics`, `largeContentMetadata`, `microsoft365Group`, `cdpMlInferencingResult`, `filteringMailMetadata`, `cdpClassificationMailItem`, `cdpClassificationDocument`, `officeScriptsRunAction`, `filteringPostMailDeliveryAction`, `cdpUnifiedFeedback`, `tenantAllowBlockList`, `consumptionResource`, `healthcareSignal`, `dlpImportResult`, `cdpCompliancePolicyExecution`, `multiStageDisposition`, `privacyDataMatch`, `filteringDocMetadata`, `filteringEmailFeatures`, `powerBIDlp`, `filteringUrlInfo`, `filteringAttachmentInfo`, `coreReportingSettings`, `complianceConnector`, `powerPlatformLockboxResourceAccessRequest`, `powerPlatformLockboxResourceCommand`, `cdpPredictiveCodingLabel`, `cdpCompliancePolicyUserFeedback`, `webpageActivityEndpoint`, `omePortal`, `cmImprovementActionChange`, `filteringUrlClick`, `mipLabelAnalyticsAuditRecord`, `filteringEntityEvent`, `filteringRuleHits`, `filteringMailSubmission`, `labelExplorer`, `microsoftManagedServicePlatform`, `powerPlatformServiceActivity`, `scorePlatformGenericAuditRecord`, `filteringTimeTravelDocMetadata`, `alert`, `alertStatus`, `alertIncident`, `incidentStatus`, `case`, `caseInvestigation`, `recordsManagement`, `privacyRemediation`, `dataShareOperation`, `cdpDlpSensitive`, `ehrConnector`, `filteringMailGradingResult`, `publicFolder`, `privacyTenantAuditHistoryRecord`, `aipScannerDiscoverEvent`, `eduDataLakeDownloadOperation`, `m365ComplianceConnector`, `microsoftGraphDataConnectOperation`, `microsoftPurview`, `filteringEmailContentFeatures`, `powerPagesSite`, `powerAppsResource`, `plannerPlan`, `plannerCopyPlan`, `plannerTask`, `plannerRoster`, `plannerPlanList`, `plannerTaskList`, `plannerTenantSettings`, `projectForTheWebProject`, `projectForTheWebTask`, `projectForTheWebRoadmap`, `projectForTheWebRoadmapItem`, `projectForTheWebProjectSettings`, `projectForTheWebRoadmapSettings`, `quarantineMetadata`, `microsoftTodoAudit`, `timeTravelFilteringDocMetadata`, `teamsQuarantineMetadata`, `sharePointAppPermissionOperation`, `microsoftTeamsSensitivityLabelAction`, `filteringTeamsMetadata`, `filteringTeamsUrlInfo`, `filteringTeamsPostDeliveryAction`, `mdcAssessments`, `mdcRegulatoryComplianceStandards`, `mdcRegulatoryComplianceControls`, `mdcRegulatoryComplianceAssessments`, `mdcSecurityConnectors`, `mdaDataSecuritySignal`, `vivaGoals`, `filteringRuntimeInfo`, `attackSimAdmin`, `microsoftGraphDataConnectConsent`, `filteringAtpDetonationInfo`, `privacyPortal`, `managedTenants`, `unifiedSimulationMatchedItem`, `unifiedSimulationSummary`, `updateQuarantineMetadata`, `ms365DSuppressionRule`, `purviewDataMapOperation`, `filteringUrlPostClickAction`, `irmUserDefinedDetectionSignal`, `teamsUpdates`, `plannerRosterSensitivityLabel`, `ms365DIncident`, `filteringDelistingMetadata`, `complianceDLPSharePointClassificationExtended`, `microsoftDefenderForIdentityAudit`, `supervisoryReviewDayXInsight`, `defenderExpertsforXDRAdmin`, `cdpEdgeBlockedMessage`, `hostedRpa`, `cdpContentExplorerAggregateRecord`, `cdpHygieneAttachmentInfo`, `cdpHygieneSummary`, `cdpPostMailDeliveryAction`, `cdpEmailFeatures`, `cdpHygieneUrlInfo`, `cdpUrlClick`, `cdpPackageManagerHygieneEvent`, `filteringDocScan`, `timeTravelFilteringDocScan`, `mapgOnboard`, `unknownFutureValue`. | +| clientIp | String | **TODO: Add Description** | +| createdDateTime | DateTimeOffset | **TODO: Add Description** | +| id | String | **TODO: Add Description** Inherited from [microsoft.graph.entity](../resources/entity.md). | +| objectId | String | **TODO: Add Description** | +| operation | String | **TODO: Add Description** | +| organizationId | String | **TODO: Add Description** | +| service | String | **TODO: Add Description** | +| userId | String | **TODO: Add Description** | +| userPrincipalName | String | **TODO: Add Description** | +| userType | microsoft.graph.security.auditLogUserType | **TODO: Add Description**.The possible values are: `regular`, `reserved`, `admin`, `dcAdmin`, `system`, `application`, `servicePrincipal`, `customPolicy`, `systemPolicy`, `partnerTechnician`, `guest`, `unknownFutureValue`. | + +## Relationships + +None. + +## JSON representation + +The following is a JSON representation of the resource. + + + +```json +{ + "@odata.type": "#microsoft.graph.security.auditLogRecord", + "id": "String (identifier)", + "createdDateTime": "String (timestamp)", + "auditLogRecordType": "String", + "operation": "String", + "organizationId": "String", + "userType": "String", + "userId": "String", + "service": "String", + "objectId": "String", + "userPrincipalName": "String", + "clientIp": "String", + "administrativeUnits": ["String"], + "auditData": { + "@odata.type": "microsoft.graph.security.auditData" + } +} +``` From da5f945b641d84104da37b6a01c203f609633b71 Mon Sep 17 00:00:00 2001 From: Divya Undi Date: Fri, 5 Jan 2024 19:24:19 +0530 Subject: [PATCH 006/151] updated the security files --- .../beta/resources/enums-security.md | 454 +++++++++++------- .../beta/resources/security-api-overview.md | 24 +- 2 files changed, 310 insertions(+), 168 deletions(-) diff --git a/api-reference/beta/resources/enums-security.md b/api-reference/beta/resources/enums-security.md index e9d70750f65..edad97f6f90 100644 --- a/api-reference/beta/resources/enums-security.md +++ b/api-reference/beta/resources/enums-security.md @@ -1,168 +1,296 @@ --- -title: "Security enum values" -description: "Microsoft Graph security subnamespace enumeration values" -doc_type: enumPageType +title: "Enum values" +description: "Microsoft Graph enumeration values" +author: "**TODO: Provide Github Name. See [topic-level metadata reference](https://aka.ms/msgo?pagePath=Document-APIs/Guidelines/Metadata)**" ms.localizationpriority: medium -ms.prod: "security" -author: "BenAlfasi" +ms.prod: "**TODO: Add MS prod. See [topic-level metadata reference](https://aka.ms/msgo?pagePath=Document-APIs/Guidelines/Metadata)**" +doc_type: enumTypes --- -# Security enum values +### auditLogQueryStatus values + + + +|Member| +|:---| +|notStarted| +|running| +|succeeded| +|failed| +|cancelled| +|unknownFutureValue| + +### auditLogRecordType values + + + +|Member| +|:---| +|exchangeAdmin| +|exchangeItem| +|exchangeItemGroup| +|sharePoint| +|syntheticProbe| +|sharePointFileOperation| +|oneDrive| +|azureActiveDirectory| +|azureActiveDirectoryAccountLogon| +|dataCenterSecurityCmdlet| +|complianceDLPSharePoint| +|sway| +|complianceDLPExchange| +|sharePointSharingOperation| +|azureActiveDirectoryStsLogon| +|skypeForBusinessPSTNUsage| +|skypeForBusinessUsersBlocked| +|securityComplianceCenterEOPCmdlet| +|exchangeAggregatedOperation| +|powerBIAudit| +|crm| +|yammer| +|skypeForBusinessCmdlets| +|discovery| +|microsoftTeams| +|threatIntelligence| +|mailSubmission| +|microsoftFlow| +|aeD| +|microsoftStream| +|complianceDLPSharePointClassification| +|threatFinder| +|project| +|sharePointListOperation| +|sharePointCommentOperation| +|dataGovernance| +|kaizala| +|securityComplianceAlerts| +|threatIntelligenceUrl| +|securityComplianceInsights| +|mipLabel| +|workplaceAnalytics| +|powerAppsApp| +|powerAppsPlan| +|threatIntelligenceAtpContent| +|labelContentExplorer| +|teamsHealthcare| +|exchangeItemAggregated| +|hygieneEvent| +|dataInsightsRestApiAudit| +|informationBarrierPolicyApplication| +|sharePointListItemOperation| +|sharePointContentTypeOperation| +|sharePointFieldOperation| +|microsoftTeamsAdmin| +|hrSignal| +|microsoftTeamsDevice| +|microsoftTeamsAnalytics| +|informationWorkerProtection| +|campaign| +|dlpEndpoint| +|airInvestigation| +|quarantine| +|microsoftForms| +|applicationAudit| +|complianceSupervisionExchange| +|customerKeyServiceEncryption| +|officeNative| +|mipAutoLabelSharePointItem| +|mipAutoLabelSharePointPolicyLocation| +|microsoftTeamsShifts| +|secureScore| +|mipAutoLabelExchangeItem| +|cortanaBriefing| +|search| +|wdatpAlerts| +|powerPlatformAdminDlp| +|powerPlatformAdminEnvironment| +|mdatpAudit| +|sensitivityLabelPolicyMatch| +|sensitivityLabelAction| +|sensitivityLabeledFileAction| +|attackSim| +|airManualInvestigation| +|securityComplianceRBAC| +|userTraining| +|airAdminActionInvestigation| +|mstic| +|physicalBadgingSignal| +|teamsEasyApprovals| +|aipDiscover| +|aipSensitivityLabelAction| +|aipProtectionAction| +|aipFileDeleted| +|aipHeartBeat| +|mcasAlerts| +|onPremisesFileShareScannerDlp| +|onPremisesSharePointScannerDlp| +|exchangeSearch| +|sharePointSearch| +|privacyDataMinimization| +|labelAnalyticsAggregate| +|myAnalyticsSettings| +|securityComplianceUserChange| +|complianceDLPExchangeClassification| +|complianceDLPEndpoint| +|mipExactDataMatch| +|msdeResponseActions| +|msdeGeneralSettings| +|msdeIndicatorsSettings| +|ms365DCustomDetection| +|msdeRolesSettings| +|mapgAlerts| +|mapgPolicy| +|mapgRemediation| +|privacyRemediationAction| +|privacyDigestEmail| +|mipAutoLabelSimulationProgress| +|mipAutoLabelSimulationCompletion| +|mipAutoLabelProgressFeedback| +|dlpSensitiveInformationType| +|mipAutoLabelSimulationStatistics| +|largeContentMetadata| +|microsoft365Group| +|cdpMlInferencingResult| +|filteringMailMetadata| +|cdpClassificationMailItem| +|cdpClassificationDocument| +|officeScriptsRunAction| +|filteringPostMailDeliveryAction| +|cdpUnifiedFeedback| +|tenantAllowBlockList| +|consumptionResource| +|healthcareSignal| +|dlpImportResult| +|cdpCompliancePolicyExecution| +|multiStageDisposition| +|privacyDataMatch| +|filteringDocMetadata| +|filteringEmailFeatures| +|powerBIDlp| +|filteringUrlInfo| +|filteringAttachmentInfo| +|coreReportingSettings| +|complianceConnector| +|powerPlatformLockboxResourceAccessRequest| +|powerPlatformLockboxResourceCommand| +|cdpPredictiveCodingLabel| +|cdpCompliancePolicyUserFeedback| +|webpageActivityEndpoint| +|omePortal| +|cmImprovementActionChange| +|filteringUrlClick| +|mipLabelAnalyticsAuditRecord| +|filteringEntityEvent| +|filteringRuleHits| +|filteringMailSubmission| +|labelExplorer| +|microsoftManagedServicePlatform| +|powerPlatformServiceActivity| +|scorePlatformGenericAuditRecord| +|filteringTimeTravelDocMetadata| +|alert| +|alertStatus| +|alertIncident| +|incidentStatus| +|case| +|caseInvestigation| +|recordsManagement| +|privacyRemediation| +|dataShareOperation| +|cdpDlpSensitive| +|ehrConnector| +|filteringMailGradingResult| +|publicFolder| +|privacyTenantAuditHistoryRecord| +|aipScannerDiscoverEvent| +|eduDataLakeDownloadOperation| +|m365ComplianceConnector| +|microsoftGraphDataConnectOperation| +|microsoftPurview| +|filteringEmailContentFeatures| +|powerPagesSite| +|powerAppsResource| +|plannerPlan| +|plannerCopyPlan| +|plannerTask| +|plannerRoster| +|plannerPlanList| +|plannerTaskList| +|plannerTenantSettings| +|projectForTheWebProject| +|projectForTheWebTask| +|projectForTheWebRoadmap| +|projectForTheWebRoadmapItem| +|projectForTheWebProjectSettings| +|projectForTheWebRoadmapSettings| +|quarantineMetadata| +|microsoftTodoAudit| +|timeTravelFilteringDocMetadata| +|teamsQuarantineMetadata| +|sharePointAppPermissionOperation| +|microsoftTeamsSensitivityLabelAction| +|filteringTeamsMetadata| +|filteringTeamsUrlInfo| +|filteringTeamsPostDeliveryAction| +|mdcAssessments| +|mdcRegulatoryComplianceStandards| +|mdcRegulatoryComplianceControls| +|mdcRegulatoryComplianceAssessments| +|mdcSecurityConnectors| +|mdaDataSecuritySignal| +|vivaGoals| +|filteringRuntimeInfo| +|attackSimAdmin| +|microsoftGraphDataConnectConsent| +|filteringAtpDetonationInfo| +|privacyPortal| +|managedTenants| +|unifiedSimulationMatchedItem| +|unifiedSimulationSummary| +|updateQuarantineMetadata| +|ms365DSuppressionRule| +|purviewDataMapOperation| +|filteringUrlPostClickAction| +|irmUserDefinedDetectionSignal| +|teamsUpdates| +|plannerRosterSensitivityLabel| +|ms365DIncident| +|filteringDelistingMetadata| +|complianceDLPSharePointClassificationExtended| +|microsoftDefenderForIdentityAudit| +|supervisoryReviewDayXInsight| +|defenderExpertsforXDRAdmin| +|cdpEdgeBlockedMessage| +|hostedRpa| +|cdpContentExplorerAggregateRecord| +|cdpHygieneAttachmentInfo| +|cdpHygieneSummary| +|cdpPostMailDeliveryAction| +|cdpEmailFeatures| +|cdpHygieneUrlInfo| +|cdpUrlClick| +|cdpPackageManagerHygieneEvent| +|filteringDocScan| +|timeTravelFilteringDocScan| +|mapgOnboard| +|unknownFutureValue| + +### auditLogUserType values + + + +|Member| +|:---| +|regular| +|reserved| +|admin| +|dcAdmin| +|system| +|application| +|servicePrincipal| +|customPolicy| +|systemPolicy| +|partnerTechnician| +|guest| +|unknownFutureValue| -Namespace: microsoft.graph.security - - -### actionAfterRetentionPeriod values - -| Member | -| :--------------------- | -| none | -| delete | -| startDispositionReview | -| unknownFutureValue | - -### behaviorDuringRetentionPeriod values - -| Member | -| :----------------------- | -| doNotRetain | -| retain | -| retainAsRecord | -| retainAsRegulatoryRecord | -| unknownFutureValue | - -## contentFormat values - -| Member | -| :----------------- | -| text | -| html | -| markdown | -| unknownFutureValue | - -### defaultRecordBehavior values - -| Member | -| :----------------- | -| startLocked | -| startUnlocked | -| unknownFutureValue | - -### detectionStatus values - -| Member -|:-------------- -| detected -| blocked -| prevented -| unknownFutureValue - -### eventPropagationStatus values - -| Member | -| :----------------- | -| none | -| inProcessing | -| failed | -| success | -| unknownFutureValue | - -### eventStatusType values - -| Member | -| :----------------- | -| pending | -| error | -| success | -| notAvaliable | -| unknownFutureValue | - -### hostPortProtocol values - -| Member | -| :----------------- | -| tcp | -| udp | -| unknownFutureValue | - -### hostPortStatus values - -| Member | -| :----------------- | -| open | -| filtered | -| closed | -| unknownFutureValue | - -### hostReputationClassification values - -| Member | -| :----------------- | -| unknown | -| neutral | -| suspicious | -| malicious | -| unknownFutureValue | - -### hostReputationRuleSeverity values - -| Member | -| :----------------- | -| unknown | -| low | -| medium | -| high | -| unknownFutureValue | - -### indicatorSource values - -| Member | -| :----------------- | -| microsoft | -| osint | -| public | -| unknownFutureValue | - -### intelligenceProfileKind values - -| Member | -| :----------------- | -| actor | -| tool | -| unknownFutureValue | - -### queryType values - -| Member | -| :----------------- | -| files | -| messages | -| unknownFutureValue | - -### retentionTrigger values - -| Member | -| :----------------- | -| dateLabeled | -| dateCreated | -| dateModified | -| dateOfEvent | -| unknownFutureValue | - -### vulnerabilitySeverity values - -| Member | -| :----------------- | -| none | -| low | -| medium | -| high | -| critical | -| unknownFutureValue | - - diff --git a/api-reference/beta/resources/security-api-overview.md b/api-reference/beta/resources/security-api-overview.md index 600136ed534..6382efd8372 100644 --- a/api-reference/beta/resources/security-api-overview.md +++ b/api-reference/beta/resources/security-api-overview.md @@ -62,7 +62,7 @@ The beta version of the security API offers two types of alerts that aggregate o These [alert](security-alert.md) resources first pull alert data from security provider services, that are either part of or integrated with [Microsoft 365 Defender](/microsoft-365/security/defender/microsoft-365-defender?view=o365-worldwide&preserve-view=true). Then they consume the data to return rich, valuable clues about a completed or ongoing attack, the impacted assets, and associated [evidence](security-alertevidence.md). In addition, they automatically correlate other alerts with the same attack techniques or the same attacker into an [incident](security-incident.md) to provide a broader context of an attack. They recommend response and remediation actions, offering consistent actionability across all the different providers. The rich content makes it easier for analysts to collectively investigate and respond to threats. Alerts from the following security providers are available via these rich alerts and incidents: -- [Microsoft Entra ID Protection](/azure/active-directory/identity-protection/overview-identity-protection) +- [Azure Active Directory Identity Protection](/azure/active-directory/identity-protection/overview-identity-protection) - [Microsoft 365 Defender](/microsoft-365/security/defender/microsoft-365-defender?view=o365-worldwide&preserve-view=true) - [Microsoft Defender for Cloud Apps](/cloud-app-security/monitor-alerts) - [Microsoft Defender for Endpoint](/microsoft-365/security/defender-endpoint/microsoft-defender-endpoint?view=o365-worldwide&preserve-view=true) @@ -81,7 +81,7 @@ Alerts from the following security providers are available via this legacy **ale | Security provider |

GET alert

|

PATCH alert

|

Subscribe to alert

| |:------------------|:---------|:-----------|:------------------| -|[Microsoft Entra ID Protection](/azure/active-directory/identity-protection/playbook) |

|

[File issue](https://github.com/microsoftgraph/security-api-solutions/issues/new) *

|

| +|[Azure Active Directory Identity Protection](/azure/active-directory/identity-protection/playbook) |

|

[File issue](https://github.com/microsoftgraph/security-api-solutions/issues/new) *

|

| |[Azure Security Center](/azure/security-center/security-center-alerts-type)|

|

|

| |Microsoft 365
  • [Default](/office365/securitycompliance/alert-policies#default-alert-policies)
  • [Cloud App Security](/office365/securitycompliance/anomaly-detection-policies-in-ocas)
  • Custom Alert
|

|

[File issue](https://github.com/microsoftgraph/security-api-solutions/issues/new)

|

[File issue](https://github.com/microsoftgraph/security-api-solutions/issues/new)

| | [Microsoft Defender for Cloud Apps](/cloud-app-security/monitor-alerts) (formerly Microsoft Cloud App Security) |

|

[File issue](https://github.com/microsoftgraph/security-api-solutions/issues/new) *

|

| @@ -105,6 +105,11 @@ Alerts from the following security providers are available via this legacy **ale [Microsoft Purview eDiscovery (Premium)](/microsoft-365/compliance/overview-ediscovery-20) provides an end-to-end workflow to preserve, collect, analyze, review, and export content that's responsive to your organization's internal and external investigations. +## Audit Logs Query (preview) + +[Microsoft Purview Audit](/microsoft-365/compliance/audit-solutions-overview) provides an integrated solution to help organizations effectively respond to security events, forensic investigations, internal investigations, and compliance obligations. Thousands of user and admin operations performed in dozens of Microsoft 365 services and solutions are captured, recorded, and retained in your organization's unified audit log. Audit records for these events are searchable by security ops, IT admins, insider risk teams, and compliance and legal investigators in your organization. This capability provides visibility into the activities performed across your Microsoft 365 organization. + + ## Incidents An [incident](security-incident.md) is a collection of correlated  [alerts](security-alert.md) and associated data that make up the story of an attack. Incident management is part of Microsoft 365 Defender, and is available in the Microsoft 365 Defender portal (https://security.microsoft.com/). @@ -145,13 +150,20 @@ The threat intelligence APIs (preview) allow you to operationalize intelligence Threat indicators, also referred to as indicators of compromise (IoCs), represent data about known threats, such as malicious files, URLs, domains, and IP addresses. Customers can generate indicators through internal threat intelligence gathering or acquire indicators from threat intelligence communities, licensed feeds, and other sources. These indicators are then used in various security tools to defend against related threats. -The [tiIndicator](tiindicator.md) entity allows customers to feed threat indicators to Microsoft security solutions to take a block or alert action on a malicious activity, or to allow the activity that has been determined to be irrelevant to the organization and suppress actions for the indicator. To send an indicator, specify the Microsoft security solution intended to utilize the indicator and the action to take for that indicator. +The [tiIndicators](tiindicator.md) entity allows customers to feed threat indicators to Microsoft security solutions to enable block and alert actions on malicious activity or allow, which suppresses actions for indicators determined not to be relevant to an organization. When sending indicators, both the Microsoft solution that will utilize the indicator and the action to be taken on that indicator are specified. + +You can integrate the [tiIndicator](tiindicator.md) entity into your application or use one of the following integrated threat intelligence platforms (TIP): + +- [Palo Alto Networks MineMeld Threat Intelligence Sharing](https://www.paloaltonetworks.com/products/secure-the-network/subscriptions/minemeld) +- [MISP Open Source Threat Intelligence Platform](http://www.misp-project.org/) available through the [TI sample](https://aka.ms/tipmispsample) Threat indicators sent via the Microsoft Graph security API are available today in the following products: +- [Azure Sentinel](/azure/sentinel/overview) – Enables you to correlate threat indicators with log data to get alerts on malicious activity. - [Microsoft Defender for Endpoint](/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-advanced-threat-protection) – Enables you to alert and/or block on threat indicators associated with malicious activity. You can also allow an indicator for ignoring the indicator from automated investigations. For details about the types of indicators supported and limits on indicator counts per tenant, see [Manage indicators](/windows/security/threat-protection/microsoft-defender-atp/manage-indicators). -- [Microsoft Sentinel](/azure/sentinel/overview) – Only existing customers can use the [tiIndicator](tiindicator.md) API to send threat intelligence indicators to Microsoft Sentinel. For the most up-to-date, detailed instructions on how to send threat intelligent indicators to Microsoft Sentinel, see [Connect your threat intelligence platform to Microsoft Sentinel](/azure/sentinel/connect-threat-intelligence-tip). - + +Support in other Microsoft security services will be available soon. + ## Threat submission The Microsoft Graph threat submission API helps organizations to submit a threat received by any user in a tenant. This empowers customers to report spam or suspicious emails, phishing URLs, or malware attachments they receive to Microsoft. Microsoft checks the submission against the organizational policies in effect and sends it to human graders for analysis. The result then helps tenant administrators understand the threat scanning verdict and adjust their organizational policy. Admins can also use the results to report legitimate emails to prevent them from getting blocked. @@ -227,6 +239,8 @@ The Microsoft Graph security API can open up new ways for you to engage with dif - Try the API in the [Graph Explorer](https://developer.microsoft.com/graph/graph-explorer). Under **Sample Queries**, choose **show more samples** and set the Security category to **on**. - Try [subscribing to and receiving notifications](/graph/webhooks) on entity changes. +Need more ideas? See [how some of our partners are using Microsoft Graph](https://developer.microsoft.com/graph/partners). + ## See also [Code and contribute](https://github.com/microsoftgraph/security-api-solutions/blob/master/CONTRIBUTING.md) to these Microsoft Graph security API samples: From 015b108cb6ca7be6f29b2adfc6d696e149b3e266 Mon Sep 17 00:00:00 2001 From: Arish Ojaswi Date: Mon, 8 Jan 2024 23:34:15 +0530 Subject: [PATCH 007/151] Update api-reference/beta/resources/security-api-overview.md Co-authored-by: Daniela Bonilla Montero <92937694+Danielabom@users.noreply.github.com> --- api-reference/beta/resources/security-api-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/resources/security-api-overview.md b/api-reference/beta/resources/security-api-overview.md index 6382efd8372..1826d41bc49 100644 --- a/api-reference/beta/resources/security-api-overview.md +++ b/api-reference/beta/resources/security-api-overview.md @@ -105,7 +105,7 @@ Alerts from the following security providers are available via this legacy **ale [Microsoft Purview eDiscovery (Premium)](/microsoft-365/compliance/overview-ediscovery-20) provides an end-to-end workflow to preserve, collect, analyze, review, and export content that's responsive to your organization's internal and external investigations. -## Audit Logs Query (preview) +## Audit logs query (preview) [Microsoft Purview Audit](/microsoft-365/compliance/audit-solutions-overview) provides an integrated solution to help organizations effectively respond to security events, forensic investigations, internal investigations, and compliance obligations. Thousands of user and admin operations performed in dozens of Microsoft 365 services and solutions are captured, recorded, and retained in your organization's unified audit log. Audit records for these events are searchable by security ops, IT admins, insider risk teams, and compliance and legal investigators in your organization. This capability provides visibility into the activities performed across your Microsoft 365 organization. From 16df7be765add7e75faa3f2ad3e17ef5262d1183 Mon Sep 17 00:00:00 2001 From: Arish Ojaswi Date: Tue, 9 Jan 2024 12:16:15 +0530 Subject: [PATCH 008/151] Delete api-reference/beta/resources/security-auditcoreroot.md --- .../beta/resources/security-auditcoreroot.md | 49 ------------------- 1 file changed, 49 deletions(-) delete mode 100644 api-reference/beta/resources/security-auditcoreroot.md diff --git a/api-reference/beta/resources/security-auditcoreroot.md b/api-reference/beta/resources/security-auditcoreroot.md deleted file mode 100644 index 5f22b554027..00000000000 --- a/api-reference/beta/resources/security-auditcoreroot.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -title: "auditCoreRoot resource type" -description: "auditCoreRoot is the root path name for the Audit Logs Query API." -author: "arishojaswi" -ms.localizationpriority: medium -ms.prod: "auditlogquery" -doc_type: resourcePageType ---- - -# auditCoreRoot resource type - -Namespace: microsoft.graph.security - -[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] - -The Microsoft Graph APIs for Audit Search provide functionality for organizations to automate repetitive tasks involving retrieval of Audit records. For details about searching the Audit log, see [Search the audit log in the Microsoft Purview compliance portal](https://learn.microsoft.com/en-us/microsoft-365/compliance/audit-log-search?view=o365-worldwide). - - -Inherits from [microsoft.graph.entity](../resources/entity.md). - -## Methods -|Method|Return type|Description| -|:---|:---|:---| -|[List auditCoreRoots](../api/security-security-list-auditcore.md)|[microsoft.graph.security.auditCoreRoot](../resources/security-auditcoreroot.md) collection|Get a list of the [microsoft.graph.security.auditCoreRoot](../resources/security-auditcoreroot.md) objects and their properties.| -|[Create auditCoreRoot](../api/security-security-post-auditcore.md)|[microsoft.graph.security.auditCoreRoot](../resources/security-auditcoreroot.md)|Create a new [microsoft.graph.security.auditCoreRoot](../resources/security-auditcoreroot.md) object.| -|[Get auditCoreRoot](../api/security-auditcoreroot-get.md)|[microsoft.graph.security.auditCoreRoot](../resources/security-auditcoreroot.md)|Read the properties and relationships of a [microsoft.graph.security.auditCoreRoot](../resources/security-auditcoreroot.md) object.| -|[Update auditCoreRoot](../api/security-auditcoreroot-update.md)|[microsoft.graph.security.auditCoreRoot](../resources/security-auditcoreroot.md)|Update the properties of a [microsoft.graph.security.auditCoreRoot](../resources/security-auditcoreroot.md) object.| -|[Delete auditCoreRoot](../api/security-security-delete-auditcore.md)|None|Delete a [microsoft.graph.security.auditCoreRoot](../resources/security-auditcoreroot.md) object.| -|[List auditLogQueries](../api/security-auditcoreroot-list-auditlogqueries.md)|[microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md) collection|Get the auditLogQuery resources from the auditLogQueries navigation property.| -|[Create auditLogQuery](../api/security-auditcoreroot-post-auditlogqueries.md)|[microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md)|Create a new auditLogQuery object.| - - -## JSON representation -The following is a JSON representation of the resource. - -``` json -{ - "@odata.type": "#microsoft.graph.security.auditCoreRoot", - "id": "String (identifier)" -} -``` - From e2bd3757833239f5bfd0d9c16b09e3e75b08dc9e Mon Sep 17 00:00:00 2001 From: Arish Ojaswi Date: Tue, 9 Jan 2024 23:29:47 +0530 Subject: [PATCH 009/151] Update api-reference/beta/resources/enums-security.md --- api-reference/beta/resources/enums-security.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api-reference/beta/resources/enums-security.md b/api-reference/beta/resources/enums-security.md index edad97f6f90..8bc763f4f6c 100644 --- a/api-reference/beta/resources/enums-security.md +++ b/api-reference/beta/resources/enums-security.md @@ -1,7 +1,7 @@ --- -title: "Enum values" -description: "Microsoft Graph enumeration values" -author: "**TODO: Provide Github Name. See [topic-level metadata reference](https://aka.ms/msgo?pagePath=Document-APIs/Guidelines/Metadata)**" +title: "Security enum values" +description: "Microsoft Graph security subnamespace enumeration values" +doc_type: enumPageType" ms.localizationpriority: medium ms.prod: "**TODO: Add MS prod. See [topic-level metadata reference](https://aka.ms/msgo?pagePath=Document-APIs/Guidelines/Metadata)**" doc_type: enumTypes From af61637ff749edbea32596bfeb514b75ba936f74 Mon Sep 17 00:00:00 2001 From: Arish Ojaswi Date: Tue, 9 Jan 2024 23:30:07 +0530 Subject: [PATCH 010/151] Update api-reference/beta/resources/enums-security.md --- api-reference/beta/resources/enums-security.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/beta/resources/enums-security.md b/api-reference/beta/resources/enums-security.md index 8bc763f4f6c..9c4891154e6 100644 --- a/api-reference/beta/resources/enums-security.md +++ b/api-reference/beta/resources/enums-security.md @@ -3,8 +3,8 @@ title: "Security enum values" description: "Microsoft Graph security subnamespace enumeration values" doc_type: enumPageType" ms.localizationpriority: medium -ms.prod: "**TODO: Add MS prod. See [topic-level metadata reference](https://aka.ms/msgo?pagePath=Document-APIs/Guidelines/Metadata)**" -doc_type: enumTypes +ms.prod: "security" +author: "BenAlfasi" --- ### auditLogQueryStatus values From 0e86628c2e69cd41ee0227b79c84af928eb91a1e Mon Sep 17 00:00:00 2001 From: Arish Ojaswi Date: Tue, 9 Jan 2024 23:30:24 +0530 Subject: [PATCH 011/151] Update api-reference/beta/resources/enums-security.md --- api-reference/beta/resources/enums-security.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api-reference/beta/resources/enums-security.md b/api-reference/beta/resources/enums-security.md index 9c4891154e6..2be9a32021f 100644 --- a/api-reference/beta/resources/enums-security.md +++ b/api-reference/beta/resources/enums-security.md @@ -7,6 +7,10 @@ ms.prod: "security" author: "BenAlfasi" --- +Namespace: microsoft.graph.security + +# Security enum values + ### auditLogQueryStatus values From 2733799f92002cfb4d26eedcaa1f05d0991da0d5 Mon Sep 17 00:00:00 2001 From: Arish Ojaswi Date: Tue, 9 Jan 2024 23:30:47 +0530 Subject: [PATCH 012/151] Update api-reference/beta/resources/enums-security.md --- .../beta/resources/enums-security.md | 154 ++++++++++++++++++ 1 file changed, 154 insertions(+) diff --git a/api-reference/beta/resources/enums-security.md b/api-reference/beta/resources/enums-security.md index 2be9a32021f..4f0186026a1 100644 --- a/api-reference/beta/resources/enums-security.md +++ b/api-reference/beta/resources/enums-security.md @@ -297,4 +297,158 @@ Namespace: microsoft.graph.security |partnerTechnician| |guest| |unknownFutureValue| +```suggestion +### actionAfterRetentionPeriod values +| Member | +| :--------------------- | +| none | +| delete | +| startDispositionReview | +| unknownFutureValue | + +### behaviorDuringRetentionPeriod values + +| Member | +| :----------------------- | +| doNotRetain | +| retain | +| retainAsRecord | +| retainAsRegulatoryRecord | +| unknownFutureValue | + +## contentFormat values + +| Member | +| :----------------- | +| text | +| html | +| markdown | +| unknownFutureValue | + +### defaultRecordBehavior values + +| Member | +| :----------------- | +| startLocked | +| startUnlocked | +| unknownFutureValue | + +### detectionStatus values + +| Member +|:-------------- +| detected +| blocked +| prevented +| unknownFutureValue + +### eventPropagationStatus values + +| Member | +| :----------------- | +| none | +| inProcessing | +| failed | +| success | +| unknownFutureValue | + +### eventStatusType values + +| Member | +| :----------------- | +| pending | +| error | +| success | +| notAvaliable | +| unknownFutureValue | + +### hostPortProtocol values + +| Member | +| :----------------- | +| tcp | +| udp | +| unknownFutureValue | + +### hostPortStatus values + +| Member | +| :----------------- | +| open | +| filtered | +| closed | +| unknownFutureValue | + +### hostReputationClassification values + +| Member | +| :----------------- | +| unknown | +| neutral | +| suspicious | +| malicious | +| unknownFutureValue | + +### hostReputationRuleSeverity values + +| Member | +| :----------------- | +| unknown | +| low | +| medium | +| high | +| unknownFutureValue | + +### indicatorSource values + +| Member | +| :----------------- | +| microsoft | +| osint | +| public | +| unknownFutureValue | + +### intelligenceProfileKind values + +| Member | +| :----------------- | +| actor | +| tool | +| unknownFutureValue | + +### queryType values + +| Member | +| :----------------- | +| files | +| messages | +| unknownFutureValue | + +### retentionTrigger values + +| Member | +| :----------------- | +| dateLabeled | +| dateCreated | +| dateModified | +| dateOfEvent | +| unknownFutureValue | + +### vulnerabilitySeverity values + +| Member | +| :----------------- | +| none | +| low | +| medium | +| high | +| critical | +| unknownFutureValue | + + From 436f9f6479942f0b9766395c00782a8d7805204f Mon Sep 17 00:00:00 2001 From: Arish Ojaswi Date: Tue, 9 Jan 2024 23:31:30 +0530 Subject: [PATCH 013/151] Update api-reference/beta/resources/security-api-overview.md --- api-reference/beta/resources/security-api-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/resources/security-api-overview.md b/api-reference/beta/resources/security-api-overview.md index 1826d41bc49..e4b41354598 100644 --- a/api-reference/beta/resources/security-api-overview.md +++ b/api-reference/beta/resources/security-api-overview.md @@ -62,7 +62,7 @@ The beta version of the security API offers two types of alerts that aggregate o These [alert](security-alert.md) resources first pull alert data from security provider services, that are either part of or integrated with [Microsoft 365 Defender](/microsoft-365/security/defender/microsoft-365-defender?view=o365-worldwide&preserve-view=true). Then they consume the data to return rich, valuable clues about a completed or ongoing attack, the impacted assets, and associated [evidence](security-alertevidence.md). In addition, they automatically correlate other alerts with the same attack techniques or the same attacker into an [incident](security-incident.md) to provide a broader context of an attack. They recommend response and remediation actions, offering consistent actionability across all the different providers. The rich content makes it easier for analysts to collectively investigate and respond to threats. Alerts from the following security providers are available via these rich alerts and incidents: -- [Azure Active Directory Identity Protection](/azure/active-directory/identity-protection/overview-identity-protection) +- [Microsoft Entra ID Protection](/azure/active-directory/identity-protection/overview-identity-protection) - [Microsoft 365 Defender](/microsoft-365/security/defender/microsoft-365-defender?view=o365-worldwide&preserve-view=true) - [Microsoft Defender for Cloud Apps](/cloud-app-security/monitor-alerts) - [Microsoft Defender for Endpoint](/microsoft-365/security/defender-endpoint/microsoft-defender-endpoint?view=o365-worldwide&preserve-view=true) From bf6af1b02c171f0c9a6eb805caef4f1dcfe0429a Mon Sep 17 00:00:00 2001 From: Arish Ojaswi Date: Tue, 9 Jan 2024 23:31:46 +0530 Subject: [PATCH 014/151] Update api-reference/beta/resources/security-api-overview.md --- api-reference/beta/resources/security-api-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/resources/security-api-overview.md b/api-reference/beta/resources/security-api-overview.md index e4b41354598..f307d4a895e 100644 --- a/api-reference/beta/resources/security-api-overview.md +++ b/api-reference/beta/resources/security-api-overview.md @@ -81,7 +81,7 @@ Alerts from the following security providers are available via this legacy **ale | Security provider |

GET alert

|

PATCH alert

|

Subscribe to alert

| |:------------------|:---------|:-----------|:------------------| -|[Azure Active Directory Identity Protection](/azure/active-directory/identity-protection/playbook) |

|

[File issue](https://github.com/microsoftgraph/security-api-solutions/issues/new) *

|

| +|[Microsoft Entra ID Protection](/azure/active-directory/identity-protection/playbook) |

|

[File issue](https://github.com/microsoftgraph/security-api-solutions/issues/new) *

|

| |[Azure Security Center](/azure/security-center/security-center-alerts-type)|

|

|

| |Microsoft 365
  • [Default](/office365/securitycompliance/alert-policies#default-alert-policies)
  • [Cloud App Security](/office365/securitycompliance/anomaly-detection-policies-in-ocas)
  • Custom Alert
|

|

[File issue](https://github.com/microsoftgraph/security-api-solutions/issues/new)

|

[File issue](https://github.com/microsoftgraph/security-api-solutions/issues/new)

| | [Microsoft Defender for Cloud Apps](/cloud-app-security/monitor-alerts) (formerly Microsoft Cloud App Security) |

|

[File issue](https://github.com/microsoftgraph/security-api-solutions/issues/new) *

|

| From 3d5f8d63c4094e1efdc437750357d968d0afd9da Mon Sep 17 00:00:00 2001 From: Arish Ojaswi Date: Tue, 9 Jan 2024 23:33:49 +0530 Subject: [PATCH 015/151] Update api-reference/beta/resources/security-auditdata.md --- api-reference/beta/resources/security-auditdata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/resources/security-auditdata.md b/api-reference/beta/resources/security-auditdata.md index fed9bbd4b6b..fff5d63266c 100644 --- a/api-reference/beta/resources/security-auditdata.md +++ b/api-reference/beta/resources/security-auditdata.md @@ -1,6 +1,6 @@ --- title: "auditData resource type" -description: "auditData is an abstract type which supports the audit logs of various Microsoft 365 services. It supports defaultAuditData which contains the JSON of these Microsoft 365 services." +description: "It is an abstract type that supports the audit logs of various Microsoft 365 services like defaultAuditData which contains the JSON files of these Microsoft 365 services." author: "arishojaswi" ms.localizationpriority: medium ms.prod: "auditlogquery" From a773242ec18015a78045ff9a4f6f7020afb497f6 Mon Sep 17 00:00:00 2001 From: Arish Ojaswi Date: Tue, 9 Jan 2024 23:34:00 +0530 Subject: [PATCH 016/151] Update api-reference/beta/resources/security-auditdata.md --- api-reference/beta/resources/security-auditdata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/resources/security-auditdata.md b/api-reference/beta/resources/security-auditdata.md index fff5d63266c..95517c414d5 100644 --- a/api-reference/beta/resources/security-auditdata.md +++ b/api-reference/beta/resources/security-auditdata.md @@ -13,7 +13,7 @@ Namespace: microsoft.graph.security [!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] -auditData is an abstract type which supports the audit logs of various Microsoft 365 services. It supports defaultAuditData which contains the JSON of these Microsoft 365 services. +auditData is an abstract type that supports the audit logs of various Microsoft 365 services like defaultAuditData which contains the JSON files of these Microsoft 365 services. ## Relationships From ed5f257cee40ee7f3e8d2417d1ed5beb4744330a Mon Sep 17 00:00:00 2001 From: Arish Ojaswi Date: Tue, 9 Jan 2024 23:34:24 +0530 Subject: [PATCH 017/151] Update api-reference/beta/resources/security-auditlogquery.md --- api-reference/beta/resources/security-auditlogquery.md | 1 - 1 file changed, 1 deletion(-) diff --git a/api-reference/beta/resources/security-auditlogquery.md b/api-reference/beta/resources/security-auditlogquery.md index 06c3bd6a845..954a1e9dfc2 100644 --- a/api-reference/beta/resources/security-auditlogquery.md +++ b/api-reference/beta/resources/security-auditlogquery.md @@ -24,7 +24,6 @@ Inherits from [microsoft.graph.entity](../resources/entity.md). |[List auditLogQueries](../api/security-auditcoreroot-list-auditlogqueries.md)|[microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md) collection|Get a list of the [microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md) objects and their properties.| |[Create auditLogQuery](../api/security-auditcoreroot-post-auditlogqueries.md)|[microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md)|Create a new [microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md) object.| |[Get auditLogQuery](../api/security-auditlogquery-get.md)|[microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md)|Read the properties and relationships of a [microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md) object.| -|[Update auditLogQuery](../api/security-auditlogquery-update.md)|[microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md)|Update the properties of a [microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md) object.| |[Delete auditLogQuery](../api/security-auditcoreroot-delete-auditlogqueries.md)|None|Delete a [microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md) object.| |[List records](../api/security-auditlogquery-list-records.md)|[microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) collection|Get the auditLogRecord resources from the records navigation property.| |[Create auditLogRecord](../api/security-auditlogquery-post-records.md)|[microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md)|Create a new auditLogRecord object.| From 42ee7173e538e43fe766158de5679a3005a6984d Mon Sep 17 00:00:00 2001 From: Arish Ojaswi Date: Tue, 9 Jan 2024 23:42:25 +0530 Subject: [PATCH 018/151] Update api-reference/beta/resources/security-auditlogquery.md --- api-reference/beta/resources/security-auditlogquery.md | 1 - 1 file changed, 1 deletion(-) diff --git a/api-reference/beta/resources/security-auditlogquery.md b/api-reference/beta/resources/security-auditlogquery.md index 954a1e9dfc2..eba9deb503a 100644 --- a/api-reference/beta/resources/security-auditlogquery.md +++ b/api-reference/beta/resources/security-auditlogquery.md @@ -24,7 +24,6 @@ Inherits from [microsoft.graph.entity](../resources/entity.md). |[List auditLogQueries](../api/security-auditcoreroot-list-auditlogqueries.md)|[microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md) collection|Get a list of the [microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md) objects and their properties.| |[Create auditLogQuery](../api/security-auditcoreroot-post-auditlogqueries.md)|[microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md)|Create a new [microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md) object.| |[Get auditLogQuery](../api/security-auditlogquery-get.md)|[microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md)|Read the properties and relationships of a [microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md) object.| -|[Delete auditLogQuery](../api/security-auditcoreroot-delete-auditlogqueries.md)|None|Delete a [microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md) object.| |[List records](../api/security-auditlogquery-list-records.md)|[microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) collection|Get the auditLogRecord resources from the records navigation property.| |[Create auditLogRecord](../api/security-auditlogquery-post-records.md)|[microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md)|Create a new auditLogRecord object.| From 39e0fed744fa3c1f65e3a22249c06c1f7fdd8eaa Mon Sep 17 00:00:00 2001 From: Arish Ojaswi Date: Tue, 9 Jan 2024 23:42:38 +0530 Subject: [PATCH 019/151] Update api-reference/beta/resources/security-auditlogquery.md --- api-reference/beta/resources/security-auditlogquery.md | 1 - 1 file changed, 1 deletion(-) diff --git a/api-reference/beta/resources/security-auditlogquery.md b/api-reference/beta/resources/security-auditlogquery.md index eba9deb503a..8912b4fae2e 100644 --- a/api-reference/beta/resources/security-auditlogquery.md +++ b/api-reference/beta/resources/security-auditlogquery.md @@ -25,7 +25,6 @@ Inherits from [microsoft.graph.entity](../resources/entity.md). |[Create auditLogQuery](../api/security-auditcoreroot-post-auditlogqueries.md)|[microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md)|Create a new [microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md) object.| |[Get auditLogQuery](../api/security-auditlogquery-get.md)|[microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md)|Read the properties and relationships of a [microsoft.graph.security.auditLogQuery](../resources/security-auditlogquery.md) object.| |[List records](../api/security-auditlogquery-list-records.md)|[microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) collection|Get the auditLogRecord resources from the records navigation property.| -|[Create auditLogRecord](../api/security-auditlogquery-post-records.md)|[microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md)|Create a new auditLogRecord object.| ## Properties |Property|Type|Description| From 1a2db155d855af47af569c34b4a681bf116758b7 Mon Sep 17 00:00:00 2001 From: Arish Ojaswi Date: Tue, 9 Jan 2024 23:42:57 +0530 Subject: [PATCH 020/151] Update api-reference/beta/resources/security-auditlogrecord.md --- api-reference/beta/resources/security-auditlogrecord.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/resources/security-auditlogrecord.md b/api-reference/beta/resources/security-auditlogrecord.md index 3397422859e..929658687f9 100644 --- a/api-reference/beta/resources/security-auditlogrecord.md +++ b/api-reference/beta/resources/security-auditlogrecord.md @@ -1,7 +1,7 @@ --- title: "auditLogRecord resource type" description: "Represents an audit log record containing both common audit properties and auditData specific to the Microsoft 365 service." -author: "**TODO: Provide Github Name. See [topic-level metadata reference](https://aka.ms/msgo?pagePath=Document-APIs/Guidelines/Metadata)**" +author: "arishojaswi" ms.localizationpriority: medium ms.prod: "**TODO: Add MS prod. See [topic-level metadata reference](https://aka.ms/msgo?pagePath=Document-APIs/Guidelines/Metadata)**" doc_type: resourcePageType From 4f256ded92c7fadcb577d95ac176def002fd0186 Mon Sep 17 00:00:00 2001 From: Arish Ojaswi Date: Tue, 9 Jan 2024 23:43:11 +0530 Subject: [PATCH 021/151] Update api-reference/beta/resources/security-auditlogrecord.md --- api-reference/beta/resources/security-auditlogrecord.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/resources/security-auditlogrecord.md b/api-reference/beta/resources/security-auditlogrecord.md index 929658687f9..245ec311f07 100644 --- a/api-reference/beta/resources/security-auditlogrecord.md +++ b/api-reference/beta/resources/security-auditlogrecord.md @@ -3,7 +3,7 @@ title: "auditLogRecord resource type" description: "Represents an audit log record containing both common audit properties and auditData specific to the Microsoft 365 service." author: "arishojaswi" ms.localizationpriority: medium -ms.prod: "**TODO: Add MS prod. See [topic-level metadata reference](https://aka.ms/msgo?pagePath=Document-APIs/Guidelines/Metadata)**" +ms.prod: "auditlogquery" doc_type: resourcePageType --- From 8f393e6af3d21ec3a523a71e6bebefbf8c86b71a Mon Sep 17 00:00:00 2001 From: Arish Ojaswi Date: Tue, 9 Jan 2024 23:43:35 +0530 Subject: [PATCH 022/151] Update api-reference/beta/resources/security-auditlogrecord.md --- api-reference/beta/resources/security-auditlogrecord.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/resources/security-auditlogrecord.md b/api-reference/beta/resources/security-auditlogrecord.md index 245ec311f07..4e473d5c77b 100644 --- a/api-reference/beta/resources/security-auditlogrecord.md +++ b/api-reference/beta/resources/security-auditlogrecord.md @@ -13,7 +13,7 @@ Namespace: microsoft.graph.security [!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] -**TODO: Add Description** +Represents an audit log record containing both common audit properties and auditData specific to the Microsoft 365 service. Inherits from [microsoft.graph.entity](../resources/entity.md). From 55c58f42debe7889f6790a9a39c8bcd941ada780 Mon Sep 17 00:00:00 2001 From: Arish Ojaswi Date: Tue, 9 Jan 2024 23:43:51 +0530 Subject: [PATCH 023/151] Update api-reference/beta/resources/security-auditlogrecord.md --- api-reference/beta/resources/security-auditlogrecord.md | 1 - 1 file changed, 1 deletion(-) diff --git a/api-reference/beta/resources/security-auditlogrecord.md b/api-reference/beta/resources/security-auditlogrecord.md index 4e473d5c77b..f16816006b1 100644 --- a/api-reference/beta/resources/security-auditlogrecord.md +++ b/api-reference/beta/resources/security-auditlogrecord.md @@ -22,7 +22,6 @@ Inherits from [microsoft.graph.entity](../resources/entity.md). | Method | Return type | Description | | :----------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------ | | [List auditLogRecords](../api/security-auditlogquery-list-records.md) | [microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) collection | Get a list of the [microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) objects and their properties. | -| [Create auditLogRecord](../api/security-auditlogquery-post-records.md) | [microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) | Create a new [microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) object. | | [Get auditLogRecord](../api/security-auditlogrecord-get.md) | [microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) | Read the properties and relationships of a [microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) object. | | [Update auditLogRecord](../api/security-auditlogrecord-update.md) | [microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) | Update the properties of a [microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) object. | | [Delete auditLogRecord](../api/security-auditlogquery-delete-records.md) | None | Delete a [microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) object. | From ceb58cff0e1cf51075a28ae43e320ef704629706 Mon Sep 17 00:00:00 2001 From: Arish Ojaswi Date: Tue, 9 Jan 2024 23:44:07 +0530 Subject: [PATCH 024/151] Update api-reference/beta/resources/security-auditlogrecord.md --- api-reference/beta/resources/security-auditlogrecord.md | 1 - 1 file changed, 1 deletion(-) diff --git a/api-reference/beta/resources/security-auditlogrecord.md b/api-reference/beta/resources/security-auditlogrecord.md index f16816006b1..382e4c5a8f1 100644 --- a/api-reference/beta/resources/security-auditlogrecord.md +++ b/api-reference/beta/resources/security-auditlogrecord.md @@ -22,7 +22,6 @@ Inherits from [microsoft.graph.entity](../resources/entity.md). | Method | Return type | Description | | :----------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------ | | [List auditLogRecords](../api/security-auditlogquery-list-records.md) | [microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) collection | Get a list of the [microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) objects and their properties. | -| [Get auditLogRecord](../api/security-auditlogrecord-get.md) | [microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) | Read the properties and relationships of a [microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) object. | | [Update auditLogRecord](../api/security-auditlogrecord-update.md) | [microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) | Update the properties of a [microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) object. | | [Delete auditLogRecord](../api/security-auditlogquery-delete-records.md) | None | Delete a [microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) object. | From 810645ae4c87eef7849ece5359be7c877af1e94e Mon Sep 17 00:00:00 2001 From: Arish Ojaswi Date: Tue, 9 Jan 2024 23:44:20 +0530 Subject: [PATCH 025/151] Update api-reference/beta/resources/security-auditlogrecord.md --- api-reference/beta/resources/security-auditlogrecord.md | 1 - 1 file changed, 1 deletion(-) diff --git a/api-reference/beta/resources/security-auditlogrecord.md b/api-reference/beta/resources/security-auditlogrecord.md index 382e4c5a8f1..e19eaa02995 100644 --- a/api-reference/beta/resources/security-auditlogrecord.md +++ b/api-reference/beta/resources/security-auditlogrecord.md @@ -22,7 +22,6 @@ Inherits from [microsoft.graph.entity](../resources/entity.md). | Method | Return type | Description | | :----------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------ | | [List auditLogRecords](../api/security-auditlogquery-list-records.md) | [microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) collection | Get a list of the [microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) objects and their properties. | -| [Update auditLogRecord](../api/security-auditlogrecord-update.md) | [microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) | Update the properties of a [microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) object. | | [Delete auditLogRecord](../api/security-auditlogquery-delete-records.md) | None | Delete a [microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) object. | ## Properties From 6a84b43db7d809996648e31aaf8fe1ba33d34a81 Mon Sep 17 00:00:00 2001 From: Arish Ojaswi Date: Tue, 9 Jan 2024 23:44:34 +0530 Subject: [PATCH 026/151] Update api-reference/beta/resources/security-auditlogrecord.md --- api-reference/beta/resources/security-auditlogrecord.md | 1 - 1 file changed, 1 deletion(-) diff --git a/api-reference/beta/resources/security-auditlogrecord.md b/api-reference/beta/resources/security-auditlogrecord.md index e19eaa02995..e733f4e4ac4 100644 --- a/api-reference/beta/resources/security-auditlogrecord.md +++ b/api-reference/beta/resources/security-auditlogrecord.md @@ -22,7 +22,6 @@ Inherits from [microsoft.graph.entity](../resources/entity.md). | Method | Return type | Description | | :----------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------ | | [List auditLogRecords](../api/security-auditlogquery-list-records.md) | [microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) collection | Get a list of the [microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) objects and their properties. | -| [Delete auditLogRecord](../api/security-auditlogquery-delete-records.md) | None | Delete a [microsoft.graph.security.auditLogRecord](../resources/security-auditlogrecord.md) object. | ## Properties From 75c5f4a905f839573df96b7c557af3b8efc19b3b Mon Sep 17 00:00:00 2001 From: Arish Ojaswi Date: Tue, 9 Jan 2024 23:44:48 +0530 Subject: [PATCH 027/151] Update api-reference/beta/resources/security-auditlogrecord.md --- api-reference/beta/resources/security-auditlogrecord.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/resources/security-auditlogrecord.md b/api-reference/beta/resources/security-auditlogrecord.md index e733f4e4ac4..bb0f82d4e93 100644 --- a/api-reference/beta/resources/security-auditlogrecord.md +++ b/api-reference/beta/resources/security-auditlogrecord.md @@ -27,7 +27,7 @@ Inherits from [microsoft.graph.entity](../resources/entity.md). | Property | Type | Description | | :------------------ | :----------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| administrativeUnits | String collection | **TODO: Add Description** | +| administrativeUnits | String collection | Administrative Units tagged to an audit log record. | | auditData | [microsoft.graph.security.auditData](../resources/security-auditdata.md) | **TODO: Add Description** | | auditLogRecordType | microsoft.graph.security.auditLogRecordType | **TODO: Add Description**.The possible values are: `exchangeAdmin`, `exchangeItem`, `exchangeItemGroup`, `sharePoint`, `syntheticProbe`, `sharePointFileOperation`, `oneDrive`, `azureActiveDirectory`, `azureActiveDirectoryAccountLogon`, `dataCenterSecurityCmdlet`, `complianceDLPSharePoint`, `sway`, `complianceDLPExchange`, `sharePointSharingOperation`, `azureActiveDirectoryStsLogon`, `skypeForBusinessPSTNUsage`, `skypeForBusinessUsersBlocked`, `securityComplianceCenterEOPCmdlet`, `exchangeAggregatedOperation`, `powerBIAudit`, `crm`, `yammer`, `skypeForBusinessCmdlets`, `discovery`, `microsoftTeams`, `threatIntelligence`, `mailSubmission`, `microsoftFlow`, `aeD`, `microsoftStream`, `complianceDLPSharePointClassification`, `threatFinder`, `project`, `sharePointListOperation`, `sharePointCommentOperation`, `dataGovernance`, `kaizala`, `securityComplianceAlerts`, `threatIntelligenceUrl`, `securityComplianceInsights`, `mipLabel`, `workplaceAnalytics`, `powerAppsApp`, `powerAppsPlan`, `threatIntelligenceAtpContent`, `labelContentExplorer`, `teamsHealthcare`, `exchangeItemAggregated`, `hygieneEvent`, `dataInsightsRestApiAudit`, `informationBarrierPolicyApplication`, `sharePointListItemOperation`, `sharePointContentTypeOperation`, `sharePointFieldOperation`, `microsoftTeamsAdmin`, `hrSignal`, `microsoftTeamsDevice`, `microsoftTeamsAnalytics`, `informationWorkerProtection`, `campaign`, `dlpEndpoint`, `airInvestigation`, `quarantine`, `microsoftForms`, `applicationAudit`, `complianceSupervisionExchange`, `customerKeyServiceEncryption`, `officeNative`, `mipAutoLabelSharePointItem`, `mipAutoLabelSharePointPolicyLocation`, `microsoftTeamsShifts`, `secureScore`, `mipAutoLabelExchangeItem`, `cortanaBriefing`, `search`, `wdatpAlerts`, `powerPlatformAdminDlp`, `powerPlatformAdminEnvironment`, `mdatpAudit`, `sensitivityLabelPolicyMatch`, `sensitivityLabelAction`, `sensitivityLabeledFileAction`, `attackSim`, `airManualInvestigation`, `securityComplianceRBAC`, `userTraining`, `airAdminActionInvestigation`, `mstic`, `physicalBadgingSignal`, `teamsEasyApprovals`, `aipDiscover`, `aipSensitivityLabelAction`, `aipProtectionAction`, `aipFileDeleted`, `aipHeartBeat`, `mcasAlerts`, `onPremisesFileShareScannerDlp`, `onPremisesSharePointScannerDlp`, `exchangeSearch`, `sharePointSearch`, `privacyDataMinimization`, `labelAnalyticsAggregate`, `myAnalyticsSettings`, `securityComplianceUserChange`, `complianceDLPExchangeClassification`, `complianceDLPEndpoint`, `mipExactDataMatch`, `msdeResponseActions`, `msdeGeneralSettings`, `msdeIndicatorsSettings`, `ms365DCustomDetection`, `msdeRolesSettings`, `mapgAlerts`, `mapgPolicy`, `mapgRemediation`, `privacyRemediationAction`, `privacyDigestEmail`, `mipAutoLabelSimulationProgress`, `mipAutoLabelSimulationCompletion`, `mipAutoLabelProgressFeedback`, `dlpSensitiveInformationType`, `mipAutoLabelSimulationStatistics`, `largeContentMetadata`, `microsoft365Group`, `cdpMlInferencingResult`, `filteringMailMetadata`, `cdpClassificationMailItem`, `cdpClassificationDocument`, `officeScriptsRunAction`, `filteringPostMailDeliveryAction`, `cdpUnifiedFeedback`, `tenantAllowBlockList`, `consumptionResource`, `healthcareSignal`, `dlpImportResult`, `cdpCompliancePolicyExecution`, `multiStageDisposition`, `privacyDataMatch`, `filteringDocMetadata`, `filteringEmailFeatures`, `powerBIDlp`, `filteringUrlInfo`, `filteringAttachmentInfo`, `coreReportingSettings`, `complianceConnector`, `powerPlatformLockboxResourceAccessRequest`, `powerPlatformLockboxResourceCommand`, `cdpPredictiveCodingLabel`, `cdpCompliancePolicyUserFeedback`, `webpageActivityEndpoint`, `omePortal`, `cmImprovementActionChange`, `filteringUrlClick`, `mipLabelAnalyticsAuditRecord`, `filteringEntityEvent`, `filteringRuleHits`, `filteringMailSubmission`, `labelExplorer`, `microsoftManagedServicePlatform`, `powerPlatformServiceActivity`, `scorePlatformGenericAuditRecord`, `filteringTimeTravelDocMetadata`, `alert`, `alertStatus`, `alertIncident`, `incidentStatus`, `case`, `caseInvestigation`, `recordsManagement`, `privacyRemediation`, `dataShareOperation`, `cdpDlpSensitive`, `ehrConnector`, `filteringMailGradingResult`, `publicFolder`, `privacyTenantAuditHistoryRecord`, `aipScannerDiscoverEvent`, `eduDataLakeDownloadOperation`, `m365ComplianceConnector`, `microsoftGraphDataConnectOperation`, `microsoftPurview`, `filteringEmailContentFeatures`, `powerPagesSite`, `powerAppsResource`, `plannerPlan`, `plannerCopyPlan`, `plannerTask`, `plannerRoster`, `plannerPlanList`, `plannerTaskList`, `plannerTenantSettings`, `projectForTheWebProject`, `projectForTheWebTask`, `projectForTheWebRoadmap`, `projectForTheWebRoadmapItem`, `projectForTheWebProjectSettings`, `projectForTheWebRoadmapSettings`, `quarantineMetadata`, `microsoftTodoAudit`, `timeTravelFilteringDocMetadata`, `teamsQuarantineMetadata`, `sharePointAppPermissionOperation`, `microsoftTeamsSensitivityLabelAction`, `filteringTeamsMetadata`, `filteringTeamsUrlInfo`, `filteringTeamsPostDeliveryAction`, `mdcAssessments`, `mdcRegulatoryComplianceStandards`, `mdcRegulatoryComplianceControls`, `mdcRegulatoryComplianceAssessments`, `mdcSecurityConnectors`, `mdaDataSecuritySignal`, `vivaGoals`, `filteringRuntimeInfo`, `attackSimAdmin`, `microsoftGraphDataConnectConsent`, `filteringAtpDetonationInfo`, `privacyPortal`, `managedTenants`, `unifiedSimulationMatchedItem`, `unifiedSimulationSummary`, `updateQuarantineMetadata`, `ms365DSuppressionRule`, `purviewDataMapOperation`, `filteringUrlPostClickAction`, `irmUserDefinedDetectionSignal`, `teamsUpdates`, `plannerRosterSensitivityLabel`, `ms365DIncident`, `filteringDelistingMetadata`, `complianceDLPSharePointClassificationExtended`, `microsoftDefenderForIdentityAudit`, `supervisoryReviewDayXInsight`, `defenderExpertsforXDRAdmin`, `cdpEdgeBlockedMessage`, `hostedRpa`, `cdpContentExplorerAggregateRecord`, `cdpHygieneAttachmentInfo`, `cdpHygieneSummary`, `cdpPostMailDeliveryAction`, `cdpEmailFeatures`, `cdpHygieneUrlInfo`, `cdpUrlClick`, `cdpPackageManagerHygieneEvent`, `filteringDocScan`, `timeTravelFilteringDocScan`, `mapgOnboard`, `unknownFutureValue`. | | clientIp | String | **TODO: Add Description** | From 84d59dc122be74c581918b61a80efc112c71bb76 Mon Sep 17 00:00:00 2001 From: Arish Ojaswi Date: Tue, 9 Jan 2024 23:45:08 +0530 Subject: [PATCH 028/151] Update api-reference/beta/resources/security-auditlogrecord.md --- api-reference/beta/resources/security-auditlogrecord.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/resources/security-auditlogrecord.md b/api-reference/beta/resources/security-auditlogrecord.md index bb0f82d4e93..32bb3af48e9 100644 --- a/api-reference/beta/resources/security-auditlogrecord.md +++ b/api-reference/beta/resources/security-auditlogrecord.md @@ -28,7 +28,7 @@ Inherits from [microsoft.graph.entity](../resources/entity.md). | Property | Type | Description | | :------------------ | :----------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | administrativeUnits | String collection | Administrative Units tagged to an audit log record. | -| auditData | [microsoft.graph.security.auditData](../resources/security-auditdata.md) | **TODO: Add Description** | +| auditData | [microsoft.graph.security.auditData](../resources/security-auditdata.md) | JSON object containing the actual audit log data. | | auditLogRecordType | microsoft.graph.security.auditLogRecordType | **TODO: Add Description**.The possible values are: `exchangeAdmin`, `exchangeItem`, `exchangeItemGroup`, `sharePoint`, `syntheticProbe`, `sharePointFileOperation`, `oneDrive`, `azureActiveDirectory`, `azureActiveDirectoryAccountLogon`, `dataCenterSecurityCmdlet`, `complianceDLPSharePoint`, `sway`, `complianceDLPExchange`, `sharePointSharingOperation`, `azureActiveDirectoryStsLogon`, `skypeForBusinessPSTNUsage`, `skypeForBusinessUsersBlocked`, `securityComplianceCenterEOPCmdlet`, `exchangeAggregatedOperation`, `powerBIAudit`, `crm`, `yammer`, `skypeForBusinessCmdlets`, `discovery`, `microsoftTeams`, `threatIntelligence`, `mailSubmission`, `microsoftFlow`, `aeD`, `microsoftStream`, `complianceDLPSharePointClassification`, `threatFinder`, `project`, `sharePointListOperation`, `sharePointCommentOperation`, `dataGovernance`, `kaizala`, `securityComplianceAlerts`, `threatIntelligenceUrl`, `securityComplianceInsights`, `mipLabel`, `workplaceAnalytics`, `powerAppsApp`, `powerAppsPlan`, `threatIntelligenceAtpContent`, `labelContentExplorer`, `teamsHealthcare`, `exchangeItemAggregated`, `hygieneEvent`, `dataInsightsRestApiAudit`, `informationBarrierPolicyApplication`, `sharePointListItemOperation`, `sharePointContentTypeOperation`, `sharePointFieldOperation`, `microsoftTeamsAdmin`, `hrSignal`, `microsoftTeamsDevice`, `microsoftTeamsAnalytics`, `informationWorkerProtection`, `campaign`, `dlpEndpoint`, `airInvestigation`, `quarantine`, `microsoftForms`, `applicationAudit`, `complianceSupervisionExchange`, `customerKeyServiceEncryption`, `officeNative`, `mipAutoLabelSharePointItem`, `mipAutoLabelSharePointPolicyLocation`, `microsoftTeamsShifts`, `secureScore`, `mipAutoLabelExchangeItem`, `cortanaBriefing`, `search`, `wdatpAlerts`, `powerPlatformAdminDlp`, `powerPlatformAdminEnvironment`, `mdatpAudit`, `sensitivityLabelPolicyMatch`, `sensitivityLabelAction`, `sensitivityLabeledFileAction`, `attackSim`, `airManualInvestigation`, `securityComplianceRBAC`, `userTraining`, `airAdminActionInvestigation`, `mstic`, `physicalBadgingSignal`, `teamsEasyApprovals`, `aipDiscover`, `aipSensitivityLabelAction`, `aipProtectionAction`, `aipFileDeleted`, `aipHeartBeat`, `mcasAlerts`, `onPremisesFileShareScannerDlp`, `onPremisesSharePointScannerDlp`, `exchangeSearch`, `sharePointSearch`, `privacyDataMinimization`, `labelAnalyticsAggregate`, `myAnalyticsSettings`, `securityComplianceUserChange`, `complianceDLPExchangeClassification`, `complianceDLPEndpoint`, `mipExactDataMatch`, `msdeResponseActions`, `msdeGeneralSettings`, `msdeIndicatorsSettings`, `ms365DCustomDetection`, `msdeRolesSettings`, `mapgAlerts`, `mapgPolicy`, `mapgRemediation`, `privacyRemediationAction`, `privacyDigestEmail`, `mipAutoLabelSimulationProgress`, `mipAutoLabelSimulationCompletion`, `mipAutoLabelProgressFeedback`, `dlpSensitiveInformationType`, `mipAutoLabelSimulationStatistics`, `largeContentMetadata`, `microsoft365Group`, `cdpMlInferencingResult`, `filteringMailMetadata`, `cdpClassificationMailItem`, `cdpClassificationDocument`, `officeScriptsRunAction`, `filteringPostMailDeliveryAction`, `cdpUnifiedFeedback`, `tenantAllowBlockList`, `consumptionResource`, `healthcareSignal`, `dlpImportResult`, `cdpCompliancePolicyExecution`, `multiStageDisposition`, `privacyDataMatch`, `filteringDocMetadata`, `filteringEmailFeatures`, `powerBIDlp`, `filteringUrlInfo`, `filteringAttachmentInfo`, `coreReportingSettings`, `complianceConnector`, `powerPlatformLockboxResourceAccessRequest`, `powerPlatformLockboxResourceCommand`, `cdpPredictiveCodingLabel`, `cdpCompliancePolicyUserFeedback`, `webpageActivityEndpoint`, `omePortal`, `cmImprovementActionChange`, `filteringUrlClick`, `mipLabelAnalyticsAuditRecord`, `filteringEntityEvent`, `filteringRuleHits`, `filteringMailSubmission`, `labelExplorer`, `microsoftManagedServicePlatform`, `powerPlatformServiceActivity`, `scorePlatformGenericAuditRecord`, `filteringTimeTravelDocMetadata`, `alert`, `alertStatus`, `alertIncident`, `incidentStatus`, `case`, `caseInvestigation`, `recordsManagement`, `privacyRemediation`, `dataShareOperation`, `cdpDlpSensitive`, `ehrConnector`, `filteringMailGradingResult`, `publicFolder`, `privacyTenantAuditHistoryRecord`, `aipScannerDiscoverEvent`, `eduDataLakeDownloadOperation`, `m365ComplianceConnector`, `microsoftGraphDataConnectOperation`, `microsoftPurview`, `filteringEmailContentFeatures`, `powerPagesSite`, `powerAppsResource`, `plannerPlan`, `plannerCopyPlan`, `plannerTask`, `plannerRoster`, `plannerPlanList`, `plannerTaskList`, `plannerTenantSettings`, `projectForTheWebProject`, `projectForTheWebTask`, `projectForTheWebRoadmap`, `projectForTheWebRoadmapItem`, `projectForTheWebProjectSettings`, `projectForTheWebRoadmapSettings`, `quarantineMetadata`, `microsoftTodoAudit`, `timeTravelFilteringDocMetadata`, `teamsQuarantineMetadata`, `sharePointAppPermissionOperation`, `microsoftTeamsSensitivityLabelAction`, `filteringTeamsMetadata`, `filteringTeamsUrlInfo`, `filteringTeamsPostDeliveryAction`, `mdcAssessments`, `mdcRegulatoryComplianceStandards`, `mdcRegulatoryComplianceControls`, `mdcRegulatoryComplianceAssessments`, `mdcSecurityConnectors`, `mdaDataSecuritySignal`, `vivaGoals`, `filteringRuntimeInfo`, `attackSimAdmin`, `microsoftGraphDataConnectConsent`, `filteringAtpDetonationInfo`, `privacyPortal`, `managedTenants`, `unifiedSimulationMatchedItem`, `unifiedSimulationSummary`, `updateQuarantineMetadata`, `ms365DSuppressionRule`, `purviewDataMapOperation`, `filteringUrlPostClickAction`, `irmUserDefinedDetectionSignal`, `teamsUpdates`, `plannerRosterSensitivityLabel`, `ms365DIncident`, `filteringDelistingMetadata`, `complianceDLPSharePointClassificationExtended`, `microsoftDefenderForIdentityAudit`, `supervisoryReviewDayXInsight`, `defenderExpertsforXDRAdmin`, `cdpEdgeBlockedMessage`, `hostedRpa`, `cdpContentExplorerAggregateRecord`, `cdpHygieneAttachmentInfo`, `cdpHygieneSummary`, `cdpPostMailDeliveryAction`, `cdpEmailFeatures`, `cdpHygieneUrlInfo`, `cdpUrlClick`, `cdpPackageManagerHygieneEvent`, `filteringDocScan`, `timeTravelFilteringDocScan`, `mapgOnboard`, `unknownFutureValue`. | | clientIp | String | **TODO: Add Description** | | createdDateTime | DateTimeOffset | **TODO: Add Description** | From d862e3f59494dc713e62c0d1ed222d49220212bc Mon Sep 17 00:00:00 2001 From: Arish Ojaswi Date: Tue, 9 Jan 2024 23:45:27 +0530 Subject: [PATCH 029/151] Update api-reference/beta/resources/security-auditlogrecord.md --- api-reference/beta/resources/security-auditlogrecord.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/resources/security-auditlogrecord.md b/api-reference/beta/resources/security-auditlogrecord.md index 32bb3af48e9..8ee3e3707b5 100644 --- a/api-reference/beta/resources/security-auditlogrecord.md +++ b/api-reference/beta/resources/security-auditlogrecord.md @@ -29,7 +29,7 @@ Inherits from [microsoft.graph.entity](../resources/entity.md). | :------------------ | :----------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | administrativeUnits | String collection | Administrative Units tagged to an audit log record. | | auditData | [microsoft.graph.security.auditData](../resources/security-auditdata.md) | JSON object containing the actual audit log data. | -| auditLogRecordType | microsoft.graph.security.auditLogRecordType | **TODO: Add Description**.The possible values are: `exchangeAdmin`, `exchangeItem`, `exchangeItemGroup`, `sharePoint`, `syntheticProbe`, `sharePointFileOperation`, `oneDrive`, `azureActiveDirectory`, `azureActiveDirectoryAccountLogon`, `dataCenterSecurityCmdlet`, `complianceDLPSharePoint`, `sway`, `complianceDLPExchange`, `sharePointSharingOperation`, `azureActiveDirectoryStsLogon`, `skypeForBusinessPSTNUsage`, `skypeForBusinessUsersBlocked`, `securityComplianceCenterEOPCmdlet`, `exchangeAggregatedOperation`, `powerBIAudit`, `crm`, `yammer`, `skypeForBusinessCmdlets`, `discovery`, `microsoftTeams`, `threatIntelligence`, `mailSubmission`, `microsoftFlow`, `aeD`, `microsoftStream`, `complianceDLPSharePointClassification`, `threatFinder`, `project`, `sharePointListOperation`, `sharePointCommentOperation`, `dataGovernance`, `kaizala`, `securityComplianceAlerts`, `threatIntelligenceUrl`, `securityComplianceInsights`, `mipLabel`, `workplaceAnalytics`, `powerAppsApp`, `powerAppsPlan`, `threatIntelligenceAtpContent`, `labelContentExplorer`, `teamsHealthcare`, `exchangeItemAggregated`, `hygieneEvent`, `dataInsightsRestApiAudit`, `informationBarrierPolicyApplication`, `sharePointListItemOperation`, `sharePointContentTypeOperation`, `sharePointFieldOperation`, `microsoftTeamsAdmin`, `hrSignal`, `microsoftTeamsDevice`, `microsoftTeamsAnalytics`, `informationWorkerProtection`, `campaign`, `dlpEndpoint`, `airInvestigation`, `quarantine`, `microsoftForms`, `applicationAudit`, `complianceSupervisionExchange`, `customerKeyServiceEncryption`, `officeNative`, `mipAutoLabelSharePointItem`, `mipAutoLabelSharePointPolicyLocation`, `microsoftTeamsShifts`, `secureScore`, `mipAutoLabelExchangeItem`, `cortanaBriefing`, `search`, `wdatpAlerts`, `powerPlatformAdminDlp`, `powerPlatformAdminEnvironment`, `mdatpAudit`, `sensitivityLabelPolicyMatch`, `sensitivityLabelAction`, `sensitivityLabeledFileAction`, `attackSim`, `airManualInvestigation`, `securityComplianceRBAC`, `userTraining`, `airAdminActionInvestigation`, `mstic`, `physicalBadgingSignal`, `teamsEasyApprovals`, `aipDiscover`, `aipSensitivityLabelAction`, `aipProtectionAction`, `aipFileDeleted`, `aipHeartBeat`, `mcasAlerts`, `onPremisesFileShareScannerDlp`, `onPremisesSharePointScannerDlp`, `exchangeSearch`, `sharePointSearch`, `privacyDataMinimization`, `labelAnalyticsAggregate`, `myAnalyticsSettings`, `securityComplianceUserChange`, `complianceDLPExchangeClassification`, `complianceDLPEndpoint`, `mipExactDataMatch`, `msdeResponseActions`, `msdeGeneralSettings`, `msdeIndicatorsSettings`, `ms365DCustomDetection`, `msdeRolesSettings`, `mapgAlerts`, `mapgPolicy`, `mapgRemediation`, `privacyRemediationAction`, `privacyDigestEmail`, `mipAutoLabelSimulationProgress`, `mipAutoLabelSimulationCompletion`, `mipAutoLabelProgressFeedback`, `dlpSensitiveInformationType`, `mipAutoLabelSimulationStatistics`, `largeContentMetadata`, `microsoft365Group`, `cdpMlInferencingResult`, `filteringMailMetadata`, `cdpClassificationMailItem`, `cdpClassificationDocument`, `officeScriptsRunAction`, `filteringPostMailDeliveryAction`, `cdpUnifiedFeedback`, `tenantAllowBlockList`, `consumptionResource`, `healthcareSignal`, `dlpImportResult`, `cdpCompliancePolicyExecution`, `multiStageDisposition`, `privacyDataMatch`, `filteringDocMetadata`, `filteringEmailFeatures`, `powerBIDlp`, `filteringUrlInfo`, `filteringAttachmentInfo`, `coreReportingSettings`, `complianceConnector`, `powerPlatformLockboxResourceAccessRequest`, `powerPlatformLockboxResourceCommand`, `cdpPredictiveCodingLabel`, `cdpCompliancePolicyUserFeedback`, `webpageActivityEndpoint`, `omePortal`, `cmImprovementActionChange`, `filteringUrlClick`, `mipLabelAnalyticsAuditRecord`, `filteringEntityEvent`, `filteringRuleHits`, `filteringMailSubmission`, `labelExplorer`, `microsoftManagedServicePlatform`, `powerPlatformServiceActivity`, `scorePlatformGenericAuditRecord`, `filteringTimeTravelDocMetadata`, `alert`, `alertStatus`, `alertIncident`, `incidentStatus`, `case`, `caseInvestigation`, `recordsManagement`, `privacyRemediation`, `dataShareOperation`, `cdpDlpSensitive`, `ehrConnector`, `filteringMailGradingResult`, `publicFolder`, `privacyTenantAuditHistoryRecord`, `aipScannerDiscoverEvent`, `eduDataLakeDownloadOperation`, `m365ComplianceConnector`, `microsoftGraphDataConnectOperation`, `microsoftPurview`, `filteringEmailContentFeatures`, `powerPagesSite`, `powerAppsResource`, `plannerPlan`, `plannerCopyPlan`, `plannerTask`, `plannerRoster`, `plannerPlanList`, `plannerTaskList`, `plannerTenantSettings`, `projectForTheWebProject`, `projectForTheWebTask`, `projectForTheWebRoadmap`, `projectForTheWebRoadmapItem`, `projectForTheWebProjectSettings`, `projectForTheWebRoadmapSettings`, `quarantineMetadata`, `microsoftTodoAudit`, `timeTravelFilteringDocMetadata`, `teamsQuarantineMetadata`, `sharePointAppPermissionOperation`, `microsoftTeamsSensitivityLabelAction`, `filteringTeamsMetadata`, `filteringTeamsUrlInfo`, `filteringTeamsPostDeliveryAction`, `mdcAssessments`, `mdcRegulatoryComplianceStandards`, `mdcRegulatoryComplianceControls`, `mdcRegulatoryComplianceAssessments`, `mdcSecurityConnectors`, `mdaDataSecuritySignal`, `vivaGoals`, `filteringRuntimeInfo`, `attackSimAdmin`, `microsoftGraphDataConnectConsent`, `filteringAtpDetonationInfo`, `privacyPortal`, `managedTenants`, `unifiedSimulationMatchedItem`, `unifiedSimulationSummary`, `updateQuarantineMetadata`, `ms365DSuppressionRule`, `purviewDataMapOperation`, `filteringUrlPostClickAction`, `irmUserDefinedDetectionSignal`, `teamsUpdates`, `plannerRosterSensitivityLabel`, `ms365DIncident`, `filteringDelistingMetadata`, `complianceDLPSharePointClassificationExtended`, `microsoftDefenderForIdentityAudit`, `supervisoryReviewDayXInsight`, `defenderExpertsforXDRAdmin`, `cdpEdgeBlockedMessage`, `hostedRpa`, `cdpContentExplorerAggregateRecord`, `cdpHygieneAttachmentInfo`, `cdpHygieneSummary`, `cdpPostMailDeliveryAction`, `cdpEmailFeatures`, `cdpHygieneUrlInfo`, `cdpUrlClick`, `cdpPackageManagerHygieneEvent`, `filteringDocScan`, `timeTravelFilteringDocScan`, `mapgOnboard`, `unknownFutureValue`. | +| auditLogRecordType | microsoft.graph.security.auditLogRecordType | The type of operation indicated by the record. The possible values are: `exchangeAdmin`, `exchangeItem`, `exchangeItemGroup`, `sharePoint`, `syntheticProbe`, `sharePointFileOperation`, `oneDrive`, `azureActiveDirectory`, `azureActiveDirectoryAccountLogon`, `dataCenterSecurityCmdlet`, `complianceDLPSharePoint`, `sway`, `complianceDLPExchange`, `sharePointSharingOperation`, `azureActiveDirectoryStsLogon`, `skypeForBusinessPSTNUsage`, `skypeForBusinessUsersBlocked`, `securityComplianceCenterEOPCmdlet`, `exchangeAggregatedOperation`, `powerBIAudit`, `crm`, `yammer`, `skypeForBusinessCmdlets`, `discovery`, `microsoftTeams`, `threatIntelligence`, `mailSubmission`, `microsoftFlow`, `aeD`, `microsoftStream`, `complianceDLPSharePointClassification`, `threatFinder`, `project`, `sharePointListOperation`, `sharePointCommentOperation`, `dataGovernance`, `kaizala`, `securityComplianceAlerts`, `threatIntelligenceUrl`, `securityComplianceInsights`, `mipLabel`, `workplaceAnalytics`, `powerAppsApp`, `powerAppsPlan`, `threatIntelligenceAtpContent`, `labelContentExplorer`, `teamsHealthcare`, `exchangeItemAggregated`, `hygieneEvent`, `dataInsightsRestApiAudit`, `informationBarrierPolicyApplication`, `sharePointListItemOperation`, `sharePointContentTypeOperation`, `sharePointFieldOperation`, `microsoftTeamsAdmin`, `hrSignal`, `microsoftTeamsDevice`, `microsoftTeamsAnalytics`, `informationWorkerProtection`, `campaign`, `dlpEndpoint`, `airInvestigation`, `quarantine`, `microsoftForms`, `applicationAudit`, `complianceSupervisionExchange`, `customerKeyServiceEncryption`, `officeNative`, `mipAutoLabelSharePointItem`, `mipAutoLabelSharePointPolicyLocation`, `microsoftTeamsShifts`, `secureScore`, `mipAutoLabelExchangeItem`, `cortanaBriefing`, `search`, `wdatpAlerts`, `powerPlatformAdminDlp`, `powerPlatformAdminEnvironment`, `mdatpAudit`, `sensitivityLabelPolicyMatch`, `sensitivityLabelAction`, `sensitivityLabeledFileAction`, `attackSim`, `airManualInvestigation`, `securityComplianceRBAC`, `userTraining`, `airAdminActionInvestigation`, `mstic`, `physicalBadgingSignal`, `teamsEasyApprovals`, `aipDiscover`, `aipSensitivityLabelAction`, `aipProtectionAction`, `aipFileDeleted`, `aipHeartBeat`, `mcasAlerts`, `onPremisesFileShareScannerDlp`, `onPremisesSharePointScannerDlp`, `exchangeSearch`, `sharePointSearch`, `privacyDataMinimization`, `labelAnalyticsAggregate`, `myAnalyticsSettings`, `securityComplianceUserChange`, `complianceDLPExchangeClassification`, `complianceDLPEndpoint`, `mipExactDataMatch`, `msdeResponseActions`, `msdeGeneralSettings`, `msdeIndicatorsSettings`, `ms365DCustomDetection`, `msdeRolesSettings`, `mapgAlerts`, `mapgPolicy`, `mapgRemediation`, `privacyRemediationAction`, `privacyDigestEmail`, `mipAutoLabelSimulationProgress`, `mipAutoLabelSimulationCompletion`, `mipAutoLabelProgressFeedback`, `dlpSensitiveInformationType`, `mipAutoLabelSimulationStatistics`, `largeContentMetadata`, `microsoft365Group`, `cdpMlInferencingResult`, `filteringMailMetadata`, `cdpClassificationMailItem`, `cdpClassificationDocument`, `officeScriptsRunAction`, `filteringPostMailDeliveryAction`, `cdpUnifiedFeedback`, `tenantAllowBlockList`, `consumptionResource`, `healthcareSignal`, `dlpImportResult`, `cdpCompliancePolicyExecution`, `multiStageDisposition`, `privacyDataMatch`, `filteringDocMetadata`, `filteringEmailFeatures`, `powerBIDlp`, `filteringUrlInfo`, `filteringAttachmentInfo`, `coreReportingSettings`, `complianceConnector`, `powerPlatformLockboxResourceAccessRequest`, `powerPlatformLockboxResourceCommand`, `cdpPredictiveCodingLabel`, `cdpCompliancePolicyUserFeedback`, `webpageActivityEndpoint`, `omePortal`, `cmImprovementActionChange`, `filteringUrlClick`, `mipLabelAnalyticsAuditRecord`, `filteringEntityEvent`, `filteringRuleHits`, `filteringMailSubmission`, `labelExplorer`, `microsoftManagedServicePlatform`, `powerPlatformServiceActivity`, `scorePlatformGenericAuditRecord`, `filteringTimeTravelDocMetadata`, `alert`, `alertStatus`, `alertIncident`, `incidentStatus`, `case`, `caseInvestigation`, `recordsManagement`, `privacyRemediation`, `dataShareOperation`, `cdpDlpSensitive`, `ehrConnector`, `filteringMailGradingResult`, `publicFolder`, `privacyTenantAuditHistoryRecord`, `aipScannerDiscoverEvent`, `eduDataLakeDownloadOperation`, `m365ComplianceConnector`, `microsoftGraphDataConnectOperation`, `microsoftPurview`, `filteringEmailContentFeatures`, `powerPagesSite`, `powerAppsResource`, `plannerPlan`, `plannerCopyPlan`, `plannerTask`, `plannerRoster`, `plannerPlanList`, `plannerTaskList`, `plannerTenantSettings`, `projectForTheWebProject`, `projectForTheWebTask`, `projectForTheWebRoadmap`, `projectForTheWebRoadmapItem`, `projectForTheWebProjectSettings`, `projectForTheWebRoadmapSettings`, `quarantineMetadata`, `microsoftTodoAudit`, `timeTravelFilteringDocMetadata`, `teamsQuarantineMetadata`, `sharePointAppPermissionOperation`, `microsoftTeamsSensitivityLabelAction`, `filteringTeamsMetadata`, `filteringTeamsUrlInfo`, `filteringTeamsPostDeliveryAction`, `mdcAssessments`, `mdcRegulatoryComplianceStandards`, `mdcRegulatoryComplianceControls`, `mdcRegulatoryComplianceAssessments`, `mdcSecurityConnectors`, `mdaDataSecuritySignal`, `vivaGoals`, `filteringRuntimeInfo`, `attackSimAdmin`, `microsoftGraphDataConnectConsent`, `filteringAtpDetonationInfo`, `privacyPortal`, `managedTenants`, `unifiedSimulationMatchedItem`, `unifiedSimulationSummary`, `updateQuarantineMetadata`, `ms365DSuppressionRule`, `purviewDataMapOperation`, `filteringUrlPostClickAction`, `irmUserDefinedDetectionSignal`, `teamsUpdates`, `plannerRosterSensitivityLabel`, `ms365DIncident`, `filteringDelistingMetadata`, `complianceDLPSharePointClassificationExtended`, `microsoftDefenderForIdentityAudit`, `supervisoryReviewDayXInsight`, `defenderExpertsforXDRAdmin`, `cdpEdgeBlockedMessage`, `hostedRpa`, `cdpContentExplorerAggregateRecord`, `cdpHygieneAttachmentInfo`, `cdpHygieneSummary`, `cdpPostMailDeliveryAction`, `cdpEmailFeatures`, `cdpHygieneUrlInfo`, `cdpUrlClick`, `cdpPackageManagerHygieneEvent`, `filteringDocScan`, `timeTravelFilteringDocScan`, `mapgOnboard`, `unknownFutureValue`. | | clientIp | String | **TODO: Add Description** | | createdDateTime | DateTimeOffset | **TODO: Add Description** | | id | String | **TODO: Add Description** Inherited from [microsoft.graph.entity](../resources/entity.md). | From 076d7a0f17683f720bf5a4d70b2ce6bd938413d1 Mon Sep 17 00:00:00 2001 From: Arish Ojaswi Date: Tue, 9 Jan 2024 23:45:43 +0530 Subject: [PATCH 030/151] Update api-reference/beta/resources/security-auditlogrecord.md --- api-reference/beta/resources/security-auditlogrecord.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/resources/security-auditlogrecord.md b/api-reference/beta/resources/security-auditlogrecord.md index 8ee3e3707b5..800d3f9c284 100644 --- a/api-reference/beta/resources/security-auditlogrecord.md +++ b/api-reference/beta/resources/security-auditlogrecord.md @@ -30,7 +30,7 @@ Inherits from [microsoft.graph.entity](../resources/entity.md). | administrativeUnits | String collection | Administrative Units tagged to an audit log record. | | auditData | [microsoft.graph.security.auditData](../resources/security-auditdata.md) | JSON object containing the actual audit log data. | | auditLogRecordType | microsoft.graph.security.auditLogRecordType | The type of operation indicated by the record. The possible values are: `exchangeAdmin`, `exchangeItem`, `exchangeItemGroup`, `sharePoint`, `syntheticProbe`, `sharePointFileOperation`, `oneDrive`, `azureActiveDirectory`, `azureActiveDirectoryAccountLogon`, `dataCenterSecurityCmdlet`, `complianceDLPSharePoint`, `sway`, `complianceDLPExchange`, `sharePointSharingOperation`, `azureActiveDirectoryStsLogon`, `skypeForBusinessPSTNUsage`, `skypeForBusinessUsersBlocked`, `securityComplianceCenterEOPCmdlet`, `exchangeAggregatedOperation`, `powerBIAudit`, `crm`, `yammer`, `skypeForBusinessCmdlets`, `discovery`, `microsoftTeams`, `threatIntelligence`, `mailSubmission`, `microsoftFlow`, `aeD`, `microsoftStream`, `complianceDLPSharePointClassification`, `threatFinder`, `project`, `sharePointListOperation`, `sharePointCommentOperation`, `dataGovernance`, `kaizala`, `securityComplianceAlerts`, `threatIntelligenceUrl`, `securityComplianceInsights`, `mipLabel`, `workplaceAnalytics`, `powerAppsApp`, `powerAppsPlan`, `threatIntelligenceAtpContent`, `labelContentExplorer`, `teamsHealthcare`, `exchangeItemAggregated`, `hygieneEvent`, `dataInsightsRestApiAudit`, `informationBarrierPolicyApplication`, `sharePointListItemOperation`, `sharePointContentTypeOperation`, `sharePointFieldOperation`, `microsoftTeamsAdmin`, `hrSignal`, `microsoftTeamsDevice`, `microsoftTeamsAnalytics`, `informationWorkerProtection`, `campaign`, `dlpEndpoint`, `airInvestigation`, `quarantine`, `microsoftForms`, `applicationAudit`, `complianceSupervisionExchange`, `customerKeyServiceEncryption`, `officeNative`, `mipAutoLabelSharePointItem`, `mipAutoLabelSharePointPolicyLocation`, `microsoftTeamsShifts`, `secureScore`, `mipAutoLabelExchangeItem`, `cortanaBriefing`, `search`, `wdatpAlerts`, `powerPlatformAdminDlp`, `powerPlatformAdminEnvironment`, `mdatpAudit`, `sensitivityLabelPolicyMatch`, `sensitivityLabelAction`, `sensitivityLabeledFileAction`, `attackSim`, `airManualInvestigation`, `securityComplianceRBAC`, `userTraining`, `airAdminActionInvestigation`, `mstic`, `physicalBadgingSignal`, `teamsEasyApprovals`, `aipDiscover`, `aipSensitivityLabelAction`, `aipProtectionAction`, `aipFileDeleted`, `aipHeartBeat`, `mcasAlerts`, `onPremisesFileShareScannerDlp`, `onPremisesSharePointScannerDlp`, `exchangeSearch`, `sharePointSearch`, `privacyDataMinimization`, `labelAnalyticsAggregate`, `myAnalyticsSettings`, `securityComplianceUserChange`, `complianceDLPExchangeClassification`, `complianceDLPEndpoint`, `mipExactDataMatch`, `msdeResponseActions`, `msdeGeneralSettings`, `msdeIndicatorsSettings`, `ms365DCustomDetection`, `msdeRolesSettings`, `mapgAlerts`, `mapgPolicy`, `mapgRemediation`, `privacyRemediationAction`, `privacyDigestEmail`, `mipAutoLabelSimulationProgress`, `mipAutoLabelSimulationCompletion`, `mipAutoLabelProgressFeedback`, `dlpSensitiveInformationType`, `mipAutoLabelSimulationStatistics`, `largeContentMetadata`, `microsoft365Group`, `cdpMlInferencingResult`, `filteringMailMetadata`, `cdpClassificationMailItem`, `cdpClassificationDocument`, `officeScriptsRunAction`, `filteringPostMailDeliveryAction`, `cdpUnifiedFeedback`, `tenantAllowBlockList`, `consumptionResource`, `healthcareSignal`, `dlpImportResult`, `cdpCompliancePolicyExecution`, `multiStageDisposition`, `privacyDataMatch`, `filteringDocMetadata`, `filteringEmailFeatures`, `powerBIDlp`, `filteringUrlInfo`, `filteringAttachmentInfo`, `coreReportingSettings`, `complianceConnector`, `powerPlatformLockboxResourceAccessRequest`, `powerPlatformLockboxResourceCommand`, `cdpPredictiveCodingLabel`, `cdpCompliancePolicyUserFeedback`, `webpageActivityEndpoint`, `omePortal`, `cmImprovementActionChange`, `filteringUrlClick`, `mipLabelAnalyticsAuditRecord`, `filteringEntityEvent`, `filteringRuleHits`, `filteringMailSubmission`, `labelExplorer`, `microsoftManagedServicePlatform`, `powerPlatformServiceActivity`, `scorePlatformGenericAuditRecord`, `filteringTimeTravelDocMetadata`, `alert`, `alertStatus`, `alertIncident`, `incidentStatus`, `case`, `caseInvestigation`, `recordsManagement`, `privacyRemediation`, `dataShareOperation`, `cdpDlpSensitive`, `ehrConnector`, `filteringMailGradingResult`, `publicFolder`, `privacyTenantAuditHistoryRecord`, `aipScannerDiscoverEvent`, `eduDataLakeDownloadOperation`, `m365ComplianceConnector`, `microsoftGraphDataConnectOperation`, `microsoftPurview`, `filteringEmailContentFeatures`, `powerPagesSite`, `powerAppsResource`, `plannerPlan`, `plannerCopyPlan`, `plannerTask`, `plannerRoster`, `plannerPlanList`, `plannerTaskList`, `plannerTenantSettings`, `projectForTheWebProject`, `projectForTheWebTask`, `projectForTheWebRoadmap`, `projectForTheWebRoadmapItem`, `projectForTheWebProjectSettings`, `projectForTheWebRoadmapSettings`, `quarantineMetadata`, `microsoftTodoAudit`, `timeTravelFilteringDocMetadata`, `teamsQuarantineMetadata`, `sharePointAppPermissionOperation`, `microsoftTeamsSensitivityLabelAction`, `filteringTeamsMetadata`, `filteringTeamsUrlInfo`, `filteringTeamsPostDeliveryAction`, `mdcAssessments`, `mdcRegulatoryComplianceStandards`, `mdcRegulatoryComplianceControls`, `mdcRegulatoryComplianceAssessments`, `mdcSecurityConnectors`, `mdaDataSecuritySignal`, `vivaGoals`, `filteringRuntimeInfo`, `attackSimAdmin`, `microsoftGraphDataConnectConsent`, `filteringAtpDetonationInfo`, `privacyPortal`, `managedTenants`, `unifiedSimulationMatchedItem`, `unifiedSimulationSummary`, `updateQuarantineMetadata`, `ms365DSuppressionRule`, `purviewDataMapOperation`, `filteringUrlPostClickAction`, `irmUserDefinedDetectionSignal`, `teamsUpdates`, `plannerRosterSensitivityLabel`, `ms365DIncident`, `filteringDelistingMetadata`, `complianceDLPSharePointClassificationExtended`, `microsoftDefenderForIdentityAudit`, `supervisoryReviewDayXInsight`, `defenderExpertsforXDRAdmin`, `cdpEdgeBlockedMessage`, `hostedRpa`, `cdpContentExplorerAggregateRecord`, `cdpHygieneAttachmentInfo`, `cdpHygieneSummary`, `cdpPostMailDeliveryAction`, `cdpEmailFeatures`, `cdpHygieneUrlInfo`, `cdpUrlClick`, `cdpPackageManagerHygieneEvent`, `filteringDocScan`, `timeTravelFilteringDocScan`, `mapgOnboard`, `unknownFutureValue`. | -| clientIp | String | **TODO: Add Description** | +| clientIp | String | The IP address of the device that was used when the activity was logged. The IP address is displayed in either an IPv4 or IPv6 address format. | | createdDateTime | DateTimeOffset | **TODO: Add Description** | | id | String | **TODO: Add Description** Inherited from [microsoft.graph.entity](../resources/entity.md). | | objectId | String | **TODO: Add Description** | From 3d624a778a243ead4c05a8b8963bc672f67489ea Mon Sep 17 00:00:00 2001 From: Arish Ojaswi Date: Tue, 9 Jan 2024 23:46:01 +0530 Subject: [PATCH 031/151] Update api-reference/beta/resources/security-auditlogrecord.md --- .../beta/resources/security-auditlogrecord.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/api-reference/beta/resources/security-auditlogrecord.md b/api-reference/beta/resources/security-auditlogrecord.md index 800d3f9c284..fe63f91f3e3 100644 --- a/api-reference/beta/resources/security-auditlogrecord.md +++ b/api-reference/beta/resources/security-auditlogrecord.md @@ -31,15 +31,15 @@ Inherits from [microsoft.graph.entity](../resources/entity.md). | auditData | [microsoft.graph.security.auditData](../resources/security-auditdata.md) | JSON object containing the actual audit log data. | | auditLogRecordType | microsoft.graph.security.auditLogRecordType | The type of operation indicated by the record. The possible values are: `exchangeAdmin`, `exchangeItem`, `exchangeItemGroup`, `sharePoint`, `syntheticProbe`, `sharePointFileOperation`, `oneDrive`, `azureActiveDirectory`, `azureActiveDirectoryAccountLogon`, `dataCenterSecurityCmdlet`, `complianceDLPSharePoint`, `sway`, `complianceDLPExchange`, `sharePointSharingOperation`, `azureActiveDirectoryStsLogon`, `skypeForBusinessPSTNUsage`, `skypeForBusinessUsersBlocked`, `securityComplianceCenterEOPCmdlet`, `exchangeAggregatedOperation`, `powerBIAudit`, `crm`, `yammer`, `skypeForBusinessCmdlets`, `discovery`, `microsoftTeams`, `threatIntelligence`, `mailSubmission`, `microsoftFlow`, `aeD`, `microsoftStream`, `complianceDLPSharePointClassification`, `threatFinder`, `project`, `sharePointListOperation`, `sharePointCommentOperation`, `dataGovernance`, `kaizala`, `securityComplianceAlerts`, `threatIntelligenceUrl`, `securityComplianceInsights`, `mipLabel`, `workplaceAnalytics`, `powerAppsApp`, `powerAppsPlan`, `threatIntelligenceAtpContent`, `labelContentExplorer`, `teamsHealthcare`, `exchangeItemAggregated`, `hygieneEvent`, `dataInsightsRestApiAudit`, `informationBarrierPolicyApplication`, `sharePointListItemOperation`, `sharePointContentTypeOperation`, `sharePointFieldOperation`, `microsoftTeamsAdmin`, `hrSignal`, `microsoftTeamsDevice`, `microsoftTeamsAnalytics`, `informationWorkerProtection`, `campaign`, `dlpEndpoint`, `airInvestigation`, `quarantine`, `microsoftForms`, `applicationAudit`, `complianceSupervisionExchange`, `customerKeyServiceEncryption`, `officeNative`, `mipAutoLabelSharePointItem`, `mipAutoLabelSharePointPolicyLocation`, `microsoftTeamsShifts`, `secureScore`, `mipAutoLabelExchangeItem`, `cortanaBriefing`, `search`, `wdatpAlerts`, `powerPlatformAdminDlp`, `powerPlatformAdminEnvironment`, `mdatpAudit`, `sensitivityLabelPolicyMatch`, `sensitivityLabelAction`, `sensitivityLabeledFileAction`, `attackSim`, `airManualInvestigation`, `securityComplianceRBAC`, `userTraining`, `airAdminActionInvestigation`, `mstic`, `physicalBadgingSignal`, `teamsEasyApprovals`, `aipDiscover`, `aipSensitivityLabelAction`, `aipProtectionAction`, `aipFileDeleted`, `aipHeartBeat`, `mcasAlerts`, `onPremisesFileShareScannerDlp`, `onPremisesSharePointScannerDlp`, `exchangeSearch`, `sharePointSearch`, `privacyDataMinimization`, `labelAnalyticsAggregate`, `myAnalyticsSettings`, `securityComplianceUserChange`, `complianceDLPExchangeClassification`, `complianceDLPEndpoint`, `mipExactDataMatch`, `msdeResponseActions`, `msdeGeneralSettings`, `msdeIndicatorsSettings`, `ms365DCustomDetection`, `msdeRolesSettings`, `mapgAlerts`, `mapgPolicy`, `mapgRemediation`, `privacyRemediationAction`, `privacyDigestEmail`, `mipAutoLabelSimulationProgress`, `mipAutoLabelSimulationCompletion`, `mipAutoLabelProgressFeedback`, `dlpSensitiveInformationType`, `mipAutoLabelSimulationStatistics`, `largeContentMetadata`, `microsoft365Group`, `cdpMlInferencingResult`, `filteringMailMetadata`, `cdpClassificationMailItem`, `cdpClassificationDocument`, `officeScriptsRunAction`, `filteringPostMailDeliveryAction`, `cdpUnifiedFeedback`, `tenantAllowBlockList`, `consumptionResource`, `healthcareSignal`, `dlpImportResult`, `cdpCompliancePolicyExecution`, `multiStageDisposition`, `privacyDataMatch`, `filteringDocMetadata`, `filteringEmailFeatures`, `powerBIDlp`, `filteringUrlInfo`, `filteringAttachmentInfo`, `coreReportingSettings`, `complianceConnector`, `powerPlatformLockboxResourceAccessRequest`, `powerPlatformLockboxResourceCommand`, `cdpPredictiveCodingLabel`, `cdpCompliancePolicyUserFeedback`, `webpageActivityEndpoint`, `omePortal`, `cmImprovementActionChange`, `filteringUrlClick`, `mipLabelAnalyticsAuditRecord`, `filteringEntityEvent`, `filteringRuleHits`, `filteringMailSubmission`, `labelExplorer`, `microsoftManagedServicePlatform`, `powerPlatformServiceActivity`, `scorePlatformGenericAuditRecord`, `filteringTimeTravelDocMetadata`, `alert`, `alertStatus`, `alertIncident`, `incidentStatus`, `case`, `caseInvestigation`, `recordsManagement`, `privacyRemediation`, `dataShareOperation`, `cdpDlpSensitive`, `ehrConnector`, `filteringMailGradingResult`, `publicFolder`, `privacyTenantAuditHistoryRecord`, `aipScannerDiscoverEvent`, `eduDataLakeDownloadOperation`, `m365ComplianceConnector`, `microsoftGraphDataConnectOperation`, `microsoftPurview`, `filteringEmailContentFeatures`, `powerPagesSite`, `powerAppsResource`, `plannerPlan`, `plannerCopyPlan`, `plannerTask`, `plannerRoster`, `plannerPlanList`, `plannerTaskList`, `plannerTenantSettings`, `projectForTheWebProject`, `projectForTheWebTask`, `projectForTheWebRoadmap`, `projectForTheWebRoadmapItem`, `projectForTheWebProjectSettings`, `projectForTheWebRoadmapSettings`, `quarantineMetadata`, `microsoftTodoAudit`, `timeTravelFilteringDocMetadata`, `teamsQuarantineMetadata`, `sharePointAppPermissionOperation`, `microsoftTeamsSensitivityLabelAction`, `filteringTeamsMetadata`, `filteringTeamsUrlInfo`, `filteringTeamsPostDeliveryAction`, `mdcAssessments`, `mdcRegulatoryComplianceStandards`, `mdcRegulatoryComplianceControls`, `mdcRegulatoryComplianceAssessments`, `mdcSecurityConnectors`, `mdaDataSecuritySignal`, `vivaGoals`, `filteringRuntimeInfo`, `attackSimAdmin`, `microsoftGraphDataConnectConsent`, `filteringAtpDetonationInfo`, `privacyPortal`, `managedTenants`, `unifiedSimulationMatchedItem`, `unifiedSimulationSummary`, `updateQuarantineMetadata`, `ms365DSuppressionRule`, `purviewDataMapOperation`, `filteringUrlPostClickAction`, `irmUserDefinedDetectionSignal`, `teamsUpdates`, `plannerRosterSensitivityLabel`, `ms365DIncident`, `filteringDelistingMetadata`, `complianceDLPSharePointClassificationExtended`, `microsoftDefenderForIdentityAudit`, `supervisoryReviewDayXInsight`, `defenderExpertsforXDRAdmin`, `cdpEdgeBlockedMessage`, `hostedRpa`, `cdpContentExplorerAggregateRecord`, `cdpHygieneAttachmentInfo`, `cdpHygieneSummary`, `cdpPostMailDeliveryAction`, `cdpEmailFeatures`, `cdpHygieneUrlInfo`, `cdpUrlClick`, `cdpPackageManagerHygieneEvent`, `filteringDocScan`, `timeTravelFilteringDocScan`, `mapgOnboard`, `unknownFutureValue`. | | clientIp | String | The IP address of the device that was used when the activity was logged. The IP address is displayed in either an IPv4 or IPv6 address format. | -| createdDateTime | DateTimeOffset | **TODO: Add Description** | -| id | String | **TODO: Add Description** Inherited from [microsoft.graph.entity](../resources/entity.md). | -| objectId | String | **TODO: Add Description** | -| operation | String | **TODO: Add Description** | -| organizationId | String | **TODO: Add Description** | -| service | String | **TODO: Add Description** | -| userId | String | **TODO: Add Description** | -| userPrincipalName | String | **TODO: Add Description** | -| userType | microsoft.graph.security.auditLogUserType | **TODO: Add Description**.The possible values are: `regular`, `reserved`, `admin`, `dcAdmin`, `system`, `application`, `servicePrincipal`, `customPolicy`, `systemPolicy`, `partnerTechnician`, `guest`, `unknownFutureValue`. | +| createdDateTime | DateTimeOffset | The date and time in Coordinated Universal Time (UTC) when the user performed the activity. | +| id | String | The ID of the report entry. The ID uniquely identifies the report entry. Inherited from [microsoft.graph.entity](../resources/entity.md). | +| objectId | String | For Exchange admin audit logging, the name of the object modified by the cmdlet. For SharePoint activity, the full URL path name of the file or folder accessed by a user. For Microsoft Entra activity, the name of the user account that was modified. | +| operation | String | The name of the user or admin activity. | +| organizationId | String | The GUID for your organization. | +| service | String | The Microsoft 365 service where the activity occurred. | +| userId | String | The user who performed the action (specified in the Operation property) that resulted in the record being logged. Audit records for activity performed by system accounts (such as SHAREPOINT\system or NT AUTHORITY\SYSTEM) are also included in the audit log. Another common value for the UserId property is app@sharepoint. This property indicates that the "user" who performed the activity was an application that has the necessary permissions in SharePoint to perform organization-wide actions (such as search a SharePoint site or OneDrive account) on behalf of a user, admin, or service. | +| userPrincipalName | String | UPN of the user who performed the action. | +| userType | microsoft.graph.security.auditLogUserType | The type of user that performed the operation. The possible values are: `regular`, `reserved`, `admin`, `dcAdmin`, `system`, `application`, `servicePrincipal`, `customPolicy`, `systemPolicy`, `partnerTechnician`, `guest`, `unknownFutureValue`. | ## Relationships From c79c9c3e452c296959d1f41a100be02c6b8612bf Mon Sep 17 00:00:00 2001 From: Arish Ojaswi Date: Tue, 9 Jan 2024 23:46:37 +0530 Subject: [PATCH 032/151] Update changelog/Microsoft.Security.AuditLogQuery.json --- changelog/Microsoft.Security.AuditLogQuery.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelog/Microsoft.Security.AuditLogQuery.json b/changelog/Microsoft.Security.AuditLogQuery.json index e3c2447a80a..5c00556fbd3 100644 --- a/changelog/Microsoft.Security.AuditLogQuery.json +++ b/changelog/Microsoft.Security.AuditLogQuery.json @@ -33,6 +33,14 @@ "ChangeType": "Addition", "Description": "Added the [defaultAuditData](https://learn.microsoft.com/en-us/graph/api/resources/security-defaultauditdata?view=graph-rest-beta) resource to the microsoft.graph.security subnamespace.", "Target": "defaultAuditData" + }, + { + "Id": "95da9b0a-04da-4dc5-be44-eed390298791", + "ApiChange": "Enumeration", + "ChangedApiName": "auditLogQueryStatus", + "ChangeType": "Addition", + "Description": "Added the **auditLogQueryStatus** enumeration.", + "Target": "auditLogQueryStatus" } ], "Id": "b4937176-8221-4bc7-83a4-6e84c4ee02d1", From 749b9f561e51031cc2e85f285e7ae86e8e713b6e Mon Sep 17 00:00:00 2001 From: Daniela Bonilla Montero <92937694+Danielabom@users.noreply.github.com> Date: Tue, 9 Jan 2024 17:14:45 -0600 Subject: [PATCH 033/151] Apply suggestions from code review --- api-reference/beta/resources/security-auditdata.md | 2 +- api-reference/beta/resources/security-auditlogquery.md | 2 +- api-reference/beta/resources/security-auditlogrecord.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api-reference/beta/resources/security-auditdata.md b/api-reference/beta/resources/security-auditdata.md index 95517c414d5..d8dd8f83c80 100644 --- a/api-reference/beta/resources/security-auditdata.md +++ b/api-reference/beta/resources/security-auditdata.md @@ -20,7 +20,7 @@ auditData is an abstract type that supports the audit logs of various Microsoft None. ## JSON representation -The following is a JSON representation of the resource. +The following JSON representation shows the resource type. +``` json +{ + "@odata.type": "#microsoft.graph.security.defaultAuditData" +} +``` + From 91c04603401de7c41fdc46e44067497c636b52bd Mon Sep 17 00:00:00 2001 From: Arish Ojaswi Date: Thu, 18 Jan 2024 15:42:42 +0530 Subject: [PATCH 095/151] Update api-reference/beta/resources/security-defaultauditdata.md --- api-reference/beta/resources/security-defaultauditdata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/resources/security-defaultauditdata.md b/api-reference/beta/resources/security-defaultauditdata.md index 2fe07ab28f9..1f5f21c027d 100644 --- a/api-reference/beta/resources/security-defaultauditdata.md +++ b/api-reference/beta/resources/security-defaultauditdata.md @@ -16,7 +16,7 @@ Namespace: microsoft.graph.security Represents a JSON object containing the actual audit log data. -Inherits from [microsoft.graph.security.auditData](../resources/security-auditdata.md). +Inherits from [auditData](../resources/security-auditdata.md). ## Properties None. From 65fb5872b9914f90eda93d3762c1754e04230aa1 Mon Sep 17 00:00:00 2001 From: Divya Undi Date: Fri, 19 Jan 2024 15:21:33 +0530 Subject: [PATCH 096/151] Updated TOC --- api-reference/beta/toc.yml | 19269 ----------------------------------- 1 file changed, 19269 deletions(-) delete mode 100644 api-reference/beta/toc.yml diff --git a/api-reference/beta/toc.yml b/api-reference/beta/toc.yml deleted file mode 100644 index 1bdef8f4acb..00000000000 --- a/api-reference/beta/toc.yml +++ /dev/null @@ -1,19269 +0,0 @@ -items: - - name: Overview of Microsoft Graph - href: /graph/overview?context=graph/api/beta - - name: What's new - href: /graph/whats-new-overview?context=graph/api/beta - - name: API changelog - href: https://developer.microsoft.com/en-us/graph/changelog - displayName: API changes, API updates, Microsoft Graph API, REST API, REST API updates - - name: Authentication and authorization - href: /graph/auth/index?context=graph/api/beta - - name: Permissions reference - href: /graph/permissions-reference - - name: Use the API - href: /graph/use-the-api?context=graph/api/beta - - name: Use SDKs - href: /graph/sdks/sdks-overview?context=graph/api/beta - - name: Use the toolkit - href: /graph/toolkit/overview?context=graph/api/beta - - name: Known issues - href: https://developer.microsoft.com/graph/known-issues - - name: Errors - href: /graph/errors?context=graph/api/beta - displayName: Microsoft Graph error responses and error resource types - - name: API beta reference - expanded: true - items: - - name: Overview - href: overview.md - displayName: Microsoft Graph beta endpoint reference, Microsoft Graph REST API Beta - - name: Users - items: - - name: Overview - href: resources/users.md - - name: User - href: resources/user.md - items: - - name: List - href: api/user-list.md - - name: Create - href: api/user-post-users.md - - name: Get - href: api/user-get.md - - name: Update - href: api/user-update.md - - name: Delete - href: api/user-delete.md - - name: Change password - href: api/user-changepassword.md - - name: Get delta - href: api/user-delta.md - - name: Get delta for directory object - href: api/directoryobject-delta.md - - name: Validate password - href: api/user-validatepassword.md - - name: Invalidate refresh tokens - href: api/user-invalidateallrefreshtokens.md - - name: Retry service provisioning - href: api/user-retryserviceprovisioning.md - - name: App role assignment - href: resources/approleassignment.md - items: - - name: List app role assignments - href: api/user-list-approleassignments.md - - name: List app role assigned resources - href: api/user-list-approleassignedresources.md - - name: Get app role assignment - href: api/approleassignment-get.md - - name: Add app role assignment - href: api/user-post-approleassignments.md - - name: Remove app role assignment - href: api/user-delete-approleassignments.md - - name: Get delta for directory object - href: api/directoryobject-delta.md - - name: Calendar - href: resources/calendar.md - displayName: Outlook, Outlook calendar - items: - - name: Create calendar - href: api/user-post-calendars.md - - name: Create calendar group - href: api/user-post-calendargroups.md - - name: Create event - href: api/user-post-events.md - - name: Find meeting times - href: api/user-findmeetingtimes.md - - name: Find rooms - href: api/user-findrooms.md - - name: Find room lists - href: api/user-findroomlists.md - - name: Get free/busy schedule - href: api/calendar-getschedule.md - - name: List calendars - href: api/user-list-calendars.md - - name: List calendar groups - href: api/user-list-calendargroups.md - - name: List calendar view - href: api/user-list-calendarview.md - - name: List events - href: api/user-list-events.md - - name: Reminder view - href: api/user-reminderview.md - - name: Cloud PC - items: - - name: Cloud PC - href: resources/cloudpc.md - - name: List - href: api/user-list-cloudpcs.md - - name: Get - href: api/cloudpc-get.md - - name: Get frontline access state - href: api/cloudpc-getfrontlinecloudpcaccessstate.md - - name: Get launch info - href: api/cloudpc-getcloudpclaunchinfo.md - - name: Get shift work access state (deprecated) - href: api/cloudpc-getshiftworkcloudpcaccessstate.md - - name: Reboot - href: api/cloudpc-reboot.md - - name: Rename - href: api/cloudpc-rename.md - - name: Reprovision - href: api/cloudpc-reprovision.md - - name: Start - href: api/cloudpc-start.md - - name: Stop - href: api/cloudpc-stop.md - - name: Troubleshoot - href: api/cloudpc-troubleshoot.md - - name: Delegated permission grant - items: - - name: OAuth 2.0 permission grant - href: resources/oauth2permissiongrant.md - - name: List - href: api/user-list-oauth2permissiongrants.md - - name: Directory object - href: resources/directoryobject.md - items: - - name: Get delta - href: api/directoryobject-delta.md - - name: Assign license - href: api/user-assignlicense.md - - name: Export personal data - href: api/user-exportpersonaldata.md - - name: Get member groups - href: api/directoryobject-getmembergroups.md - - name: Check member groups - href: api/directoryobject-checkmembergroups.md - - name: Get member objects - href: api/directoryobject-getmemberobjects.md - - name: Check member objects - href: api/directoryobject-checkmemberobjects.md - - name: Get objects by IDs - href: api/directoryobject-getbyids.md - - name: List created objects - href: api/user-list-createdobjects.md - - name: List license details - href: api/user-list-licensedetails.md - - name: List owned devices - href: api/user-list-owneddevices.md - - name: List owned objects - href: api/user-list-ownedobjects.md - - name: List registered devices - href: api/user-list-registereddevices.md - - name: List scoped administrator memberships - href: api/user-list-scopedrolememberof.md - - name: List user usage rights - href: api/user-list-usagerights.md - - name: Reprocess license assignment - href: api/user-reprocesslicenseassignment.md - - name: Revoke sign-in session - href: api/user-revokesigninsessions.md - - name: List deleted items - href: api/directory-deleteditems-list.md - - name: Get deleted item - href: api/directory-deleteditems-get.md - - name: Permanently delete item - href: api/directory-deleteditems-delete.md - - name: Restore deleted item - href: api/directory-deleteditems-restore.md - - name: Drive - href: resources/drive.md - items: - - name: Get drive - href: api/drive-get.md - - name: List children - href: api/driveitem-list-children.md - - name: Group - href: resources/group.md - items: - - name: List joined teams - href: api/user-list-joinedteams.md - - name: List associated teams - href: api/associatedteaminfo-list.md - - name: List member of - href: api/user-list-memberof.md - - name: List transitive member of - href: api/user-list-transitivememberof.md - - name: Item insights - items: - - name: Item insights - items: - - name: Item insights (preview) - href: resources/iteminsights.md - - name: List shared - href: api/insights-list-shared.md - - name: List trending - href: api/insights-list-trending.md - - name: List used - href: api/insights-list-used.md - - name: Org control (preview) - items: - - name: Insights settings - href: resources/insightssettings.md - - name: List - href: api/organizationsettings-list-iteminsights.md - - name: Update - href: api/insightssettings-update.md - - name: User control (preview) - items: - - name: User insights settings - href: resources/userinsightssettings.md - - name: Get - href: api/userinsightssettings-get.md - - name: Update - href: api/userinsightssettings-update.md - - name: Mail - items: - - name: Message - href: resources/message.md - - name: Create mail folder - href: api/user-post-mailfolders.md - - name: Create draft message - href: api/user-post-messages.md - - name: Create message rule - href: api/mailfolder-post-messagerules.md - - name: Create override - href: api/inferenceclassification-post-overrides.md - - name: Get mail tips - href: api/user-getmailtips.md - - name: List mail folders - href: api/user-list-mailfolders.md - - name: List messages - href: api/user-list-messages.md - - name: List overrides - href: api/inferenceclassification-list-overrides.md - - name: List rules - href: api/mailfolder-list-messagerules.md - - name: Send mail - href: api/user-sendmail.md - - name: Notes - items: - - name: OneNote root - href: resources/onenote.md - - name: List notebooks - href: api/onenote-list-notebooks.md - - name: Create notebook - href: api/onenote-post-notebooks.md - - name: Org hierarchy - items: - - name: Assign manager - href: api/user-post-manager.md - - name: Get manager - href: api/user-list-manager.md - - name: List direct reports - href: api/user-list-directreports.md - - name: Remove manager - href: api/user-delete-manager.md - - name: Outlook settings - items: - - name: Mailbox settings - expanded: true - items: - - name: Mailbox settings - href: resources/mailboxsettings.md - - name: Get mailbox settings - href: api/user-get-mailboxsettings.md - - name: Update mailbox settings - href: api/user-update-mailboxsettings.md - - name: Outlook user services - expanded: true - items: - - name: Outlook user - href: resources/outlookuser.md - - name: Create category - href: api/outlookuser-post-mastercategories.md - - name: Get language choices - href: api/outlookuser-supportedlanguages.md - - name: Get time zone choices - href: api/outlookuser-supportedtimezones.md - - name: List categories - href: api/outlookuser-list-mastercategories.md - - name: Translate IDs - href: api/user-translateexchangeids.md - - name: Outlook task (deprecated) - items: - - name: Outlook task - href: resources/outlooktask.md - - name: Create tasks - href: api/outlookuser-post-tasks.md - - name: List tasks - href: api/outlookuser-list-tasks.md - - name: People - items: - - name: Person - href: resources/person.md - - name: List people - href: api/user-list-people.md - - name: Org control for people insights (preview) - items: - - name: Insights settings - href: resources/insightssettings.md - - name: List - href: api/organizationsettings-list-peopleinsights.md - - name: Update - href: api/insightssettings-update.md - - name: Personal contact - items: - - name: Contact - href: resources/contact.md - items: - - name: Create contact - href: api/user-post-contacts.md - - name: Create contact folder - href: api/user-post-contactfolders.md - - name: List contacts - href: api/user-list-contacts.md - - name: List contact folders - href: api/user-list-contactfolders.md - - name: Contact merge suggestions (preview) - items: - - name: Contact merge suggestions - href: resources/contactmergesuggestions.md - - name: Get - href: api/contactmergesuggestions-get.md - - name: Update - href: api/contactmergesuggestions-update.md - - name: Org control for contact insights (preview) - items: - - name: Insights settings - href: resources/insightssettings.md - - name: List - href: api/organizationsettings-list-contactinsights.md - - name: Update - href: api/insightssettings-update.md - - name: Photo - items: - - name: Profile photo - href: resources/profilephoto.md - - name: Get photo - href: api/profilephoto-get.md - - name: Update photo - href: api/profilephoto-update.md - - name: Delete photo - href: api/profilephoto-delete.md - - name: Planner - items: - - name: Planner user - href: resources/planneruser.md - - name: Get plans - href: api/planneruser-get.md - - name: List favorite plans - href: api/planneruser-list-favoriteplans.md - - name: List recent plans - href: api/planneruser-list-recentplans.md - - name: List tasks - href: api/planneruser-list-tasks.md - - name: Update settings - href: api/planneruser-update.md - - name: Preferred languages and regional formats (preview) - items: - - name: Regional and language settings - href: resources/regionalandlanguagesettings.md - - name: Get - href: api/regionalandlanguagesettings-get.md - - name: Update - href: api/regionalandlanguagesettings-update.md - - name: Profile (preview) - items: - - name: Profile - href: resources/profile.md - - name: Get user's profile - href: api/profile-get.md - - name: Delete user's profile - href: api/profile-delete.md - - name: Sponsors - items: - - name: Add sponsor - href: api/user-post-sponsors.md - - name: List sponsors - href: api/user-list-sponsors.md - - name: Remove sponsor - href: api/user-delete-sponsors.md - - name: Teamwork and communications - items: - - name: Installed app - href: resources/teamsappinstallation.md - - name: Add app for user - href: api/userteamwork-post-installedapps.md - - name: Get chat between user and app - href: api/userscopeteamsappinstallation-get-chat.md - - name: Get chat for user - href: api/chat-get.md - - name: List chats for user - href: api/chat-list.md - - name: Get installed app for user - href: api/userteamwork-get-installedapps.md - - name: List apps for user - href: api/userteamwork-list-installedapps.md - - name: List permission grants for user - href: api/user-list-permissiongrants.md - - name: Remove app for user - href: api/userteamwork-delete-installedapps.md - - name: Upgrade installed app for user - href: api/userteamwork-teamsappinstallation-upgrade.md - - name: To-do task - items: - - name: To-do task - href: resources/todotask.md - - name: Create task - href: api/todotasklist-post-tasks.md - - name: Create task list - href: api/todo-post-lists.md - - name: List tasks - href: api/todotasklist-list-tasks.md - - name: List task lists - href: api/todo-list-lists.md - - name: User settings - items: - - name: User settings - href: resources/usersettings.md - - name: Get settings - href: api/usersettings-get.md - - name: Update settings - href: api/usersettings-update.md - - name: Groups - items: - - name: Overview - href: resources/groups-overview.md - - name: Group - href: resources/group.md - items: - - name: List groups - href: api/group-list.md - - name: Create group - href: api/group-post-groups.md - - name: Get group - href: api/group-get.md - - name: Update group - href: api/group-update.md - - name: Delete group - href: api/group-delete.md - - name: Renew group - href: api/group-renew.md - - name: Add favorite - href: api/group-addfavorite.md - - name: Remove favorite - href: api/group-removefavorite.md - - name: List members - href: api/group-list-members.md - - name: Add member - href: api/group-post-members.md - - name: Remove member - href: api/group-delete-members.md - - name: List member of - href: api/group-list-memberof.md - - name: List transitive member of - href: api/group-list-transitivememberof.md - - name: List transitive members - href: api/group-list-transitivemembers.md - - name: List owners - href: api/group-list-owners.md - - name: Add owner - href: api/group-post-owners.md - - name: Remove owner - href: api/group-delete-owners.md - - name: Get delta - href: api/group-delta.md - - name: Get delta for directory object - href: api/directoryobject-delta.md - - name: Assign license - href: api/group-assignlicense.md - - name: Evaluate dynamic membership - href: api/group-evaluatedynamicmembership.md - - name: Get endpoint - href: api/endpoint-get.md - - name: List endpoints - href: api/group-list-endpoints.md - - name: List joined teams - href: api/user-list-joinedteams.md - - name: List associated teams - href: api/associatedteaminfo-list.md - - name: List lifecycle policies - href: api/group-list-grouplifecyclepolicies.md - - name: List photos - href: api/group-list-photos.md - - name: List permission grants - href: api/group-list-permissiongrants.md - - name: Reset unseen count - href: api/group-resetunseencount.md - - name: Subscribe by mail - href: api/group-subscribebymail.md - - name: Unsubscribe by mail - href: api/group-unsubscribebymail.md - - name: Validate properties - href: api/group-validateproperties.md - - name: Retry service provisioning - href: api/group-retryserviceprovisioning.md - - name: App role assignment - href: resources/approleassignment.md - items: - - name: List app role assignments - href: api/group-list-approleassignments.md - - name: Add app role assignment - href: api/group-post-approleassignments.md - - name: Get app role assignment - href: api/approleassignment-get.md - - name: Remove app role assignment - href: api/group-delete-approleassignments.md - - name: Get delta for directory object - href: api/directoryobject-delta.md - - name: Attachment - items: - - name: Attachment - href: resources/attachment.md - - name: File attachment type - href: resources/fileattachment.md - - name: Item attachment type - href: resources/itemattachment.md - - name: Reference attachment type - href: resources/referenceattachment.md - - name: Get attachment - href: api/attachment-get.md - - name: Delete attachment - href: api/attachment-delete.md - - name: Calendar - href: resources/calendar.md - items: - - name: Get calendar - href: api/calendar-get.md - - name: Update calendar - href: api/calendar-update.md - - name: List events - href: api/group-list-events.md - - name: Create event - href: api/group-post-events.md - - name: Get event - href: api/group-get-event.md - - name: Update event - href: api/group-update-event.md - - name: Delete event - href: api/group-delete-event.md - - name: List calendar view - href: api/group-list-calendarview.md - - name: Get delta - href: api/event-delta.md - - name: Create open extension - href: api/opentypeextension-post-opentypeextension.md - - name: Get open extension - href: api/opentypeextension-get.md - - name: Conversation - href: resources/conversation.md - items: - - name: List conversations - href: api/group-list-conversations.md - - name: Create conversation - href: api/group-post-conversations.md - - name: Get conversation - href: api/group-get-conversation.md - - name: Delete conversation - href: api/group-delete-conversation.md - - name: List conversation threads - href: api/conversation-list-threads.md - - name: Create conversation thread - href: api/conversation-post-threads.md - - name: List accepted senders - href: api/group-list-acceptedsenders.md - - name: Create accepted sender - href: api/group-post-acceptedsenders.md - - name: Remove accepted sender - href: api/group-delete-acceptedsenders.md - - name: List rejected senders - href: api/group-list-rejectedsenders.md - - name: Create rejected sender - href: api/group-post-rejectedsenders.md - - name: Remove rejected senders - href: api/group-delete-rejectedsenders.md - - name: Conversation thread - href: resources/conversationthread.md - items: - - name: List threads - href: api/group-list-threads.md - - name: Create thread - href: api/group-post-threads.md - - name: Get conversation thread - href: api/group-get-thread.md - - name: Update conversation thread - href: api/group-update-thread.md - - name: Delete conversation thread - href: api/group-delete-thread.md - - name: Reply to conversation thread - href: api/conversationthread-reply.md - - name: Directory object - href: resources/directoryobject.md - items: - - name: Check member groups - href: api/directoryobject-checkmembergroups.md - - name: Get member groups - href: api/directoryobject-getmembergroups.md - - name: Check member objects - href: api/directoryobject-checkmemberobjects.md - - name: Get member objects - href: api/directoryobject-getmemberobjects.md - - name: List deleted groups - href: api/directory-deleteditems-list.md - - name: List deleted groups owned by user - href: api/directory-deleteditems-getuserownedobjects.md - - name: Get deleted group - href: api/directory-deleteditems-get.md - - name: Permanently delete group - href: api/directory-deleteditems-delete.md - - name: Restore deleted group - href: api/directory-deleteditems-restore.md - - name: Drive - href: resources/drive.md - items: - - name: Get drive - href: api/drive-get.md - - name: List children - href: api/driveitem-list-children.md - - name: Extended properties - items: - - name: Overview - href: resources/extended-properties-overview.md - - name: Single-value extended property - items: - - name: Single-value extended property - href: resources/singlevaluelegacyextendedproperty.md - - name: Create single-value property - href: api/singlevaluelegacyextendedproperty-post-singlevalueextendedproperties.md - - name: Get single-value property - href: api/singlevaluelegacyextendedproperty-get.md - - name: Multi-value extended property - items: - - name: Multi-value extended property - href: resources/multivaluelegacyextendedproperty.md - - name: Create multi-value property - href: api/multivaluelegacyextendedproperty-post-multivalueextendedproperties.md - - name: Get multi-value property - href: api/multivaluelegacyextendedproperty-get.md - - name: Lifecycle policy - href: resources/grouplifecyclepolicy.md - items: - - name: Create policy - href: api/grouplifecyclepolicy-post-grouplifecyclepolicies.md - - name: List policies - href: api/grouplifecyclepolicy-list.md - - name: Get policy - href: api/grouplifecyclepolicy-get.md - - name: Update policy - href: api/grouplifecyclepolicy-update.md - - name: Delete policy - href: api/grouplifecyclepolicy-delete.md - - name: Add group - href: api/grouplifecyclepolicy-addgroup.md - - name: Remove group - href: api/grouplifecyclepolicy-removegroup.md - - name: Renew group - href: api/grouplifecyclepolicy-renewgroup.md - - name: Notes - items: - - name: OneNote root - href: resources/onenote.md - - name: List notebooks - href: api/onenote-list-notebooks.md - - name: Create notebook - href: api/onenote-post-notebooks.md - - name: Photo - items: - - name: Profile photo - href: resources/profilephoto.md - - name: Get photo - href: api/profilephoto-get.md - - name: Update photo - href: api/profilephoto-update.md - - name: Delete photo - href: api/profilephoto-delete.md - - - name: Planner - items: - - name: Planner plan - href: resources/plannerplan.md - - name: List plans - href: api/plannergroup-list-plans.md - - name: Post - href: resources/post.md - items: - - name: List posts - href: api/conversationthread-list-posts.md - - name: Get post - href: api/post-get.md - - name: Reply post - href: api/post-reply.md - - name: Forward post - href: api/post-forward.md - - name: List attachments - href: api/post-list-attachments.md - - name: Add attachment - href: api/post-post-attachments.md - - name: Create open extension - href: api/opentypeextension-post-opentypeextension.md - - name: Get open extension - href: api/opentypeextension-get.md - - name: Applications - items: - - name: Application - href: resources/application.md - items: - - name: List applications - href: api/application-list.md - - name: Create application - href: api/application-post-applications.md - - name: Get application - href: api/application-get.md - - name: Update application - href: api/application-update.md - - name: Delete application - href: api/application-delete.md - - name: Get delta - href: api/application-delta.md - - name: Get delta for directory object - href: api/directoryobject-delta.md - - name: List deleted applications - href: api/directory-deleteditems-list.md - - name: List deleted applications owned by user - href: api/directory-deleteditems-getuserownedobjects.md - - name: Get deleted application - href: api/directory-deleteditems-get.md - - name: Permanently delete application - href: api/directory-deleteditems-delete.md - - name: Restore deleted application - href: api/directory-deleteditems-restore.md - - name: Application template - href: resources/applicationtemplate.md - items: - - name: List - href: api/applicationtemplate-list.md - - name: Get - href: api/applicationtemplate-get.md - - name: Instantiate - href: api/applicationtemplate-instantiate.md - - name: Certificates & secrets - items: - - name: Add password - displayName: Add secrets - href: api/application-addpassword.md - - name: Remove password - displayName: Remove secrets - href: api/application-removepassword.md - - name: Add key - href: api/application-addkey.md - - name: Remove key - href: api/application-removekey.md - - name: Federated identity credentials - items: - - name: Overview - href: resources/federatedidentitycredentials-overview.md - displayName: Workload identity federation, workload identities - - name: Federated identity credentials - href: resources/federatedidentitycredential.md - items: - - name: List - href: api/application-list-federatedidentitycredentials.md - - name: Create - href: api/application-post-federatedidentitycredentials.md - - name: Get - href: api/federatedidentitycredential-get.md - - name: Update - href: api/federatedidentitycredential-update.md - - name: Delete - href: api/federatedidentitycredential-delete.md - - name: Owners - items: - - name: List owners - href: api/application-list-owners.md - - name: Add owner - href: api/application-post-owners.md - - name: Remove owner - href: api/application-delete-owners.md - - name: Policies - items: - - name: Remote desktop security configuration policy - href: resources/remotedesktopsecurityconfiguration.md - items: - - name: Create - href: api/serviceprincipal-post-remotedesktopsecurityconfiguration.md - - name: Get - href: api/remotedesktopsecurityconfiguration-get.md - - name: Update - href: api/remotedesktopsecurityconfiguration-update.md - - name: Delete - href: api/serviceprincipal-delete-remotedesktopsecurityconfiguration.md - - name: Target device groups - href: resources/targetdevicegroup.md - items: - - name: List - href: api/remotedesktopsecurityconfiguration-list-targetdevicegroups.md - - name: Create - href: api/remotedesktopsecurityconfiguration-post-targetdevicegroups.md - - name: Get - href: api/targetdevicegroup-get.md - - name: Update - href: api/targetdevicegroup-update.md - - name: Delete - href: api/remotedesktopsecurityconfiguration-delete-targetdevicegroups.md - - name: Token issuance policy - href: resources/tokenissuancepolicy.md - items: - - name: Assign - href: api/application-post-tokenissuancepolicies.md - - name: List - href: api/application-list-tokenissuancepolicies.md - - name: Remove - href: api/application-delete-tokenissuancepolicies.md - - name: Token lifetime policy - href: resources/tokenlifetimepolicy.md - items: - - name: Assign - href: api/application-post-tokenlifetimepolicies.md - - name: List - href: api/application-list-tokenlifetimepolicies.md - - name: Remove - href: api/application-delete-tokenlifetimepolicies.md - - name: Verified publisher - items: - - name: Set - href: api/application-setverifiedpublisher.md - - name: Unset - href: api/application-unsetverifiedpublisher.md - - name: On-premises publishing - href: resources/onpremisespublishingprofile-root.md - items: - - name: On-premises agent - href: resources/onpremisesagent.md - items: - - name: List - href: api/onpremisesagent-list.md - - name: Get - href: api/onpremisesagent-get.md - - name: Assign to agent group - href: api/onpremisesagent-post-agentgroups.md - - name: Remove from agent group - href: api/onpremisesagent-delete-agentgroups.md - - name: On-premises agent group - href: resources/onpremisesagentgroup.md - items: - - name: List - href: api/onpremisesagentgroup-list.md - - name: Get - href: api/onpremisesagentgroup-get.md - - name: Create - href: api/onpremisesagentgroup-post.md - - name: Update - href: api/onpremisesagentgroup-update.md - - name: Delete - href: api/onpremisesagentgroup-delete.md - - name: On-premises publishing profile - href: resources/onpremisespublishingprofile.md - items: - - name: Get - href: api/onpremisespublishingprofile-get.md - - name: Update - href: api/onpremisespublishingprofile-update.md - - name: Published resource - href: resources/publishedresource.md - items: - - name: List - href: api/publishedresource-list.md - - name: Get - href: api/publishedresource-get.md - - name: Create - href: api/publishedresource-post.md - - name: Update - href: api/publishedresource-update.md - - name: Delete - href: api/publishedresource-delete.md - - name: Assign to agent group - href: api/publishedresource-post-agentgroups.md - - name: Remove from agent group - href: api/publishedresource-delete-agentgroups.md - - name: Connector - href: resources/connector.md - items: - - name: List - href: api/connector-list.md - - name: Get - href: api/connector-get.md - - name: List memberOf - href: api/connector-list-memberof.md - - name: Add connector to connectorGroup - href: api/connector-post-memberof.md - - name: Connector group - href: resources/connectorgroup.md - items: - - name: List - href: api/connectorgroup-list.md - - name: Create - href: api/connectorgroup-post.md - - name: Get - href: api/connectorgroup-get.md - - name: Update - href: api/connectorgroup-update.md - - name: Delete - href: api/connectorgroup-delete.md - - name: List applications - href: api/connectorgroup-list-applications.md - - name: List members - href: api/connectorgroup-list-members.md - - name: Add connector - href: api/connectorgroup-post-members.md - - name: Add application - href: api/connectorgroup-post-applications.md - - name: Service principal - href: resources/serviceprincipal.md - items: - - name: List service principal - href: api/serviceprincipal-list.md - - name: Create service principal - href: api/serviceprincipal-post-serviceprincipals.md - - name: Get service principal - href: api/serviceprincipal-get.md - - name: Update service principal - href: api/serviceprincipal-update.md - - name: Delete service principal - href: api/serviceprincipal-delete.md - - name: List deleted service principals - href: api/directory-deleteditems-list.md - - name: Get deleted service principal - href: api/directory-deleteditems-get.md - - name: Permanently delete service principal - href: api/directory-deleteditems-delete.md - - name: Restore deleted service principal - href: api/directory-deleteditems-restore.md - - name: List createdObjects - href: api/serviceprincipal-list-createdobjects.md - - name: List ownedObjects - href: api/serviceprincipal-list-ownedobjects.md - - name: Get delta - href: api/serviceprincipal-delta.md - - name: Get delta for directory object - href: api/directoryobject-delta.md - - name: App role assignment - href: resources/approleassignment.md - items: - - name: List app role assignments - href: api/serviceprincipal-list-approleassignments.md - - name: Add app role assignment - href: api/serviceprincipal-post-approleassignments.md - - name: Get app role assignment - href: api/approleassignment-get.md - - name: Remove app role assignment - href: api/serviceprincipal-delete-approleassignments.md - - name: List app role assigned to - href: api/serviceprincipal-list-approleassignedto.md - - name: Add app role assigned to - href: api/serviceprincipal-post-approleassignedto.md - - name: Remove app role assigned to - href: api/serviceprincipal-delete-approleassignedto.md - - name: Certificates and secrets - items: - - name: Add password - displayName: Add secrets - href: api/serviceprincipal-addpassword.md - - name: Remove password - displayName: Remove secrets - href: api/serviceprincipal-removepassword.md - - name: Add key - href: api/serviceprincipal-addkey.md - - name: Remove key - href: api/serviceprincipal-removekey.md - - name: Add token signing certificate - href: api/serviceprincipal-addtokensigningcertificate.md - - name: Delegated permission grant - items: - - name: OAuth 2.0 permission grant - href: resources/oauth2permissiongrant.md - - name: List - href: api/serviceprincipal-list-oauth2permissiongrants.md - - name: Delegated permission classification - href: resources/delegatedpermissionclassification.md - items: - - name: List - href: api/serviceprincipal-list-delegatedpermissionclassifications.md - - name: Create - href: api/serviceprincipal-post-delegatedpermissionclassifications.md - - name: Delete - href: api/serviceprincipal-delete-delegatedpermissionclassifications.md - - name: Membership - items: - - name: List memberOf - href: api/serviceprincipal-list-memberof.md - - name: List transitive memberOf - href: api/serviceprincipal-list-transitivememberof.md - - name: Check member groups - href: api/directoryobject-checkmembergroups.md - - name: Check member objects - href: api/directoryobject-checkmemberobjects.md - - name: Get member groups - href: api/directoryobject-getmembergroups.md - - name: Get member objects - href: api/directoryobject-getmemberobjects.md - - name: Owners - items: - - name: List owners - href: api/serviceprincipal-list-owners.md - - name: Add owner - href: api/serviceprincipal-post-owners.md - - name: Remove owner - href: api/serviceprincipal-delete-owners.md - - name: Permission grant pre-approval policy - items: - - name: List - href: api/serviceprincipal-list-permissiongrantpreapprovalpolicies.md - - name: Assign - href: api/serviceprincipal-post-permissiongrantpreapprovalpolicies.md - - name: Remove - href: api/serviceprincipal-delete-permissiongrantpreapprovalpolicies.md - - name: Policies - items: - - name: Claims mapping policy - href: resources/claimsmappingpolicy.md - items: - - name: Assign - href: api/serviceprincipal-post-claimsmappingpolicies.md - - name: List - href: api/serviceprincipal-list-claimsmappingpolicies.md - - name: Remove - href: api/serviceprincipal-delete-claimsmappingpolicies.md - - name: Home realm discovery policy - href: resources/homerealmdiscoverypolicy.md - items: - - name: Assign - href: api/serviceprincipal-post-homerealmdiscoverypolicies.md - - name: List - href: api/serviceprincipal-list-homerealmdiscoverypolicies.md - - name: Remove - href: api/serviceprincipal-delete-homerealmdiscoverypolicies.md - - name: Token issuance policy - href: resources/tokenissuancepolicy.md - items: - - name: Assign - href: api/application-post-tokenissuancepolicies.md - - name: List - href: api/application-list-tokenissuancepolicies.md - - name: Remove - href: api/application-delete-tokenissuancepolicies.md - - name: Token lifetime policy - href: resources/tokenlifetimepolicy.md - items: - - name: Assign - href: api/application-post-tokenlifetimepolicies.md - - name: List - href: api/application-list-tokenlifetimepolicies.md - - name: Remove - href: api/application-delete-tokenlifetimepolicies.md - - name: Single sign on - items: - - name: Create password single sign on credentials - href: api/serviceprincipal-createpasswordsinglesignoncredentials.md - - name: Get password single sign on credentials - href: api/serviceprincipal-getpasswordsinglesignoncredentials.md - - name: Update password single sign on credentials - href: api/serviceprincipal-updatepasswordsinglesignoncredentials.md - - name: Delete password single sign on credentials - href: api/serviceprincipal-deletepasswordsinglesignoncredentials.md - - name: Synchronization - items: - - name: Overview - href: resources/synchronization-overview.md - - name: Synchronization - href: resources/synchronization-synchronization.md - items: - - name: Acquire access token - href: api/synchronization-synchronization-acquireaccesstoken.md - - name: Add secrets - href: api/synchronization-serviceprincipal-put-synchronization.md - - name: Job - href: resources/synchronization-synchronizationjob.md - items: - - name: List - href: api/synchronization-synchronization-list-jobs.md - - name: Create - href: api/synchronization-synchronization-post-jobs.md - - name: Get - href: api/synchronization-synchronizationjob-get.md - - name: Start - href: api/synchronization-synchronizationjob-start.md - - name: Pause - href: api/synchronization-synchronizationjob-pause.md - - name: Restart - href: api/synchronization-synchronizationjob-restart.md - - name: Delete - href: api/synchronization-synchronizationjob-delete.md - - name: Provision on demand - href: api/synchronization-synchronizationjob-provisionondemand.md - - name: Validate credentials - href: api/synchronization-synchronizationjob-validatecredentials.md - - name: Bulk upload - href: resources/synchronization-bulkupload.md - items: - - name: Perform bulk upload - href: api/synchronization-synchronizationjob-post-bulkupload.md - - name: Schema - href: resources/synchronization-synchronizationschema.md - items: - - name: Get schema - href: api/synchronization-synchronizationschema-get.md - - name: Get schema functions - href: api/synchronization-synchronizationschema-functions.md - - name: Get schema filter operators - href: api/synchronization-synchronizationschema-filteroperators.md - - name: Update schema - href: api/synchronization-synchronizationschema-update.md - - name: Reset schema - href: api/synchronization-synchronizationschema-delete.md - - name: Parse attribute mapping expression - href: api/synchronization-synchronizationschema-parseexpression.md - - name: Directory definition - href: resources/synchronization-directorydefinition.md - items: - - name: Discover - href: api/synchronization-directorydefinition-discover.md - - name: Template - href: resources/synchronization-synchronizationtemplate.md - items: - - name: List - href: api/synchronization-synchronization-list-templates.md - - name: Get - href: api/synchronization-synchronizationtemplate-get.md - - name: Update - href: api/synchronization-synchronizationtemplate-update.md - - name: Calendars - displayName: Outlook calendar - items: - - name: Calendar - href: resources/calendar.md - items: - - name: List calendars - href: api/user-list-calendars.md - - name: Create calendar - href: api/user-post-calendars.md - - name: Get calendar - href: api/calendar-get.md - - name: Update calendar - href: api/calendar-update.md - - name: Delete calendar - href: api/calendar-delete.md - - name: List calendar view - href: api/calendar-list-calendarview.md - - name: Reminder view - href: api/user-reminderview.md - - name: List events - href: api/calendar-list-events.md - - name: Create Event - href: api/calendar-post-events.md - - name: Get free/busy schedule - href: api/calendar-getschedule.md - - name: Find meeting times - href: api/user-findmeetingtimes.md - - name: Find room lists - href: api/user-findroomlists.md - - name: Find rooms - href: api/user-findrooms.md - - name: Event - href: resources/event.md - items: - - name: List events - href: api/user-list-events.md - - name: Create event - href: api/user-post-events.md - - name: Get event - href: api/event-get.md - - name: Update event - href: api/event-update.md - - name: Delete event - href: api/event-delete.md - - name: Get delta - href: api/event-delta.md - - name: Forward event - href: api/event-forward.md - - name: Cancel event - href: api/event-cancel.md - - name: Accept event - href: api/event-accept.md - - name: Tentatively accept - href: api/event-tentativelyaccept.md - - name: Decline event - href: api/event-decline.md - - name: Dismiss reminder - href: api/event-dismissreminder.md - - name: Snooze reminder - href: api/event-snoozereminder.md - - name: List event instances - href: api/event-list-instances.md - - name: List attachments - href: api/event-list-attachments.md - - name: Add attachment - href: api/event-post-attachments.md - - name: Create session to attach large file - href: api/attachment-createuploadsession.md - - name: Create open extension - href: api/opentypeextension-post-opentypeextension.md - - name: Get open extension - href: api/opentypeextension-get.md - - name: Event message - href: resources/eventmessage.md - items: - - name: Get event message - href: api/eventmessage-get.md - - name: Update event message - href: api/eventmessage-update.md - - name: Delete event message - href: api/eventmessage-delete.md - - name: Send event message - href: api/message-send.md - - name: Copy event message - href: api/message-copy.md - - name: Move event message - href: api/message-move.md - - name: Create draft to reply - href: api/message-createreply.md - - name: Reply event message - href: api/message-reply.md - - name: Create draft to reply-all - href: api/message-createreplyall.md - - name: ReplyAll event message - href: api/message-replyall.md - - name: Create Forward - href: api/message-createforward.md - - name: Forward event message - href: api/message-forward.md - - name: Add attachment - href: api/eventmessage-post-attachments.md - - name: List attachments - href: api/eventmessage-list-attachments.md - - name: Create open extension - href: api/opentypeextension-post-opentypeextension.md - - name: Get open extension - href: api/opentypeextension-get.md - - name: Attachment - items: - - name: Attachment - href: resources/attachment.md - - name: File attachment type - href: resources/fileattachment.md - - name: Item attachment type - href: resources/itemattachment.md - - name: Reference attachment type - href: resources/referenceattachment.md - - name: Create session to attach large file - href: api/attachment-createuploadsession.md - - name: Get attachment - href: api/attachment-get.md - - name: Delete attachment - href: api/attachment-delete.md - - name: Calendar group - href: resources/calendargroup.md - items: - - name: List calendar groups - href: api/user-list-calendargroups.md - - name: Create calendar group - href: api/user-post-calendargroups.md - - name: Get calendar group - href: api/calendargroup-get.md - - name: Update calendar group - href: api/calendargroup-update.md - - name: Delete calendar group - href: api/calendargroup-delete.md - - name: List calendars in calendar group - href: api/calendargroup-list-calendars.md - - name: Create calendar in calendar group - href: api/calendargroup-post-calendars.md - - name: Calendar permission - href: resources/calendarpermission.md - items: - - name: List - href: api/calendar-list-calendarpermissions.md - - name: Create - href: api/calendar-post-calendarpermissions.md - - name: Get - href: api/calendarpermission-get.md - - name: Update - href: api/calendarpermission-update.md - - name: Delete - href: api/calendarpermission-delete.md - - name: Calendar view - href: api/calendar-list-calendarview.md - items: - - name: List calendar view - href: api/calendar-list-calendarview.md - - name: Get delta - href: api/event-delta.md - - name: Reminder view - href: api/user-reminderview.md - - name: Category - items: - - name: Category - href: resources/outlookcategory.md - - name: List categories - href: api/outlookuser-list-mastercategories.md - - name: Create category - href: api/outlookuser-post-mastercategories.md - - name: Get category - href: api/outlookcategory-get.md - - name: Update category - href: api/outlookcategory-update.md - - name: Delete category - href: api/outlookcategory-delete.md - - name: Extended properties - items: - - name: Overview - href: resources/extended-properties-overview.md - - name: Single-value extended property - items: - - name: Single-value extended property - href: resources/singlevaluelegacyextendedproperty.md - - name: Create single-value property - href: api/singlevaluelegacyextendedproperty-post-singlevalueextendedproperties.md - - name: Get single-value property - href: api/singlevaluelegacyextendedproperty-get.md - - name: Multi-value extended property - items: - - name: Multi-value extended property - href: resources/multivaluelegacyextendedproperty.md - - name: Create multi-value property - href: api/multivaluelegacyextendedproperty-post-multivalueextendedproperties.md - - name: Get multi-value property - href: api/multivaluelegacyextendedproperty-get.md - - name: Places - items: - - name: Place - href: resources/place.md - - name: Room - href: resources/room.md - - name: Room list - href: resources/roomlist.md - - name: Workspace - href: resources/workspace.md - - name: List places - href: api/place-list.md - - name: Get place - href: api/place-get.md - - name: Update place - href: api/place-update.md - - name: Change notifications - items: - - name: Overview - displayName: Webhooks, Outlook mail, Outlook calendar, Outlook contacts, Outlook contact, People, Microsoft Teams, Teams, OneDrive, OneDrive for Business, OneDrive business, OneDrive personal, SharePoint, Security, Users, Groups - href: resources/change-notifications-api-overview.md - - name: Subscription - items: - - name: Subscription - href: resources/subscription.md - - name: Change notification collection - href: resources/changenotificationcollection.md - - name: List - href: api/subscription-list.md - - name: Create - href: api/subscription-post-subscriptions.md - - name: Get - href: api/subscription-get.md - - name: Update - href: api/subscription-update.md - - name: Delete - href: api/subscription-delete.md - - name: Reauthorize - href: api/subscription-reauthorize.md - - name: Compliance - displayName: Compliance API, Microsoft Graph Compliance API - items: - - name: Overview - href: resources/complianceapioverview.md - - name: eDiscovery (preview) - items: - - name: Overview - href: resources/ediscovery-eDiscoveryapioverview.md - - name: eDiscovery case - href: resources/ediscovery-case.md - items: - - name: List - href: api/ediscovery-case-list.md - - name: Create - href: api/ediscovery-case-post.md - - name: Get - href: api/ediscovery-case-get.md - - name: Update - href: api/ediscovery-case-update.md - - name: Delete - href: api/ediscovery-case-delete.md - - name: Close - href: api/ediscovery-case-close.md - - name: Reopen - href: api/ediscovery-case-reopen.md - - name: List custodians - href: api/ediscovery-case-list-custodians.md - - name: Create custodian - href: api/ediscovery-case-post-custodians.md - - name: List legal holds - href: api/ediscovery-case-list-legalholds.md - - name: Create legal hold - href: api/ediscovery-case-post-legalholds.md - - name: List review sets - href: api/ediscovery-case-list-reviewsets.md - - name: Create review set - href: api/ediscovery-case-post-reviewsets.md - - name: Get settings - href: api/ediscovery-casesettings-get.md - - name: Update settings - href: api/ediscovery-casesettings-update.md - - name: Reset to default - href: api/ediscovery-casesettings-resettodefault.md - - name: List source collections - href: api/ediscovery-case-list-sourcecollections.md - - name: Create source collection - href: api/ediscovery-case-post-sourcecollections.md - - name: List tags - href: api/ediscovery-case-list-tags.md - - name: Create tag - href: api/ediscovery-case-post-tags.md - - name: Custodian - href: resources/ediscovery-custodian.md - items: - - name: List - href: api/ediscovery-case-list-custodians.md - - name: Create - href: api/ediscovery-case-post-custodians.md - - name: Get - href: api/ediscovery-custodian-get.md - - name: Update - href: api/ediscovery-custodian-update.md - - name: Activate - href: api/ediscovery-custodian-activate.md - - name: Release - href: api/ediscovery-custodian-release.md - - name: Legal hold - href: resources/ediscovery-legalhold.md - items: - - name: List - href: api/ediscovery-case-list-legalholds.md - - name: Create - href: api/ediscovery-case-post-legalholds.md - - name: Get - href: api/ediscovery-legalhold-get.md - - name: Update - href: api/ediscovery-legalhold-update.md - - name: Delete - href: api/ediscovery-legalhold-delete.md - - name: Non-custodial data sources - href: resources/ediscovery-noncustodialdatasource.md - items: - - name: List - href: api/ediscovery-noncustodialdatasource-list.md - - name: Create - href: api/ediscovery-noncustodialdatasource-post.md - - name: Get - href: api/ediscovery-noncustodialdatasource-get.md - - name: List datasource - href: api/ediscovery-noncustodialdatasource-list-datasource.md - - name: Release - href: api/ediscovery-noncustodialdatasource-release.md - - name: Review set - href: resources/ediscovery-reviewset.md - items: - - name: List - href: api/ediscovery-case-list-reviewsets.md - - name: Create - href: api/ediscovery-case-post-reviewsets.md - - name: Get - href: api/ediscovery-reviewset-get.md - - name: Review set query - href: resources/ediscovery-reviewsetquery.md - items: - - name: List - href: api/ediscovery-reviewsetquery-list.md - - name: Create - href: api/ediscovery-reviewsetquery-post.md - - name: Get - href: api/ediscovery-reviewsetquery-get.md - - name: Update - href: api/ediscovery-reviewsetquery-update.md - - name: Delete - href: api/ediscovery-reviewsetquery-delete.md - - name: Apply tags - href: api/ediscovery-reviewsetquery-applytags.md - - name: Source collection - href: resources/ediscovery-sourcecollection.md - items: - - name: List - href: api/ediscovery-case-list-sourcecollections.md - - name: Create - href: api/ediscovery-case-post-sourcecollections.md - - name: Get - href: api/ediscovery-sourcecollection-get.md - - name: Update - href: api/ediscovery-sourcecollection-update.md - - name: Delete - href: api/ediscovery-sourcecollection-delete.md - - name: List custodian sources - href: api/ediscovery-sourcecollection-list-custodiansources.md - - name: Add custodian sources - href: api/ediscovery-sourcecollection-post-custodiansources.md - - name: List additional sources - href: api/ediscovery-sourcecollection-list-additionalsources.md - - name: Add additional sources - href: api/ediscovery-sourcecollection-post-additionalsources.md - - name: Estimate statistics - href: api/ediscovery-sourcecollection-estimatestatistics.md - - name: List add to review set operations - href: api/ediscovery-sourcecollection-list-addtoreviewsetoperation.md - - name: List last estimate operation - href: api/ediscovery-sourcecollection-list-lastestimatestatisticsoperation.md - - name: Purge data - href: api/ediscovery-sourcecollection-purgedata.md - - name: Tag - href: resources/ediscovery-tag.md - items: - - name: List - href: api/ediscovery-case-list-tags.md - - name: Create - href: api/ediscovery-case-post-tags.md - - name: Get - href: api/ediscovery-tag-get.md - - name: Update - href: api/ediscovery-tag-update.md - - name: Delete - href: api/ediscovery-tag-delete.md - - name: List child tags - href: api/ediscovery-tag-childtags.md - - name: List tags as hierarchy - href: api/ediscovery-tag-ashierarchy.md - - name: Subject rights request - items: - - name: Overview - href: resources/subjectrightsrequest-subjectrightsrequestapioverview.md - - name: Subject rights request - href: resources/subjectrightsrequest.md - items: - - name: List - href: api/subjectrightsrequest-list.md - - name: Create - href: api/subjectrightsrequest-post.md - - name: Get - href: api/subjectrightsrequest-get.md - - name: Update - href: api/subjectrightsrequest-update.md - - name: Get final report - href: api/subjectrightsrequest-getfinalreport.md - - name: Get final attachment - href: api/subjectrightsrequest-getfinalattachment.md - - name: List notes - href: api/subjectrightsrequest-list-notes.md - - name: Create note - href: api/subjectrightsrequest-post-notes.md - - name: Cross-device experiences - displayName: Project Rome - items: - - name: Overview - href: resources/project-rome-overview.md - - name: List user devices (deprecated) - href: api/user-list-devices.md - - name: Send device command (deprecated) - href: api/send-device-command.md - - name: Get device command status (deprecated) - href: api/get-device-command-status.md - - name: Activity feed - href: resources/activity-feed-api-overview.md - items: - - name: Activity - href: resources/projectrome-activity.md - items: - - name: Create or replace an activity - href: api/projectrome-put-activity.md - - name: Delete an activity - href: api/projectrome-delete-activity.md - - name: Get activities - href: api/projectrome-get-activities.md - - name: Get recent activities - href: api/projectrome-get-recent-activities.md - - name: Delete activity - href: api/projectrome-delete-activity.md - - name: History item - href: resources/projectrome-historyitem.md - items: - - name: Create or replace a history item - href: api/projectrome-put-historyitem.md - - name: Delete a history item - href: api/projectrome-delete-historyitem.md - - name: Customer booking - displayName: Bookings, Microsoft Bookings - items: - - name: Overview - href: resources/booking-api-overview.md - - name: Booking business - href: resources/bookingbusiness.md - items: - - name: List - href: api/bookingbusiness-list.md - - name: Create - href: api/bookingbusiness-post-bookingbusinesses.md - - name: Get - href: api/bookingbusiness-get.md - - name: Update - href: api/bookingbusiness-update.md - - name: Delete - href: api/bookingbusiness-delete.md - - name: Publish - href: api/bookingbusiness-publish.md - - name: Unpublish - href: api/bookingbusiness-unpublish.md - - name: Get staff availability - href: api/bookingbusiness-getstaffavailability.md - - name: Booking appointment - href: resources/bookingappointment.md - items: - - name: List calendar view - href: api/bookingbusiness-list-calendarview.md - - name: List - href: api/bookingbusiness-list-appointments.md - - name: Create - href: api/bookingbusiness-post-appointments.md - - name: Get - href: api/bookingappointment-get.md - - name: Update - href: api/bookingappointment-update.md - - name: Delete - href: api/bookingappointment-delete.md - - name: Cancel appointment - href: api/bookingappointment-cancel.md - - name: Booking currency - href: resources/bookingcurrency.md - items: - - name: List - href: api/bookingcurrency-list.md - - name: Get - href: api/bookingcurrency-get.md - - name: Booking custom question - href: resources/bookingcustomquestion.md - items: - - name: List - href: api/bookingbusiness-list-customquestions.md - - name: Create - href: api/bookingbusiness-post-customquestions.md - - name: Get - href: api/bookingcustomquestion-get.md - - name: Update - href: api/bookingcustomquestion-update.md - - name: Delete - href: api/bookingcustomquestion-delete.md - - name: Booking customer - href: resources/bookingcustomer.md - items: - - name: List - href: api/bookingbusiness-list-customers.md - - name: Create - href: api/bookingbusiness-post-customers.md - - name: Get - href: api/bookingcustomer-get.md - - name: Update - href: api/bookingcustomer-update.md - - name: Delete - href: api/bookingcustomer-delete.md - - name: Booking service - href: resources/bookingservice.md - items: - - name: List - href: api/bookingbusiness-list-services.md - - name: Create - href: api/bookingbusiness-post-services.md - - name: Get - href: api/bookingservice-get.md - - name: Update - href: api/bookingservice-update.md - - name: Delete - href: api/bookingservice-delete.md - - name: Booking staff member - href: resources/bookingstaffmember.md - items: - - name: List - href: api/bookingbusiness-list-staffmembers.md - - name: Create - href: api/bookingbusiness-post-staffmembers.md - - name: Get - href: api/bookingstaffmember-get.md - - name: Update - href: api/bookingstaffmember-update.md - - name: Delete - href: api/bookingstaffmember-delete.md - - name: Device and app management - items: - - name: Browser management (preview) - displayName: Edge, Internet Explorer, IE mode, site list - items: - - name: Overview - href: resources/browser-edge-api-overview.md - - name: Browser site list - items: - - name: Browser site list - href: resources/browsersitelist.md - - name: List - href: api/internetexplorermode-list-sitelists.md - - name: Create - href: api/internetexplorermode-post-sitelists.md - - name: Get - href: api/browsersitelist-get.md - - name: Update - href: api/browsersitelist-update.md - - name: Delete - href: api/internetexplorermode-delete-sitelists.md - - name: Publish - href: api/browsersitelist-publish.md - - name: Browser site - items: - - name: Browser site - href: resources/browsersite.md - - name: List - href: api/browsersitelist-list-sites.md - - name: Create - href: api/browsersitelist-post-sites.md - - name: Get - href: api/browsersite-get.md - - name: Update - href: api/browsersite-update.md - - name: Delete - href: api/browsersitelist-delete-sites.md - - name: Shared cookie - items: - - name: Shared cookie - href: resources/browsersharedcookie.md - - name: List - href: api/browsersitelist-list-sharedcookies.md - - name: Create - href: api/browsersitelist-post-sharedcookies.md - - name: Get - href: api/browsersharedcookie-get.md - - name: Update - href: api/browsersharedcookie-update.md - - name: Delete - href: api/browsersitelist-delete-sharedcookies.md - - name: Cloud PC (preview) - items: - - name: Overview - href: resources/cloudpc-api-overview.md - - name: Virtual endpoint - href: resources/virtualendpoint.md - items: - - name: Get effective permissions - href: api/virtualendpoint-geteffectivepermissions.md - - name: Retrieve scoped permissions - href: api/virtualendpoint-retrievescopedpermissions.md - - name: Cloud PC - items: - - name: Cloud PC - href: resources/cloudpc.md - - name: List for organization - href: api/virtualendpoint-list-cloudpcs.md - - name: List for user - href: api/user-list-cloudpcs.md - - name: Get Cloud PC - href: api/cloudpc-get.md - - name: Bulk-reprovision remotely - href: api/manageddevice-bulkreprovisioncloudpc.md - - name: Bulk resize - href: api/cloudpc-bulkresize.md - - name: Bulk-restore remotely - href: api/manageddevice-bulkrestorecloudpc.md - - name: Bulk-set review status - href: api/manageddevice-bulksetcloudpcreviewstatus.md - - name: Change user accout type - href: api/cloudpc-changeuseraccounttype.md - - name: End grace period - href: api/cloudpc-endgraceperiod.md - - name: Get connectivity history - href: api/cloudpc-getcloudpcconnectivityhistory.md - - name: Get frontline access state - href: api/cloudpc-getfrontlinecloudpcaccessstate.md - - name: Get launch info for user - href: api/cloudpc-getcloudpclaunchinfo.md - - name: Get provisioned Cloud PCs - href: api/cloudpc-getprovisionedcloudpcs.md - - name: Get remote action results - href: api/manageddevice-getcloudpcremoteactionresults.md - - name: Get review status - href: api/manageddevice-getcloudpcreviewstatus.md - - name: Get shift work access state (deprecated) - href: api/cloudpc-getshiftworkcloudpcaccessstate.md - - name: Get supported remote actions - href: api/cloudpc-getsupportedcloudpcremoteactions.md - - name: Power on - href: api/cloudpc-poweron.md - - name: Power off - href: api/cloudpc-poweroff.md - - name: Reboot - href: api/cloudpc-reboot.md - - name: Rename - href: api/cloudpc-rename.md - - name: Reprovision - href: api/cloudpc-reprovision.md - - name: Reprovision remotely (deprecated) - href: api/manageddevice-reprovisioncloudpc.md - - name: Resize remotely - href: api/manageddevice-resizecloudpc.md - - name: Restore - href: api/cloudpc-restore.md - - name: Restore remotely (deprecated) - href: api/manageddevice-restorecloudpc.md - - name: Set review status - href: api/manageddevice-setcloudpcreviewstatus.md - - name: Troubleshoot - href: api/cloudpc-troubleshoot.md - - name: Retry partner agent installation - href: api/cloudpc-retrypartneragentinstallation.md - - name: Validate bulk resize - href: api/cloudpc-validatebulkresize.md - - name: Cloud PC audit event - href: resources/cloudpcauditevent.md - items: - - name: List - href: api/virtualendpoint-list-auditevents.md - - name: Get - href: api/cloudpcauditevent-get.md - - name: Get audit activity types - href: api/cloudpcauditevent-getauditactivitytypes.md - - name: Cloud PC Azure network connection - items: - - name: Cloud PC on-premises connection - href: resources/cloudpconpremisesconnection.md - - name: List - href: api/virtualendpoint-list-onpremisesconnections.md - - name: Create - href: api/virtualendpoint-post-onpremisesconnections.md - - name: Get - href: api/cloudpconpremisesconnection-get.md - - name: Update - href: api/cloudpconpremisesconnection-update.md - - name: Delete - href: api/cloudpconpremisesconnection-delete.md - - name: Run health checks - href: api/cloudpconpremisesconnection-runhealthcheck.md - - name: Update Active Directory domain password - href: api/cloudpconpremisesconnection-updateaddomainpassword.md - - name: Cloud PC cross-cloud government organization mapping - href: resources/cloudpccrosscloudgovernmentorganizationmapping.md - items: - - name: Create - href: api/virtualendpoint-post-crosscloudgovernmentorganizationmapping.md - - name: Get - href: api/cloudpccrosscloudgovernmentorganizationmapping-get.md - - name: Cloud PC device image - href: resources/cloudpcdeviceimage.md - items: - - name: List - href: api/virtualendpoint-list-deviceimages.md - - name: Create - href: api/virtualendpoint-post-deviceimages.md - - name: Get - href: api/cloudpcdeviceimage-get.md - - name: Delete - href: api/cloudpcdeviceimage-delete.md - - name: Get source images - href: api/cloudpcdeviceimage-getsourceimages.md - - name: Re-upload - href: api/cloudpcdeviceimage-reupload.md - - name: Cloud PC external partner setting - href: resources/cloudpcexternalpartnersetting.md - items: - - name: List - href: api/virtualendpoint-list-externalpartnersettings.md - - name: Create - href: api/virtualendpoint-post-externalpartnersettings.md - - name: Get - href: api/cloudpcexternalpartnersetting-get.md - - name: Update - href: api/cloudpcexternalpartnersetting-update.md - - name: Cloud PC front-line service plan - href: resources/cloudpcfrontlineserviceplan.md - items: - - name: List - href: api/virtualendpoint-list-frontlineserviceplans.md - - name: Get - href: api/cloudpcfrontlineserviceplan-get.md - - name: Cloud PC gallery image - href: resources/cloudpcgalleryimage.md - items: - - name: List - href: api/virtualendpoint-list-galleryimages.md - - name: Get - href: api/cloudpcgalleryimage-get.md - - name: Cloud PC organization settings - href: resources/cloudpcorganizationsettings.md - items: - - name: Get - href: api/cloudpcorganizationsettings-get.md - - name: Update - href: api/cloudpcorganizationsettings-update.md - - name: Cloud PC provisioning policy - href: resources/cloudpcprovisioningpolicy.md - items: - - name: List - href: api/virtualendpoint-list-provisioningpolicies.md - - name: Create - href: api/virtualendpoint-post-provisioningpolicies.md - - name: Get - href: api/cloudpcprovisioningpolicy-get.md - - name: Update - href: api/cloudpcprovisioningpolicy-update.md - - name: Delete - href: api/cloudpcprovisioningpolicy-delete.md - - name: Assign - href: api/cloudpcprovisioningpolicy-assign.md - - name: Cloud PC reports - items: - - name: Cloud PC reports - href: resources/cloudpcreports.md - - name: Get remote action status reports - href: api/cloudpcreports-getactionstatusreports.md - - name: Get raw remote connection reports - href: api/cloudpcreports-getrawremoteconnectionreports.md - - name: Get connection quality reports - href: api/cloudpcreports-getconnectionqualityreports.md - - name: Get daily aggregated remote connection reports - href: api/cloudpcreports-getdailyaggregatedremoteconnectionreports.md - - name: Get historical remote connection reports - href: api/cloudpcreports-getremoteconnectionhistoricalreports.md - - name: Get inaccessible Cloud PC reports - href: api/cloudpcreports-getinaccessiblecloudpcreports.md - - name: Get real time remote connection latency - href: api/cloudpcreports-getrealtimeremoteconnectionlatency.md - - name: Get real time remote connection status - href: api/cloudpcreports-getrealtimeremoteconnectionstatus.md - - name: Get shared-use license usage reports (deprecated) - href: api/cloudpcreports-getshareduselicenseusagereport.md - - name: Get Windows 365 Frontline reports - href: api/cloudpcreports-getfrontlinereport.md - - name: Get total aggregated remote connection reports - href: api/cloudpcreports-gettotalaggregatedremoteconnectionreports.md - - name: Export to download report - items: - - name: Cloud PC export job - href: resources/cloudpcexportjob.md - - name: Create export job - href: api/cloudpcreports-post-exportjobs.md - - name: Get export job - href: api/cloudpcexportjob-get.md - - name: Cloud PC service plan - href: resources/cloudpcserviceplan.md - items: - - name: List - href: api/virtualendpoint-list-serviceplans.md - - name: Cloud PC shared-use service plan (deprecated) - href: resources/cloudpcshareduseserviceplan.md - items: - - name: List - href: api/virtualendpoint-list-shareduseserviceplans.md - - name: Get - href: api/cloudpcshareduseserviceplan-get.md - - name: Cloud PC snapshot - href: resources/cloudpcsnapshot.md - items: - - name: List - href: api/virtualendpoint-list-snapshots.md - - name: Get - href: api/cloudpcsnapshot-get.md - - name: Get storage accounts - href: api/cloudpcsnapshot-getstorageaccounts.md - - name: Get subscriptions - href: api/cloudpcsnapshot-getsubscriptions.md - - name: Cloud PC supported region - href: resources/cloudpcsupportedregion.md - items: - - name: List - href: api/virtualendpoint-list-supportedregions.md - - name: Cloud PC user setting - href: resources/cloudpcusersetting.md - items: - - name: List - href: api/virtualendpoint-list-usersettings.md - - name: Create - href: api/virtualendpoint-post-usersettings.md - - name: Get - href: api/cloudpcusersetting-get.md - - name: Update - href: api/cloudpcusersetting-update.md - - name: Delete - href: api/cloudpcusersetting-delete.md - - name: Assign - href: api/cloudpcusersetting-assign.md - - name: Alert monitoring - items: - - name: Monitoring - href: resources/devicemanagement-monitoring.md - displayName: Microsoft Endpoint Manager admin center alerts - - name: Alert record - href: resources/devicemanagement-alertrecord.md - items: - - name: List - href: api/devicemanagement-alertrecord-list.md - - name: Get - href: api/devicemanagement-alertrecord-get.md - - name: Get portal notifications - href: api/devicemanagement-alertrecord-getportalnotifications.md - - name: Set portal notification as sent - href: api/devicemanagement-alertrecord-setportalnotificationassent.md - - name: Alert rule - href: resources/devicemanagement-alertrule.md - items: - - name: List - href: api/devicemanagement-alertrule-list.md - - name: Create - href: api/devicemanagement-alertrule-post.md - - name: Get - href: api/devicemanagement-alertrule-get.md - - name: Update - href: api/devicemanagement-alertrule-update.md - - name: Cloud printing - items: - - name: Print - href: resources/print.md - displayName: Universal Print - - name: Print connector - href: resources/printconnector.md - items: - - name: List - href: api/print-list-connectors.md - - name: Get - href: api/printconnector-get.md - - name: Update - href: api/printconnector-update.md - - name: Delete - href: api/printconnector-delete.md - - name: Print document - href: resources/printdocument.md - items: - - name: Create upload session - href: api/printdocument-createuploadsession.md - - name: Download binary file - href: api/printdocument-get-file.md - - name: Print job - href: resources/printjob.md - items: - - name: Create job for a printer - href: api/printer-post-jobs.md - - name: Create job for a printer share - href: api/printershare-post-jobs.md - - name: Get - href: api/printjob-get.md - - name: Start - href: api/printjob-start.md - - name: Update - href: api/printjob-update.md - - name: Cancel - href: api/printjob-cancel.md - - name: Abort - href: api/printjob-abort.md - - name: Redirect - href: api/printjob-redirect.md - - name: Print operation - href: resources/printoperation.md - items: - - name: Get - href: api/printoperation-get.md - - name: Printer - href: resources/printer.md - items: - - name: List - href: api/print-list-printers.md - - name: Create - href: api/printer-create.md - - name: Get - href: api/printer-get.md - - name: Update - href: api/printer-update.md - - name: Delete - href: api/printer-delete.md - - name: Get task trigger - href: api/printtasktrigger-get.md - - name: List connectors - href: api/printer-list-connectors.md - - name: List print jobs - href: api/printer-list-jobs.md - - name: Create print job - href: api/printer-post-jobs.md - - name: List task triggers - href: api/printer-list-tasktriggers.md - - name: Create task trigger - href: api/printer-post-tasktriggers.md - - name: Delete task trigger - href: api/printer-delete-tasktrigger.md - - name: Restore factory defaults - href: api/printer-restorefactorydefaults.md - - name: Printer share - href: resources/printershare.md - items: - - name: List - href: api/print-list-shares.md - - name: Create - href: api/print-post-shares.md - - name: Get - href: api/printershare-get.md - - name: Update - href: api/printershare-update.md - - name: Delete - href: api/printershare-delete.md - - name: List allowed users - href: api/printershare-list-allowedusers.md - - name: Create allowed user - href: api/printershare-post-allowedusers.md - - name: Delete allowed user - href: api/printershare-delete-alloweduser.md - - name: List allowed groups - href: api/printershare-list-allowedgroups.md - - name: Create allowed group - href: api/printershare-post-allowedgroups.md - - name: Delete allowed group - href: api/printershare-delete-allowedgroup.md - - name: List recent shares - href: api/print-list-recentshares.md - - name: Print task definition - href: resources/printtaskdefinition.md - items: - - name: List - href: api/print-list-taskdefinitions.md - - name: Create - href: api/print-post-taskdefinitions.md - - name: Get - href: api/printtaskdefinition-get.md - - name: Delete - href: api/print-delete-taskdefinition.md - - name: List tasks - href: api/printtaskdefinition-list-tasks.md - - name: Get task - href: api/printtask-get.md - - name: Update task - href: api/printtaskdefinition-update-task.md - - name: Quota - items: - - name: Unified storage quota - href: resources/unifiedstoragequota.md - items: - - name: Get - href: api/unifiedstoragequota-get.md - - name: List - href: api/unifiedstoragequota-list-services.md - - name: Service storage quota breakdown - href: resources/servicestoragequotabreakdown.md - items: - - name: Get - href: api/servicestoragequotabreakdown-get.md - - name: List - href: api/unifiedstoragequota-list-services.md - - name: Reports - items: - - name: Archived print job - href: resources/archivedprintjob.md - - name: Print usage by printer - href: resources/printusagebyprinter.md - - name: Print usage by user - href: resources/printusagebyuser.md - - name: Organized by printer - items: - - name: Get - href: api/printusagebyprinter-get.md - - name: List a printer's archived print jobs - href: api/reports-getprinterarchivedprintjobs.md - - name: List daily reports by printer - href: api/reportroot-list-dailyprintusagebyprinter.md - - name: List monthly reports by printer - href: api/reportroot-list-monthlyprintusagebyprinter.md - - name: Organized by user or group - items: - - name: Get - href: api/printusagebyuser-get.md - - name: List a user's archived print jobs - href: api/reports-getuserarchivedprintjobs.md - - name: List a group's archived print jobs - href: api/reports-getgrouparchivedprintjobs.md - - name: List daily reports by user - href: api/reportroot-list-dailyprintusagebyuser.md - - name: List monthly reports by user - href: api/reportroot-list-monthlyprintusagebyuser.md - - name: Print service - href: resources/printservice.md - items: - - name: List - href: api/print-list-services.md - - name: Get - href: api/printservice-get.md - - name: Endpoint - href: resources/printserviceendpoint.md - items: - - name: Get endpoint - href: api/printserviceendpoint-get.md - - name: List a service's endpoints - href: api/printservice-list-endpoints.md - - name: Print settings - href: resources/printsettings.md - items: - - name: Get - href: api/print-get-settings.md - - name: Update - href: api/print-update-settings.md - - name: Corporate management - href: resources/intune-graph-overview.md - displayName: Intune - items: - - name: App management - href: resources/intune-app-conceptual.md - items: - - name: Android device owner enrollment mode - href: resources/intune-androidforwork-androiddeviceownerenrollmentmode.md - - name: Android device owner enrollment profile - href: resources/intune-androidforwork-androiddeviceownerenrollmentprofile.md - items: - - name: List - href: api/intune-androidforwork-androiddeviceownerenrollmentprofile-list.md - - name: Get - href: api/intune-androidforwork-androiddeviceownerenrollmentprofile-get.md - - name: Create - href: api/intune-androidforwork-androiddeviceownerenrollmentprofile-create.md - - name: Delete - href: api/intune-androidforwork-androiddeviceownerenrollmentprofile-delete.md - - name: Update - href: api/intune-androidforwork-androiddeviceownerenrollmentprofile-update.md - - name: revokeToken action - href: api/intune-androidforwork-androiddeviceownerenrollmentprofile-revoketoken.md - - name: createToken action - href: api/intune-androidforwork-androiddeviceownerenrollmentprofile-createtoken.md - - name: getDefaultTeamsDeviceNonGmsEnrollmentProfile action - href: api/intune-androidforwork-androiddeviceownerenrollmentprofile-getdefaultteamsdevicenongmsenrollmentprofile.md - - name: Android device owner enrollment token type - href: resources/intune-androidforwork-androiddeviceownerenrollmenttokentype.md - - name: Android enrollment company code - href: resources/intune-androidforwork-androidenrollmentcompanycode.md - - name: Android for Work app - href: resources/intune-apps-androidforworkapp.md - items: - - name: List - href: api/intune-apps-androidforworkapp-list.md - - name: Get - href: api/intune-apps-androidforworkapp-get.md - - name: Create - href: api/intune-apps-androidforworkapp-create.md - - name: Delete - href: api/intune-apps-androidforworkapp-delete.md - - name: Update - href: api/intune-apps-androidforworkapp-update.md - - name: Android for Work app configuration schema - href: resources/intune-androidforwork-androidforworkappconfigurationschema.md - items: - - name: List - href: api/intune-androidforwork-androidforworkappconfigurationschema-list.md - - name: Get - href: api/intune-androidforwork-androidforworkappconfigurationschema-get.md - - name: Create - href: api/intune-androidforwork-androidforworkappconfigurationschema-create.md - - name: Delete - href: api/intune-androidforwork-androidforworkappconfigurationschema-delete.md - - name: Update - href: api/intune-androidforwork-androidforworkappconfigurationschema-update.md - - name: Android for Work app configuration schema item - href: resources/intune-androidforwork-androidforworkappconfigurationschemaitem.md - - name: Android for Work app configuration schema item data type - href: resources/intune-androidforwork-androidforworkappconfigurationschemaitemdatatype.md - - name: Android for Work bind status - href: resources/intune-androidforwork-androidforworkbindstatus.md - - name: Android for Work enrollment profile - href: resources/intune-androidforwork-androidforworkenrollmentprofile.md - items: - - name: List - href: api/intune-androidforwork-androidforworkenrollmentprofile-list.md - - name: Get - href: api/intune-androidforwork-androidforworkenrollmentprofile-get.md - - name: Create - href: api/intune-androidforwork-androidforworkenrollmentprofile-create.md - - name: Delete - href: api/intune-androidforwork-androidforworkenrollmentprofile-delete.md - - name: Update - href: api/intune-androidforwork-androidforworkenrollmentprofile-update.md - - name: revokeToken action - href: api/intune-androidforwork-androidforworkenrollmentprofile-revoketoken.md - - name: createToken action - href: api/intune-androidforwork-androidforworkenrollmentprofile-createtoken.md - - name: Android for Work enrollment target - href: resources/intune-androidforwork-androidforworkenrollmenttarget.md - - name: Android for Work mobile app configuration - href: resources/intune-apps-androidforworkmobileappconfiguration.md - items: - - name: List - href: api/intune-apps-androidforworkmobileappconfiguration-list.md - - name: Get - href: api/intune-apps-androidforworkmobileappconfiguration-get.md - - name: Create - href: api/intune-apps-androidforworkmobileappconfiguration-create.md - - name: Delete - href: api/intune-apps-androidforworkmobileappconfiguration-delete.md - - name: Update - href: api/intune-apps-androidforworkmobileappconfiguration-update.md - - name: Android for Work settings - href: resources/intune-androidforwork-androidforworksettings.md - items: - - name: Get - href: api/intune-androidforwork-androidforworksettings-get.md - - name: Update - href: api/intune-androidforwork-androidforworksettings-update.md - - name: requestSignupUrl action - href: api/intune-androidforwork-androidforworksettings-requestsignupurl.md - - name: completeSignup action - href: api/intune-androidforwork-androidforworksettings-completesignup.md - - name: syncApps action - href: api/intune-androidforwork-androidforworksettings-syncapps.md - - name: unbind action - href: api/intune-androidforwork-androidforworksettings-unbind.md - - name: Android for Work sync status - href: resources/intune-androidforwork-androidforworksyncstatus.md - - name: Android LOB app - href: resources/intune-apps-androidlobapp.md - items: - - name: List - href: api/intune-apps-androidlobapp-list.md - - name: Get - href: api/intune-apps-androidlobapp-get.md - - name: Create - href: api/intune-apps-androidlobapp-create.md - - name: Delete - href: api/intune-apps-androidlobapp-delete.md - - name: Update - href: api/intune-apps-androidlobapp-update.md - - name: Android managed store account app sync status - href: resources/intune-androidforwork-androidmanagedstoreaccountappsyncstatus.md - - name: Android managed store account bind status - href: resources/intune-androidforwork-androidmanagedstoreaccountbindstatus.md - - name: Android managed store account enrollment target - href: resources/intune-androidforwork-androidmanagedstoreaccountenrollmenttarget.md - - name: Android managed store account enterprise settings - href: resources/intune-androidforwork-androidmanagedstoreaccountenterprisesettings.md - items: - - name: Get - href: api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-get.md - - name: Update - href: api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-update.md - - name: approveApps action - href: api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-approveapps.md - - name: requestSignupUrl action - href: api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-requestsignupurl.md - - name: completeSignup action - href: api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-completesignup.md - - name: syncApps action - href: api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-syncapps.md - - name: unbind action - href: api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-unbind.md - - name: createGooglePlayWebToken action - href: api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-creategoogleplaywebtoken.md - - name: setAndroidDeviceOwnerFullyManagedEnrollmentState action - href: api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-setandroiddeviceownerfullymanagedenrollmentstate.md - - name: addApps action - href: api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-addapps.md - - name: Android managed store app - href: resources/intune-apps-androidmanagedstoreapp.md - items: - - name: List - href: api/intune-apps-androidmanagedstoreapp-list.md - - name: Get - href: api/intune-apps-androidmanagedstoreapp-get.md - - name: Create - href: api/intune-apps-androidmanagedstoreapp-create.md - - name: Delete - href: api/intune-apps-androidmanagedstoreapp-delete.md - - name: Update - href: api/intune-apps-androidmanagedstoreapp-update.md - - name: Android managed store app configuration - href: resources/intune-apps-androidmanagedstoreappconfiguration.md - items: - - name: List - href: api/intune-apps-androidmanagedstoreappconfiguration-list.md - - name: Get - href: api/intune-apps-androidmanagedstoreappconfiguration-get.md - - name: Create - href: api/intune-apps-androidmanagedstoreappconfiguration-create.md - - name: Delete - href: api/intune-apps-androidmanagedstoreappconfiguration-delete.md - - name: Update - href: api/intune-apps-androidmanagedstoreappconfiguration-update.md - - name: Android managed store app configuration schema - href: resources/intune-androidforwork-androidmanagedstoreappconfigurationschema.md - items: - - name: List - href: api/intune-androidforwork-androidmanagedstoreappconfigurationschema-list.md - - name: Get - href: api/intune-androidforwork-androidmanagedstoreappconfigurationschema-get.md - - name: Create - href: api/intune-androidforwork-androidmanagedstoreappconfigurationschema-create.md - - name: Delete - href: api/intune-androidforwork-androidmanagedstoreappconfigurationschema-delete.md - - name: Update - href: api/intune-androidforwork-androidmanagedstoreappconfigurationschema-update.md - - name: Android managed store app configuration schema item - href: resources/intune-androidforwork-androidmanagedstoreappconfigurationschemaitem.md - - name: Android managed store app configuration schema item data type - href: resources/intune-androidforwork-androidmanagedstoreappconfigurationschemaitemdatatype.md - - name: Android managed store app track - href: resources/intune-apps-androidmanagedstoreapptrack.md - - name: Android managed store web app - href: resources/intune-apps-androidmanagedstorewebapp.md - items: - - name: List - href: api/intune-apps-androidmanagedstorewebapp-list.md - - name: Get - href: api/intune-apps-androidmanagedstorewebapp-get.md - - name: Create - href: api/intune-apps-androidmanagedstorewebapp-create.md - - name: Delete - href: api/intune-apps-androidmanagedstorewebapp-delete.md - - name: Update - href: api/intune-apps-androidmanagedstorewebapp-update.md - - name: Android minimum operating system - href: resources/intune-apps-androidminimumoperatingsystem.md - - name: Android permission action - href: resources/intune-apps-androidpermissionaction.md - - name: Android permission action type - href: resources/intune-apps-androidpermissionactiontype.md - - name: Android profile applicability - href: resources/intune-apps-androidprofileapplicability.md - - name: Android store app - href: resources/intune-apps-androidstoreapp.md - items: - - name: List - href: api/intune-apps-androidstoreapp-list.md - - name: Get - href: api/intune-apps-androidstoreapp-get.md - - name: Create - href: api/intune-apps-androidstoreapp-create.md - - name: Delete - href: api/intune-apps-androidstoreapp-delete.md - - name: Update - href: api/intune-apps-androidstoreapp-update.md - - name: Aosp Wi-Fi security type - href: resources/intune-androidforwork-aospwifisecuritytype.md - - name: App configuration setting item - href: resources/intune-apps-appconfigurationsettingitem.md - - name: Certificate status - href: resources/intune-apps-certificatestatus.md - - name: Device install state - href: resources/intune-books-deviceinstallstate.md - items: - - name: List - href: api/intune-books-deviceinstallstate-list.md - - name: Get - href: api/intune-books-deviceinstallstate-get.md - - name: Create - href: api/intune-books-deviceinstallstate-create.md - - name: Delete - href: api/intune-books-deviceinstallstate-delete.md - - name: Update - href: api/intune-books-deviceinstallstate-update.md - - name: E-book install summary - href: resources/intune-books-ebookinstallsummary.md - items: - - name: Get - href: api/intune-books-ebookinstallsummary-get.md - - name: Update - href: api/intune-books-ebookinstallsummary-update.md - - name: Encrypted provisioning package extras - href: resources/intune-androidforwork-encryptedprovisioningpackageextras.md - - name: Enrollment profile for non gms teams device - href: resources/intune-androidforwork-enrollmentprofilefornongmsteamsdevice.md - - name: Enterprise code signing certificate - href: resources/intune-apps-enterprisecodesigningcertificate.md - items: - - name: List - href: api/intune-apps-enterprisecodesigningcertificate-list.md - - name: Get - href: api/intune-apps-enterprisecodesigningcertificate-get.md - - name: Create - href: api/intune-apps-enterprisecodesigningcertificate-create.md - - name: Delete - href: api/intune-apps-enterprisecodesigningcertificate-delete.md - - name: Update - href: api/intune-apps-enterprisecodesigningcertificate-update.md - - name: Excluded apps - href: resources/intune-apps-excludedapps.md - - name: File encryption info - href: resources/intune-apps-fileencryptioninfo.md - - name: Install state - href: resources/intune-books-installstate.md - - name: iOS device type - href: resources/intune-apps-iosdevicetype.md - - name: iOS LOB app - href: resources/intune-apps-ioslobapp.md - items: - - name: List - href: api/intune-apps-ioslobapp-list.md - - name: Get - href: api/intune-apps-ioslobapp-get.md - - name: Create - href: api/intune-apps-ioslobapp-create.md - - name: Delete - href: api/intune-apps-ioslobapp-delete.md - - name: Update - href: api/intune-apps-ioslobapp-update.md - - name: iOS LOB app provisioning configuration assignment - href: resources/intune-apps-ioslobappprovisioningconfigurationassignment.md - items: - - name: List - href: api/intune-apps-ioslobappprovisioningconfigurationassignment-list.md - - name: Get - href: api/intune-apps-ioslobappprovisioningconfigurationassignment-get.md - - name: Create - href: api/intune-apps-ioslobappprovisioningconfigurationassignment-create.md - - name: Delete - href: api/intune-apps-ioslobappprovisioningconfigurationassignment-delete.md - - name: Update - href: api/intune-apps-ioslobappprovisioningconfigurationassignment-update.md - - name: iOS minimum operating system - href: resources/intune-apps-iosminimumoperatingsystem.md - - name: iOS mobile app configuration - href: resources/intune-apps-iosmobileappconfiguration.md - items: - - name: List - href: api/intune-apps-iosmobileappconfiguration-list.md - - name: Get - href: api/intune-apps-iosmobileappconfiguration-get.md - - name: Create - href: api/intune-apps-iosmobileappconfiguration-create.md - - name: Delete - href: api/intune-apps-iosmobileappconfiguration-delete.md - - name: Update - href: api/intune-apps-iosmobileappconfiguration-update.md - - name: iOS store app - href: resources/intune-apps-iosstoreapp.md - items: - - name: List - href: api/intune-apps-iosstoreapp-list.md - - name: Get - href: api/intune-apps-iosstoreapp-get.md - - name: Create - href: api/intune-apps-iosstoreapp-create.md - - name: Delete - href: api/intune-apps-iosstoreapp-delete.md - - name: Update - href: api/intune-apps-iosstoreapp-update.md - - name: iOS VPP app - href: resources/intune-apps-iosvppapp.md - items: - - name: List - href: api/intune-apps-iosvppapp-list.md - - name: Get - href: api/intune-apps-iosvppapp-get.md - - name: Create - href: api/intune-apps-iosvppapp-create.md - - name: Delete - href: api/intune-apps-iosvppapp-delete.md - - name: Update - href: api/intune-apps-iosvppapp-update.md - - name: revokeAllLicenses action - href: api/intune-apps-iosvppapp-revokealllicenses.md - - name: revokeUserLicense action - href: api/intune-apps-iosvppapp-revokeuserlicense.md - - name: revokeDeviceLicense action - href: api/intune-apps-iosvppapp-revokedevicelicense.md - - name: iOS VPP app assigned device license - href: resources/intune-apps-iosvppappassigneddevicelicense.md - items: - - name: List - href: api/intune-apps-iosvppappassigneddevicelicense-list.md - - name: Get - href: api/intune-apps-iosvppappassigneddevicelicense-get.md - - name: Create - href: api/intune-apps-iosvppappassigneddevicelicense-create.md - - name: Delete - href: api/intune-apps-iosvppappassigneddevicelicense-delete.md - - name: Update - href: api/intune-apps-iosvppappassigneddevicelicense-update.md - - name: iOS VPP app assigned license - href: resources/intune-apps-iosvppappassignedlicense.md - items: - - name: List - href: api/intune-apps-iosvppappassignedlicense-list.md - - name: Get - href: api/intune-apps-iosvppappassignedlicense-get.md - - name: Create - href: api/intune-apps-iosvppappassignedlicense-create.md - - name: Delete - href: api/intune-apps-iosvppappassignedlicense-delete.md - - name: Update - href: api/intune-apps-iosvppappassignedlicense-update.md - - name: iOS VPP app assigned user license - href: resources/intune-apps-iosvppappassigneduserlicense.md - items: - - name: List - href: api/intune-apps-iosvppappassigneduserlicense-list.md - - name: Get - href: api/intune-apps-iosvppappassigneduserlicense-get.md - - name: Create - href: api/intune-apps-iosvppappassigneduserlicense-create.md - - name: Delete - href: api/intune-apps-iosvppappassigneduserlicense-delete.md - - name: Update - href: api/intune-apps-iosvppappassigneduserlicense-update.md - - name: iOS VPP app revoke licenses action result - href: resources/intune-apps-iosvppapprevokelicensesactionresult.md - - name: iOS VPP e-book - href: resources/intune-books-iosvppebook.md - items: - - name: List - href: api/intune-books-iosvppebook-list.md - - name: Get - href: api/intune-books-iosvppebook-get.md - - name: Create - href: api/intune-books-iosvppebook-create.md - - name: Delete - href: api/intune-books-iosvppebook-delete.md - - name: Update - href: api/intune-books-iosvppebook-update.md - - name: iOS VPP e-book assignment - href: resources/intune-books-iosvppebookassignment.md - items: - - name: List - href: api/intune-books-iosvppebookassignment-list.md - - name: Get - href: api/intune-books-iosvppebookassignment-get.md - - name: Create - href: api/intune-books-iosvppebookassignment-create.md - - name: Delete - href: api/intune-books-iosvppebookassignment-delete.md - - name: Update - href: api/intune-books-iosvppebookassignment-update.md - - name: iOSi pad o s web clip - href: resources/intune-apps-iosipadoswebclip.md - items: - - name: List - href: api/intune-apps-iosipadoswebclip-list.md - - name: Get - href: api/intune-apps-iosipadoswebclip-get.md - - name: Create - href: api/intune-apps-iosipadoswebclip-create.md - - name: Delete - href: api/intune-apps-iosipadoswebclip-delete.md - - name: Update - href: api/intune-apps-iosipadoswebclip-update.md - - name: Key/value pair - href: resources/intune-androidforwork-keyvaluepair.md - - name: macOS dmg app - href: resources/intune-apps-macosdmgapp.md - items: - - name: List - href: api/intune-apps-macosdmgapp-list.md - - name: Get - href: api/intune-apps-macosdmgapp-get.md - - name: Create - href: api/intune-apps-macosdmgapp-create.md - - name: Delete - href: api/intune-apps-macosdmgapp-delete.md - - name: Update - href: api/intune-apps-macosdmgapp-update.md - - name: macOS included app - href: resources/intune-apps-macosincludedapp.md - - name: macOS LOB app - href: resources/intune-apps-macoslobapp.md - items: - - name: List - href: api/intune-apps-macoslobapp-list.md - - name: Get - href: api/intune-apps-macoslobapp-get.md - - name: Create - href: api/intune-apps-macoslobapp-create.md - - name: Delete - href: api/intune-apps-macoslobapp-delete.md - - name: Update - href: api/intune-apps-macoslobapp-update.md - - name: macOS LOB child app - href: resources/intune-apps-macoslobchildapp.md - - name: macOS mdatp app - href: resources/intune-apps-macosmdatpapp.md - items: - - name: List - href: api/intune-apps-macosmdatpapp-list.md - - name: Get - href: api/intune-apps-macosmdatpapp-get.md - - name: Create - href: api/intune-apps-macosmdatpapp-create.md - - name: Delete - href: api/intune-apps-macosmdatpapp-delete.md - - name: Update - href: api/intune-apps-macosmdatpapp-update.md - - name: macOS microsoft defender app - href: resources/intune-apps-macosmicrosoftdefenderapp.md - items: - - name: List - href: api/intune-apps-macosmicrosoftdefenderapp-list.md - - name: Get - href: api/intune-apps-macosmicrosoftdefenderapp-get.md - - name: Create - href: api/intune-apps-macosmicrosoftdefenderapp-create.md - - name: Delete - href: api/intune-apps-macosmicrosoftdefenderapp-delete.md - - name: Update - href: api/intune-apps-macosmicrosoftdefenderapp-update.md - - name: macOS microsoft edge app - href: resources/intune-apps-macosmicrosoftedgeapp.md - items: - - name: List - href: api/intune-apps-macosmicrosoftedgeapp-list.md - - name: Get - href: api/intune-apps-macosmicrosoftedgeapp-get.md - - name: Create - href: api/intune-apps-macosmicrosoftedgeapp-create.md - - name: Delete - href: api/intune-apps-macosmicrosoftedgeapp-delete.md - - name: Update - href: api/intune-apps-macosmicrosoftedgeapp-update.md - - name: macOS minimum operating system - href: resources/intune-apps-macosminimumoperatingsystem.md - - name: macOS office suite app - href: resources/intune-apps-macosofficesuiteapp.md - items: - - name: List - href: api/intune-apps-macosofficesuiteapp-list.md - - name: Get - href: api/intune-apps-macosofficesuiteapp-get.md - - name: Create - href: api/intune-apps-macosofficesuiteapp-create.md - - name: Delete - href: api/intune-apps-macosofficesuiteapp-delete.md - - name: Update - href: api/intune-apps-macosofficesuiteapp-update.md - - name: macOS pkg app - href: resources/intune-apps-macospkgapp.md - items: - - name: List - href: api/intune-apps-macospkgapp-list.md - - name: Get - href: api/intune-apps-macospkgapp-get.md - - name: Create - href: api/intune-apps-macospkgapp-create.md - - name: Delete - href: api/intune-apps-macospkgapp-delete.md - - name: Update - href: api/intune-apps-macospkgapp-update.md - - name: macOS VPP app - href: resources/intune-apps-macosvppapp.md - items: - - name: List - href: api/intune-apps-macosvppapp-list.md - - name: Get - href: api/intune-apps-macosvppapp-get.md - - name: Create - href: api/intune-apps-macosvppapp-create.md - - name: Delete - href: api/intune-apps-macosvppapp-delete.md - - name: Update - href: api/intune-apps-macosvppapp-update.md - - name: macOS VPP app assigned license - href: resources/intune-apps-macosvppappassignedlicense.md - items: - - name: List - href: api/intune-apps-macosvppappassignedlicense-list.md - - name: Get - href: api/intune-apps-macosvppappassignedlicense-get.md - - name: Create - href: api/intune-apps-macosvppappassignedlicense-create.md - - name: Delete - href: api/intune-apps-macosvppappassignedlicense-delete.md - - name: Update - href: api/intune-apps-macosvppappassignedlicense-update.md - - name: macOS VPP app revoke licenses action result - href: resources/intune-apps-macosvppapprevokelicensesactionresult.md - - name: Managed android LOB app - href: resources/intune-apps-managedandroidlobapp.md - items: - - name: List - href: api/intune-apps-managedandroidlobapp-list.md - - name: Get - href: api/intune-apps-managedandroidlobapp-get.md - - name: Create - href: api/intune-apps-managedandroidlobapp-create.md - - name: Delete - href: api/intune-apps-managedandroidlobapp-delete.md - - name: Update - href: api/intune-apps-managedandroidlobapp-update.md - - name: Managed android store app - href: resources/intune-apps-managedandroidstoreapp.md - items: - - name: List - href: api/intune-apps-managedandroidstoreapp-list.md - - name: Get - href: api/intune-apps-managedandroidstoreapp-get.md - - name: Create - href: api/intune-apps-managedandroidstoreapp-create.md - - name: Delete - href: api/intune-apps-managedandroidstoreapp-delete.md - - name: Update - href: api/intune-apps-managedandroidstoreapp-update.md - - name: Managed app - href: resources/intune-apps-managedapp.md - items: - - name: List - href: api/intune-apps-managedapp-list.md - - name: Get - href: api/intune-apps-managedapp-get.md - - name: Managed app availability - href: resources/intune-apps-managedappavailability.md - - name: Managed device mobile app configuration - href: resources/intune-apps-manageddevicemobileappconfiguration.md - items: - - name: List - href: api/intune-apps-manageddevicemobileappconfiguration-list.md - - name: Get - href: api/intune-apps-manageddevicemobileappconfiguration-get.md - - name: assign action - href: api/intune-apps-manageddevicemobileappconfiguration-assign.md - - name: Managed device mobile app configuration assignment - href: resources/intune-apps-manageddevicemobileappconfigurationassignment.md - items: - - name: List - href: api/intune-apps-manageddevicemobileappconfigurationassignment-list.md - - name: Get - href: api/intune-apps-manageddevicemobileappconfigurationassignment-get.md - - name: Create - href: api/intune-apps-manageddevicemobileappconfigurationassignment-create.md - - name: Delete - href: api/intune-apps-manageddevicemobileappconfigurationassignment-delete.md - - name: Update - href: api/intune-apps-manageddevicemobileappconfigurationassignment-update.md - - name: Managed device mobile app configuration device status - href: resources/intune-apps-manageddevicemobileappconfigurationdevicestatus.md - items: - - name: List - href: api/intune-apps-manageddevicemobileappconfigurationdevicestatus-list.md - - name: Get - href: api/intune-apps-manageddevicemobileappconfigurationdevicestatus-get.md - - name: Create - href: api/intune-apps-manageddevicemobileappconfigurationdevicestatus-create.md - - name: Delete - href: api/intune-apps-manageddevicemobileappconfigurationdevicestatus-delete.md - - name: Update - href: api/intune-apps-manageddevicemobileappconfigurationdevicestatus-update.md - - name: Managed device mobile app configuration device summary - href: resources/intune-apps-manageddevicemobileappconfigurationdevicesummary.md - items: - - name: Get - href: api/intune-apps-manageddevicemobileappconfigurationdevicesummary-get.md - - name: Update - href: api/intune-apps-manageddevicemobileappconfigurationdevicesummary-update.md - - name: Managed device mobile app configuration user status - href: resources/intune-apps-manageddevicemobileappconfigurationuserstatus.md - items: - - name: List - href: api/intune-apps-manageddevicemobileappconfigurationuserstatus-list.md - - name: Get - href: api/intune-apps-manageddevicemobileappconfigurationuserstatus-get.md - - name: Create - href: api/intune-apps-manageddevicemobileappconfigurationuserstatus-create.md - - name: Delete - href: api/intune-apps-manageddevicemobileappconfigurationuserstatus-delete.md - - name: Update - href: api/intune-apps-manageddevicemobileappconfigurationuserstatus-update.md - - name: Managed device mobile app configuration user summary - href: resources/intune-apps-manageddevicemobileappconfigurationusersummary.md - items: - - name: Get - href: api/intune-apps-manageddevicemobileappconfigurationusersummary-get.md - - name: Update - href: api/intune-apps-manageddevicemobileappconfigurationusersummary-update.md - - name: Managed e-book - href: resources/intune-books-managedebook.md - items: - - name: List - href: api/intune-books-managedebook-list.md - - name: Get - href: api/intune-books-managedebook-get.md - - name: assign action - href: api/intune-books-managedebook-assign.md - - name: Managed e-book assignment - href: resources/intune-books-managedebookassignment.md - items: - - name: List - href: api/intune-books-managedebookassignment-list.md - - name: Get - href: api/intune-books-managedebookassignment-get.md - - name: Create - href: api/intune-books-managedebookassignment-create.md - - name: Delete - href: api/intune-books-managedebookassignment-delete.md - - name: Update - href: api/intune-books-managedebookassignment-update.md - - name: Managed e-book category - href: resources/intune-books-managedebookcategory.md - items: - - name: List - href: api/intune-books-managedebookcategory-list.md - - name: Get - href: api/intune-books-managedebookcategory-get.md - - name: Create - href: api/intune-books-managedebookcategory-create.md - - name: Delete - href: api/intune-books-managedebookcategory-delete.md - - name: Update - href: api/intune-books-managedebookcategory-update.md - - name: Managed iOS LOB app - href: resources/intune-apps-managedioslobapp.md - items: - - name: List - href: api/intune-apps-managedioslobapp-list.md - - name: Get - href: api/intune-apps-managedioslobapp-get.md - - name: Create - href: api/intune-apps-managedioslobapp-create.md - - name: Delete - href: api/intune-apps-managedioslobapp-delete.md - - name: Update - href: api/intune-apps-managedioslobapp-update.md - - name: Managed iOS store app - href: resources/intune-apps-managediosstoreapp.md - items: - - name: List - href: api/intune-apps-managediosstoreapp-list.md - - name: Get - href: api/intune-apps-managediosstoreapp-get.md - - name: Create - href: api/intune-apps-managediosstoreapp-create.md - - name: Delete - href: api/intune-apps-managediosstoreapp-delete.md - - name: Update - href: api/intune-apps-managediosstoreapp-update.md - - name: Managed mobile LOB app - href: resources/intune-apps-managedmobilelobapp.md - items: - - name: List - href: api/intune-apps-managedmobilelobapp-list.md - - name: Get - href: api/intune-apps-managedmobilelobapp-get.md - - name: MDM app config key type - href: resources/intune-apps-mdmappconfigkeytype.md - - name: Microsoft edge channel - href: resources/intune-apps-microsoftedgechannel.md - - name: Microsoft store for business app - href: resources/intune-apps-microsoftstoreforbusinessapp.md - items: - - name: List - href: api/intune-apps-microsoftstoreforbusinessapp-list.md - - name: Get - href: api/intune-apps-microsoftstoreforbusinessapp-get.md - - name: Create - href: api/intune-apps-microsoftstoreforbusinessapp-create.md - - name: Delete - href: api/intune-apps-microsoftstoreforbusinessapp-delete.md - - name: Update - href: api/intune-apps-microsoftstoreforbusinessapp-update.md - - name: Microsoft store for business contained app - href: resources/intune-apps-microsoftstoreforbusinesscontainedapp.md - items: - - name: List - href: api/intune-apps-microsoftstoreforbusinesscontainedapp-list.md - - name: Get - href: api/intune-apps-microsoftstoreforbusinesscontainedapp-get.md - - name: Create - href: api/intune-apps-microsoftstoreforbusinesscontainedapp-create.md - - name: Delete - href: api/intune-apps-microsoftstoreforbusinesscontainedapp-delete.md - - name: Update - href: api/intune-apps-microsoftstoreforbusinesscontainedapp-update.md - - name: Microsoft store for business license type - href: resources/intune-apps-microsoftstoreforbusinesslicensetype.md - - name: Mobile app assignment - href: resources/intune-apps-mobileappassignment.md - items: - - name: List - href: api/intune-apps-mobileappassignment-list.md - - name: Get - href: api/intune-apps-mobileappassignment-get.md - - name: Create - href: api/intune-apps-mobileappassignment-create.md - - name: Delete - href: api/intune-apps-mobileappassignment-delete.md - - name: Update - href: api/intune-apps-mobileappassignment-update.md - - name: Mobile app category - href: resources/intune-apps-mobileappcategory.md - items: - - name: List - href: api/intune-apps-mobileappcategory-list.md - - name: Get - href: api/intune-apps-mobileappcategory-get.md - - name: Create - href: api/intune-apps-mobileappcategory-create.md - - name: Delete - href: api/intune-apps-mobileappcategory-delete.md - - name: Update - href: api/intune-apps-mobileappcategory-update.md - - name: Mobile app content - href: resources/intune-apps-mobileappcontent.md - items: - - name: List - href: api/intune-apps-mobileappcontent-list.md - - name: Get - href: api/intune-apps-mobileappcontent-get.md - - name: Create - href: api/intune-apps-mobileappcontent-create.md - - name: Delete - href: api/intune-apps-mobileappcontent-delete.md - - name: Update - href: api/intune-apps-mobileappcontent-update.md - - name: Mobile app content file - href: resources/intune-apps-mobileappcontentfile.md - items: - - name: List - href: api/intune-apps-mobileappcontentfile-list.md - - name: Get - href: api/intune-apps-mobileappcontentfile-get.md - - name: Create - href: api/intune-apps-mobileappcontentfile-create.md - - name: Delete - href: api/intune-apps-mobileappcontentfile-delete.md - - name: Update - href: api/intune-apps-mobileappcontentfile-update.md - - name: commit action - href: api/intune-apps-mobileappcontentfile-commit.md - - name: renewUpload action - href: api/intune-apps-mobileappcontentfile-renewupload.md - - name: Mobile app content file upload state - href: resources/intune-apps-mobileappcontentfileuploadstate.md - - name: Mobile app dependency - href: resources/intune-apps-mobileappdependency.md - items: - - name: List - href: api/intune-apps-mobileappdependency-list.md - - name: Get - href: api/intune-apps-mobileappdependency-get.md - - name: Create - href: api/intune-apps-mobileappdependency-create.md - - name: Delete - href: api/intune-apps-mobileappdependency-delete.md - - name: Update - href: api/intune-apps-mobileappdependency-update.md - - name: Mobile app dependency type - href: resources/intune-apps-mobileappdependencytype.md - - name: Mobile app provisioning config group assignment - href: resources/intune-apps-mobileappprovisioningconfiggroupassignment.md - items: - - name: List - href: api/intune-apps-mobileappprovisioningconfiggroupassignment-list.md - - name: Get - href: api/intune-apps-mobileappprovisioningconfiggroupassignment-get.md - - name: Create - href: api/intune-apps-mobileappprovisioningconfiggroupassignment-create.md - - name: Delete - href: api/intune-apps-mobileappprovisioningconfiggroupassignment-delete.md - - name: Update - href: api/intune-apps-mobileappprovisioningconfiggroupassignment-update.md - - name: Mobile app publishing constraints - href: resources/intune-apps-mobileapppublishingconstraints.md - - name: Mobile app publishing state - href: resources/intune-apps-mobileapppublishingstate.md - - name: Mobile app relationship - href: resources/intune-apps-mobileapprelationship.md - items: - - name: List - href: api/intune-apps-mobileapprelationship-list.md - - name: Get - href: api/intune-apps-mobileapprelationship-get.md - - name: Mobile app relationship type - href: resources/intune-apps-mobileapprelationshiptype.md - - name: Mobile app supersedence - href: resources/intune-apps-mobileappsupersedence.md - items: - - name: List - href: api/intune-apps-mobileappsupersedence-list.md - - name: Get - href: api/intune-apps-mobileappsupersedence-get.md - - name: Create - href: api/intune-apps-mobileappsupersedence-create.md - - name: Delete - href: api/intune-apps-mobileappsupersedence-delete.md - - name: Update - href: api/intune-apps-mobileappsupersedence-update.md - - name: Mobile app supersedence type - href: resources/intune-apps-mobileappsupersedencetype.md - - name: Mobile contained app - href: resources/intune-apps-mobilecontainedapp.md - items: - - name: List - href: api/intune-apps-mobilecontainedapp-list.md - - name: Get - href: api/intune-apps-mobilecontainedapp-get.md - - name: Mobile LOB app - href: resources/intune-apps-mobilelobapp.md - items: - - name: List - href: api/intune-apps-mobilelobapp-list.md - - name: Get - href: api/intune-apps-mobilelobapp-get.md - - name: Office product id - href: resources/intune-apps-officeproductid.md - - name: Office suite app - href: resources/intune-apps-officesuiteapp.md - items: - - name: List - href: api/intune-apps-officesuiteapp-list.md - - name: Get - href: api/intune-apps-officesuiteapp-get.md - - name: Create - href: api/intune-apps-officesuiteapp-create.md - - name: Delete - href: api/intune-apps-officesuiteapp-delete.md - - name: Update - href: api/intune-apps-officesuiteapp-update.md - - name: Office suite default file format type - href: resources/intune-apps-officesuitedefaultfileformattype.md - - name: Office suite install progress display level - href: resources/intune-apps-officesuiteinstallprogressdisplaylevel.md - - name: Office update channel - href: resources/intune-apps-officeupdatechannel.md - - name: Resultant app state - href: resources/intune-apps-resultantappstate.md - - name: Resultant app state detail - href: resources/intune-apps-resultantappstatedetail.md - - name: Symantec code signing certificate - href: resources/intune-apps-symanteccodesigningcertificate.md - items: - - name: Get - href: api/intune-apps-symanteccodesigningcertificate-get.md - - name: Update - href: api/intune-apps-symanteccodesigningcertificate-update.md - - name: User install state summary - href: resources/intune-books-userinstallstatesummary.md - items: - - name: List - href: api/intune-books-userinstallstatesummary-list.md - - name: Get - href: api/intune-books-userinstallstatesummary-get.md - - name: Create - href: api/intune-books-userinstallstatesummary-create.md - - name: Delete - href: api/intune-books-userinstallstatesummary-delete.md - - name: Update - href: api/intune-books-userinstallstatesummary-update.md - - name: VPP licensing type - href: resources/intune-apps-vpplicensingtype.md - - name: Web app - href: resources/intune-apps-webapp.md - items: - - name: List - href: api/intune-apps-webapp-list.md - - name: Get - href: api/intune-apps-webapp-get.md - - name: Create - href: api/intune-apps-webapp-create.md - - name: Delete - href: api/intune-apps-webapp-delete.md - - name: Update - href: api/intune-apps-webapp-update.md - - name: Win get app - href: resources/intune-apps-wingetapp.md - items: - - name: List - href: api/intune-apps-wingetapp-list.md - - name: Get - href: api/intune-apps-wingetapp-get.md - - name: Create - href: api/intune-apps-wingetapp-create.md - - name: Delete - href: api/intune-apps-wingetapp-delete.md - - name: Update - href: api/intune-apps-wingetapp-update.md - - name: Win get app install experience - href: resources/intune-apps-wingetappinstallexperience.md - - name: Win32 LOB app - href: resources/intune-apps-win32lobapp.md - items: - - name: List - href: api/intune-apps-win32lobapp-list.md - - name: Get - href: api/intune-apps-win32lobapp-get.md - - name: Create - href: api/intune-apps-win32lobapp-create.md - - name: Delete - href: api/intune-apps-win32lobapp-delete.md - - name: Update - href: api/intune-apps-win32lobapp-update.md - - name: Win32 LOB app detection - href: resources/intune-apps-win32lobappdetection.md - - name: Win32 LOB app detection operator - href: resources/intune-apps-win32lobappdetectionoperator.md - - name: Win32 LOB app file system detection - href: resources/intune-apps-win32lobappfilesystemdetection.md - - name: Win32 LOB app file system detection type - href: resources/intune-apps-win32lobappfilesystemdetectiontype.md - - name: Win32 LOB app file system operation type - href: resources/intune-apps-win32lobappfilesystemoperationtype.md - - name: Win32 LOB app file system requirement - href: resources/intune-apps-win32lobappfilesystemrequirement.md - - name: Win32 LOB app file system rule - href: resources/intune-apps-win32lobappfilesystemrule.md - - name: Win32 LOB app install experience - href: resources/intune-apps-win32lobappinstallexperience.md - - name: Win32 LOB app msi information - href: resources/intune-apps-win32lobappmsiinformation.md - - name: Win32 LOB app msi package type - href: resources/intune-apps-win32lobappmsipackagetype.md - - name: Win32 LOB app power shell script detection - href: resources/intune-apps-win32lobapppowershellscriptdetection.md - - name: Win32 LOB app power shell script detection type - href: resources/intune-apps-win32lobapppowershellscriptdetectiontype.md - - name: Win32 LOB app power shell script requirement - href: resources/intune-apps-win32lobapppowershellscriptrequirement.md - - name: Win32 LOB app power shell script rule - href: resources/intune-apps-win32lobapppowershellscriptrule.md - - name: Win32 LOB app power shell script rule operation type - href: resources/intune-apps-win32lobapppowershellscriptruleoperationtype.md - - name: Win32 LOB app product code detection - href: resources/intune-apps-win32lobappproductcodedetection.md - - name: Win32 LOB app product code rule - href: resources/intune-apps-win32lobappproductcoderule.md - - name: Win32 LOB app publishing constraints - href: resources/intune-apps-win32lobapppublishingconstraints.md - - name: Win32 LOB app registry detection - href: resources/intune-apps-win32lobappregistrydetection.md - - name: Win32 LOB app registry detection type - href: resources/intune-apps-win32lobappregistrydetectiontype.md - - name: Win32 LOB app registry requirement - href: resources/intune-apps-win32lobappregistryrequirement.md - - name: Win32 LOB app registry rule - href: resources/intune-apps-win32lobappregistryrule.md - - name: Win32 LOB app registry rule operation type - href: resources/intune-apps-win32lobappregistryruleoperationtype.md - - name: Win32 LOB app requirement - href: resources/intune-apps-win32lobapprequirement.md - - name: Win32 LOB app restart behavior - href: resources/intune-apps-win32lobapprestartbehavior.md - - name: Win32 LOB app return code - href: resources/intune-apps-win32lobappreturncode.md - - name: Win32 LOB app return code type - href: resources/intune-apps-win32lobappreturncodetype.md - - name: Win32 LOB app rule - href: resources/intune-apps-win32lobapprule.md - - name: Win32 LOB app rule operator - href: resources/intune-apps-win32lobappruleoperator.md - - name: Win32 LOB app rule type - href: resources/intune-apps-win32lobappruletype.md - - name: Windows AppX - href: resources/intune-apps-windowsappx.md - items: - - name: List - href: api/intune-apps-windowsappx-list.md - - name: Get - href: api/intune-apps-windowsappx-get.md - - name: Create - href: api/intune-apps-windowsappx-create.md - - name: Delete - href: api/intune-apps-windowsappx-delete.md - - name: Update - href: api/intune-apps-windowsappx-update.md - - name: Windows architecture - href: resources/intune-apps-windowsarchitecture.md - - name: Windows device type - href: resources/intune-apps-windowsdevicetype.md - - name: Windows microsoft edge app - href: resources/intune-apps-windowsmicrosoftedgeapp.md - items: - - name: List - href: api/intune-apps-windowsmicrosoftedgeapp-list.md - - name: Get - href: api/intune-apps-windowsmicrosoftedgeapp-get.md - - name: Create - href: api/intune-apps-windowsmicrosoftedgeapp-create.md - - name: Delete - href: api/intune-apps-windowsmicrosoftedgeapp-delete.md - - name: Update - href: api/intune-apps-windowsmicrosoftedgeapp-update.md - - name: Windows minimum operating system - href: resources/intune-apps-windowsminimumoperatingsystem.md - - name: Windows mobile MSI - href: resources/intune-apps-windowsmobilemsi.md - items: - - name: List - href: api/intune-apps-windowsmobilemsi-list.md - - name: Get - href: api/intune-apps-windowsmobilemsi-get.md - - name: Create - href: api/intune-apps-windowsmobilemsi-create.md - - name: Delete - href: api/intune-apps-windowsmobilemsi-delete.md - - name: Update - href: api/intune-apps-windowsmobilemsi-update.md - - name: Windows package information - href: resources/intune-apps-windowspackageinformation.md - - name: Windows Phone 8.1 AppX - href: resources/intune-apps-windowsphone81appx.md - items: - - name: List - href: api/intune-apps-windowsphone81appx-list.md - - name: Get - href: api/intune-apps-windowsphone81appx-get.md - - name: Create - href: api/intune-apps-windowsphone81appx-create.md - - name: Delete - href: api/intune-apps-windowsphone81appx-delete.md - - name: Update - href: api/intune-apps-windowsphone81appx-update.md - - name: Windows Phone 8.1 AppX bundle - href: resources/intune-apps-windowsphone81appxbundle.md - items: - - name: List - href: api/intune-apps-windowsphone81appxbundle-list.md - - name: Get - href: api/intune-apps-windowsphone81appxbundle-get.md - - name: Create - href: api/intune-apps-windowsphone81appxbundle-create.md - - name: Delete - href: api/intune-apps-windowsphone81appxbundle-delete.md - - name: Update - href: api/intune-apps-windowsphone81appxbundle-update.md - - name: Windows Phone 8.1 store app - href: resources/intune-apps-windowsphone81storeapp.md - items: - - name: List - href: api/intune-apps-windowsphone81storeapp-list.md - - name: Get - href: api/intune-apps-windowsphone81storeapp-get.md - - name: Create - href: api/intune-apps-windowsphone81storeapp-create.md - - name: Delete - href: api/intune-apps-windowsphone81storeapp-delete.md - - name: Update - href: api/intune-apps-windowsphone81storeapp-update.md - - name: Windows phone XAP - href: resources/intune-apps-windowsphonexap.md - items: - - name: List - href: api/intune-apps-windowsphonexap-list.md - - name: Get - href: api/intune-apps-windowsphonexap-get.md - - name: Create - href: api/intune-apps-windowsphonexap-create.md - - name: Delete - href: api/intune-apps-windowsphonexap-delete.md - - name: Update - href: api/intune-apps-windowsphonexap-update.md - - name: Windows store app - href: resources/intune-apps-windowsstoreapp.md - items: - - name: List - href: api/intune-apps-windowsstoreapp-list.md - - name: Get - href: api/intune-apps-windowsstoreapp-get.md - - name: Create - href: api/intune-apps-windowsstoreapp-create.md - - name: Delete - href: api/intune-apps-windowsstoreapp-delete.md - - name: Update - href: api/intune-apps-windowsstoreapp-update.md - - name: Windows universal AppX - href: resources/intune-apps-windowsuniversalappx.md - items: - - name: List - href: api/intune-apps-windowsuniversalappx-list.md - - name: Get - href: api/intune-apps-windowsuniversalappx-get.md - - name: Create - href: api/intune-apps-windowsuniversalappx-create.md - - name: Delete - href: api/intune-apps-windowsuniversalappx-delete.md - - name: Update - href: api/intune-apps-windowsuniversalappx-update.md - - name: Windows universal AppX contained app - href: resources/intune-apps-windowsuniversalappxcontainedapp.md - items: - - name: List - href: api/intune-apps-windowsuniversalappxcontainedapp-list.md - - name: Get - href: api/intune-apps-windowsuniversalappxcontainedapp-get.md - - name: Create - href: api/intune-apps-windowsuniversalappxcontainedapp-create.md - - name: Delete - href: api/intune-apps-windowsuniversalappxcontainedapp-delete.md - - name: Update - href: api/intune-apps-windowsuniversalappxcontainedapp-update.md - - name: Windows web app - href: resources/intune-apps-windowswebapp.md - items: - - name: List - href: api/intune-apps-windowswebapp-list.md - - name: Get - href: api/intune-apps-windowswebapp-get.md - - name: Create - href: api/intune-apps-windowswebapp-create.md - - name: Delete - href: api/intune-apps-windowswebapp-delete.md - - name: Update - href: api/intune-apps-windowswebapp-update.md - - name: Company terms - href: resources/intune-company-conceptual.md - items: - - name: Terms and conditions - href: resources/intune-companyterms-termsandconditions.md - items: - - name: List - href: api/intune-companyterms-termsandconditions-list.md - - name: Get - href: api/intune-companyterms-termsandconditions-get.md - - name: Create - href: api/intune-companyterms-termsandconditions-create.md - - name: Delete - href: api/intune-companyterms-termsandconditions-delete.md - - name: Update - href: api/intune-companyterms-termsandconditions-update.md - - name: Terms and conditions acceptance status - href: resources/intune-companyterms-termsandconditionsacceptancestatus.md - items: - - name: List - href: api/intune-companyterms-termsandconditionsacceptancestatus-list.md - - name: Get - href: api/intune-companyterms-termsandconditionsacceptancestatus-get.md - - name: Create - href: api/intune-companyterms-termsandconditionsacceptancestatus-create.md - - name: Delete - href: api/intune-companyterms-termsandconditionsacceptancestatus-delete.md - - name: Update - href: api/intune-companyterms-termsandconditionsacceptancestatus-update.md - - name: Terms and conditions assignment - href: resources/intune-companyterms-termsandconditionsassignment.md - items: - - name: List - href: api/intune-companyterms-termsandconditionsassignment-list.md - - name: Get - href: api/intune-companyterms-termsandconditionsassignment-get.md - - name: Create - href: api/intune-companyterms-termsandconditionsassignment-create.md - - name: Delete - href: api/intune-companyterms-termsandconditionsassignment-delete.md - - name: Update - href: api/intune-companyterms-termsandconditionsassignment-update.md - - name: Terms and conditions group assignment - href: resources/intune-companyterms-termsandconditionsgroupassignment.md - items: - - name: List - href: api/intune-companyterms-termsandconditionsgroupassignment-list.md - - name: Get - href: api/intune-companyterms-termsandconditionsgroupassignment-get.md - - name: Create - href: api/intune-companyterms-termsandconditionsgroupassignment-create.md - - name: Delete - href: api/intune-companyterms-termsandconditionsgroupassignment-delete.md - - name: Update - href: api/intune-companyterms-termsandconditionsgroupassignment-update.md - - name: Corporate enrollment - href: resources/intune-enrollment-conceptual.md - items: - - name: Active directory windows autopilot deployment profile - href: resources/intune-enrollment-activedirectorywindowsautopilotdeploymentprofile.md - items: - - name: List - href: api/intune-enrollment-activedirectorywindowsautopilotdeploymentprofile-list.md - - name: Get - href: api/intune-enrollment-activedirectorywindowsautopilotdeploymentprofile-get.md - - name: Create - href: api/intune-enrollment-activedirectorywindowsautopilotdeploymentprofile-create.md - - name: Delete - href: api/intune-enrollment-activedirectorywindowsautopilotdeploymentprofile-delete.md - - name: Update - href: api/intune-enrollment-activedirectorywindowsautopilotdeploymentprofile-update.md - - name: Apple enrollment profile assignment - href: resources/intune-enrollment-appleenrollmentprofileassignment.md - items: - - name: List - href: api/intune-enrollment-appleenrollmentprofileassignment-list.md - - name: Get - href: api/intune-enrollment-appleenrollmentprofileassignment-get.md - - name: Create - href: api/intune-enrollment-appleenrollmentprofileassignment-create.md - - name: Delete - href: api/intune-enrollment-appleenrollmentprofileassignment-delete.md - - name: Update - href: api/intune-enrollment-appleenrollmentprofileassignment-update.md - - name: Apple owner type enrollment type - href: resources/intune-enrollment-appleownertypeenrollmenttype.md - - name: Apple user initiated enrollment profile - href: resources/intune-enrollment-appleuserinitiatedenrollmentprofile.md - items: - - name: List - href: api/intune-enrollment-appleuserinitiatedenrollmentprofile-list.md - - name: Get - href: api/intune-enrollment-appleuserinitiatedenrollmentprofile-get.md - - name: Create - href: api/intune-enrollment-appleuserinitiatedenrollmentprofile-create.md - - name: Delete - href: api/intune-enrollment-appleuserinitiatedenrollmentprofile-delete.md - - name: Update - href: api/intune-enrollment-appleuserinitiatedenrollmentprofile-update.md - - name: setPriority action - href: api/intune-enrollment-appleuserinitiatedenrollmentprofile-setpriority.md - - name: Apple user initiated enrollment type - href: resources/intune-enrollment-appleuserinitiatedenrollmenttype.md - - name: Microsoft Entra windows autopilot deployment profile - href: resources/intune-enrollment-azureadwindowsautopilotdeploymentprofile.md - items: - - name: List - href: api/intune-enrollment-azureadwindowsautopilotdeploymentprofile-list.md - - name: Get - href: api/intune-enrollment-azureadwindowsautopilotdeploymentprofile-get.md - - name: Create - href: api/intune-enrollment-azureadwindowsautopilotdeploymentprofile-create.md - - name: Delete - href: api/intune-enrollment-azureadwindowsautopilotdeploymentprofile-delete.md - - name: Update - href: api/intune-enrollment-azureadwindowsautopilotdeploymentprofile-update.md - - name: DEP enrollment base profile - href: resources/intune-enrollment-depenrollmentbaseprofile.md - items: - - name: List - href: api/intune-enrollment-depenrollmentbaseprofile-list.md - - name: Get - href: api/intune-enrollment-depenrollmentbaseprofile-get.md - - name: DEP enrollment profile - href: resources/intune-enrollment-depenrollmentprofile.md - items: - - name: List - href: api/intune-enrollment-depenrollmentprofile-list.md - - name: Get - href: api/intune-enrollment-depenrollmentprofile-get.md - - name: Create - href: api/intune-enrollment-depenrollmentprofile-create.md - - name: Delete - href: api/intune-enrollment-depenrollmentprofile-delete.md - - name: Update - href: api/intune-enrollment-depenrollmentprofile-update.md - - name: DEP iOS enrollment profile - href: resources/intune-enrollment-depiosenrollmentprofile.md - items: - - name: List - href: api/intune-enrollment-depiosenrollmentprofile-list.md - - name: Get - href: api/intune-enrollment-depiosenrollmentprofile-get.md - - name: Create - href: api/intune-enrollment-depiosenrollmentprofile-create.md - - name: Delete - href: api/intune-enrollment-depiosenrollmentprofile-delete.md - - name: Update - href: api/intune-enrollment-depiosenrollmentprofile-update.md - - name: DEP macOS enrollment profile - href: resources/intune-enrollment-depmacosenrollmentprofile.md - items: - - name: List - href: api/intune-enrollment-depmacosenrollmentprofile-list.md - - name: Get - href: api/intune-enrollment-depmacosenrollmentprofile-get.md - - name: Create - href: api/intune-enrollment-depmacosenrollmentprofile-create.md - - name: Delete - href: api/intune-enrollment-depmacosenrollmentprofile-delete.md - - name: Update - href: api/intune-enrollment-depmacosenrollmentprofile-update.md - - name: DEP on-boarding setting - href: resources/intune-enrollment-deponboardingsetting.md - items: - - name: List - href: api/intune-enrollment-deponboardingsetting-list.md - - name: Get - href: api/intune-enrollment-deponboardingsetting-get.md - - name: Create - href: api/intune-enrollment-deponboardingsetting-create.md - - name: Delete - href: api/intune-enrollment-deponboardingsetting-delete.md - - name: Update - href: api/intune-enrollment-deponboardingsetting-update.md - - name: generateEncryptionPublicKey action - href: api/intune-enrollment-deponboardingsetting-generateencryptionpublickey.md - - name: uploadDepToken action - href: api/intune-enrollment-deponboardingsetting-uploaddeptoken.md - - name: syncWithAppleDeviceEnrollmentProgram action - href: api/intune-enrollment-deponboardingsetting-syncwithappledeviceenrollmentprogram.md - - name: shareForSchoolDataSyncService action - href: api/intune-enrollment-deponboardingsetting-shareforschooldatasyncservice.md - - name: unshareForSchoolDataSyncService action - href: api/intune-enrollment-deponboardingsetting-unshareforschooldatasyncservice.md - - name: DEP token type - href: resources/intune-enrollment-deptokentype.md - - name: Device platform type - href: resources/intune-enrollment-deviceplatformtype.md - - name: Discovery source - href: resources/intune-enrollment-discoverysource.md - - name: Enrollment profile - href: resources/intune-enrollment-enrollmentprofile.md - items: - - name: List - href: api/intune-enrollment-enrollmentprofile-list.md - - name: Get - href: api/intune-enrollment-enrollmentprofile-get.md - - name: Create - href: api/intune-enrollment-enrollmentprofile-create.md - - name: Delete - href: api/intune-enrollment-enrollmentprofile-delete.md - - name: Update - href: api/intune-enrollment-enrollmentprofile-update.md - - name: setDefaultProfile action - href: api/intune-enrollment-enrollmentprofile-setdefaultprofile.md - - name: updateDeviceProfileAssignment action - href: api/intune-enrollment-enrollmentprofile-updatedeviceprofileassignment.md - - name: Imported Apple device identity - href: resources/intune-enrollment-importedappledeviceidentity.md - items: - - name: List - href: api/intune-enrollment-importedappledeviceidentity-list.md - - name: Get - href: api/intune-enrollment-importedappledeviceidentity-get.md - - name: Create - href: api/intune-enrollment-importedappledeviceidentity-create.md - - name: Delete - href: api/intune-enrollment-importedappledeviceidentity-delete.md - - name: Update - href: api/intune-enrollment-importedappledeviceidentity-update.md - - name: importAppleDeviceIdentityList action - href: api/intune-enrollment-importedappledeviceidentity-importappledeviceidentitylist.md - - name: Imported Apple device identity result - href: resources/intune-enrollment-importedappledeviceidentityresult.md - items: - - name: List - href: api/intune-enrollment-importedappledeviceidentityresult-list.md - - name: Get - href: api/intune-enrollment-importedappledeviceidentityresult-get.md - - name: Create - href: api/intune-enrollment-importedappledeviceidentityresult-create.md - - name: Delete - href: api/intune-enrollment-importedappledeviceidentityresult-delete.md - - name: Update - href: api/intune-enrollment-importedappledeviceidentityresult-update.md - - name: Imported device identity - href: resources/intune-enrollment-importeddeviceidentity.md - items: - - name: List - href: api/intune-enrollment-importeddeviceidentity-list.md - - name: Get - href: api/intune-enrollment-importeddeviceidentity-get.md - - name: Create - href: api/intune-enrollment-importeddeviceidentity-create.md - - name: Delete - href: api/intune-enrollment-importeddeviceidentity-delete.md - - name: Update - href: api/intune-enrollment-importeddeviceidentity-update.md - - name: importDeviceIdentityList action - href: api/intune-enrollment-importeddeviceidentity-importdeviceidentitylist.md - - name: searchExistingIdentities action - href: api/intune-enrollment-importeddeviceidentity-searchexistingidentities.md - - name: searchExistingIdentities action - href: api/intune-enrollment-importeddeviceidentity-searchexistingidentities.md - - name: Imported device identity result - href: resources/intune-enrollment-importeddeviceidentityresult.md - items: - - name: List - href: api/intune-enrollment-importeddeviceidentityresult-list.md - - name: Get - href: api/intune-enrollment-importeddeviceidentityresult-get.md - - name: Create - href: api/intune-enrollment-importeddeviceidentityresult-create.md - - name: Delete - href: api/intune-enrollment-importeddeviceidentityresult-delete.md - - name: Update - href: api/intune-enrollment-importeddeviceidentityresult-update.md - - name: Imported device identity type - href: resources/intune-enrollment-importeddeviceidentitytype.md - - name: Imported windows autopilot device identity - href: resources/intune-enrollment-importedwindowsautopilotdeviceidentity.md - items: - - name: List - href: api/intune-enrollment-importedwindowsautopilotdeviceidentity-list.md - - name: Get - href: api/intune-enrollment-importedwindowsautopilotdeviceidentity-get.md - - name: Create - href: api/intune-enrollment-importedwindowsautopilotdeviceidentity-create.md - - name: Delete - href: api/intune-enrollment-importedwindowsautopilotdeviceidentity-delete.md - - name: import action - href: api/intune-enrollment-importedwindowsautopilotdeviceidentity-import.md - - name: import action - href: api/intune-enrollment-importedwindowsautopilotdeviceidentity-import.md - - name: Imported windows autopilot device identity import status - href: resources/intune-enrollment-importedwindowsautopilotdeviceidentityimportstatus.md - - name: Imported windows autopilot device identity state - href: resources/intune-enrollment-importedwindowsautopilotdeviceidentitystate.md - - name: Imported windows autopilot device identity upload status - href: resources/intune-enrollment-importedwindowsautopilotdeviceidentityuploadstatus.md - - name: iTunes pairing mode - href: resources/intune-enrollment-itunespairingmode.md - - name: Management certificate with thumbprint - href: resources/intune-enrollment-managementcertificatewiththumbprint.md - - name: Out of box experience settings - href: resources/intune-enrollment-outofboxexperiencesettings.md - - name: Platform - href: resources/intune-enrollment-platform.md - - name: Suggested enrollment limit - href: resources/intune-enrollment-suggestedenrollmentlimit.md - - name: Windows autopilot deployment profile assignment - href: resources/intune-enrollment-windowsautopilotdeploymentprofileassignment.md - items: - - name: List - href: api/intune-enrollment-windowsautopilotdeploymentprofileassignment-list.md - - name: Get - href: api/intune-enrollment-windowsautopilotdeploymentprofileassignment-get.md - - name: Create - href: api/intune-enrollment-windowsautopilotdeploymentprofileassignment-create.md - - name: Delete - href: api/intune-enrollment-windowsautopilotdeploymentprofileassignment-delete.md - - name: Update - href: api/intune-enrollment-windowsautopilotdeploymentprofileassignment-update.md - - name: Windows autopilot device identity - href: resources/intune-enrollment-windowsautopilotdeviceidentity.md - items: - - name: List - href: api/intune-enrollment-windowsautopilotdeviceidentity-list.md - - name: Get - href: api/intune-enrollment-windowsautopilotdeviceidentity-get.md - - name: Create - href: api/intune-enrollment-windowsautopilotdeviceidentity-create.md - - name: Delete - href: api/intune-enrollment-windowsautopilotdeviceidentity-delete.md - - name: assignUserToDevice action - href: api/intune-enrollment-windowsautopilotdeviceidentity-assignusertodevice.md - - name: unassignUserFromDevice action - href: api/intune-enrollment-windowsautopilotdeviceidentity-unassignuserfromdevice.md - - name: updateDeviceProperties action - href: api/intune-enrollment-windowsautopilotdeviceidentity-updatedeviceproperties.md - - name: assignResourceAccountToDevice action - href: api/intune-enrollment-windowsautopilotdeviceidentity-assignresourceaccounttodevice.md - - name: unassignResourceAccountFromDevice action - href: api/intune-enrollment-windowsautopilotdeviceidentity-unassignresourceaccountfromdevice.md - - name: Windows autopilot device remediation state - href: resources/intune-enrollment-windowsautopilotdeviceremediationstate.md - - name: Windows autopilot device type - href: resources/intune-enrollment-windowsautopilotdevicetype.md - - name: Windows autopilot profile assignment detailed status - href: resources/intune-enrollment-windowsautopilotprofileassignmentdetailedstatus.md - - name: Windows autopilot profile assignment status - href: resources/intune-enrollment-windowsautopilotprofileassignmentstatus.md - - name: Windows autopilot settings - href: resources/intune-enrollment-windowsautopilotsettings.md - items: - - name: Get - href: api/intune-enrollment-windowsautopilotsettings-get.md - - name: Update - href: api/intune-enrollment-windowsautopilotsettings-update.md - - name: sync action - href: api/intune-enrollment-windowsautopilotsettings-sync.md - - name: Windows autopilot sync status - href: resources/intune-enrollment-windowsautopilotsyncstatus.md - - name: Windows device usage type - href: resources/intune-enrollment-windowsdeviceusagetype.md - - name: Windows enrollment status screen settings - href: resources/intune-enrollment-windowsenrollmentstatusscreensettings.md - - name: Windows user type - href: resources/intune-enrollment-windowsusertype.md - - name: Device configuration - href: resources/intune-device-cfg-conceptual.md - items: - - name: Administrator configured device compliance state - href: resources/intune-deviceconfig-administratorconfigureddevicecompliancestate.md - - name: Advanced BitLocker state - href: resources/intune-deviceconfig-advancedbitlockerstate.md - - name: Advanced threat protection on-boarding device setting state - href: resources/intune-deviceconfig-advancedthreatprotectiononboardingdevicesettingstate.md - items: - - name: List - href: api/intune-deviceconfig-advancedthreatprotectiononboardingdevicesettingstate-list.md - - name: Get - href: api/intune-deviceconfig-advancedthreatprotectiononboardingdevicesettingstate-get.md - - name: Create - href: api/intune-deviceconfig-advancedthreatprotectiononboardingdevicesettingstate-create.md - - name: Delete - href: api/intune-deviceconfig-advancedthreatprotectiononboardingdevicesettingstate-delete.md - - name: Update - href: api/intune-deviceconfig-advancedthreatprotectiononboardingdevicesettingstate-update.md - - name: Advanced threat protection on-boarding state summary - href: resources/intune-deviceconfig-advancedthreatprotectiononboardingstatesummary.md - items: - - name: Get - href: api/intune-deviceconfig-advancedthreatprotectiononboardingstatesummary-get.md - - name: Update - href: api/intune-deviceconfig-advancedthreatprotectiononboardingstatesummary-update.md - - name: AirPrint destination - href: resources/intune-deviceconfig-airprintdestination.md - - name: Android certificate profile base - href: resources/intune-deviceconfig-androidcertificateprofilebase.md - items: - - name: List - href: api/intune-deviceconfig-androidcertificateprofilebase-list.md - - name: Get - href: api/intune-deviceconfig-androidcertificateprofilebase-get.md - - name: Android compliance policy - href: resources/intune-deviceconfig-androidcompliancepolicy.md - items: - - name: List - href: api/intune-deviceconfig-androidcompliancepolicy-list.md - - name: Get - href: api/intune-deviceconfig-androidcompliancepolicy-get.md - - name: Create - href: api/intune-deviceconfig-androidcompliancepolicy-create.md - - name: Delete - href: api/intune-deviceconfig-androidcompliancepolicy-delete.md - - name: Update - href: api/intune-deviceconfig-androidcompliancepolicy-update.md - - name: Android custom configuration - href: resources/intune-deviceconfig-androidcustomconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidcustomconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidcustomconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidcustomconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidcustomconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidcustomconfiguration-update.md - - name: Android device owner app auto update policy type - href: resources/intune-deviceconfig-androiddeviceownerappautoupdatepolicytype.md - - name: Android device owner battery plugged mode - href: resources/intune-deviceconfig-androiddeviceownerbatterypluggedmode.md - - name: Android device owner certificate access type - href: resources/intune-deviceconfig-androiddeviceownercertificateaccesstype.md - - name: Android device owner certificate profile base - href: resources/intune-deviceconfig-androiddeviceownercertificateprofilebase.md - items: - - name: List - href: api/intune-deviceconfig-androiddeviceownercertificateprofilebase-list.md - - name: Get - href: api/intune-deviceconfig-androiddeviceownercertificateprofilebase-get.md - - name: Android device owner compliance policy - href: resources/intune-deviceconfig-androiddeviceownercompliancepolicy.md - items: - - name: List - href: api/intune-deviceconfig-androiddeviceownercompliancepolicy-list.md - - name: Get - href: api/intune-deviceconfig-androiddeviceownercompliancepolicy-get.md - - name: Create - href: api/intune-deviceconfig-androiddeviceownercompliancepolicy-create.md - - name: Delete - href: api/intune-deviceconfig-androiddeviceownercompliancepolicy-delete.md - - name: Update - href: api/intune-deviceconfig-androiddeviceownercompliancepolicy-update.md - - name: Android device owner cross profile data sharing - href: resources/intune-deviceconfig-androiddeviceownercrossprofiledatasharing.md - - name: Android device owner default app permission policy type - href: resources/intune-deviceconfig-androiddeviceownerdefaultapppermissionpolicytype.md - - name: Android device owner derived credential authentication configuration - href: resources/intune-deviceconfig-androiddeviceownerderivedcredentialauthenticationconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androiddeviceownerderivedcredentialauthenticationconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androiddeviceownerderivedcredentialauthenticationconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androiddeviceownerderivedcredentialauthenticationconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androiddeviceownerderivedcredentialauthenticationconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androiddeviceownerderivedcredentialauthenticationconfiguration-update.md - - name: Android device owner enrollment profile type - href: resources/intune-deviceconfig-androiddeviceownerenrollmentprofiletype.md - - name: Android device owner enterprise Wi-Fi configuration - href: resources/intune-deviceconfig-androiddeviceownerenterprisewificonfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androiddeviceownerenterprisewificonfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androiddeviceownerenterprisewificonfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androiddeviceownerenterprisewificonfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androiddeviceownerenterprisewificonfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androiddeviceownerenterprisewificonfiguration-update.md - - name: Android device owner general device configuration - href: resources/intune-deviceconfig-androiddeviceownergeneraldeviceconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androiddeviceownergeneraldeviceconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androiddeviceownergeneraldeviceconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androiddeviceownergeneraldeviceconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androiddeviceownergeneraldeviceconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androiddeviceownergeneraldeviceconfiguration-update.md - - name: Android device owner global proxy - href: resources/intune-deviceconfig-androiddeviceownerglobalproxy.md - - name: Android device owner global proxy auto config - href: resources/intune-deviceconfig-androiddeviceownerglobalproxyautoconfig.md - - name: Android device owner global proxy direct - href: resources/intune-deviceconfig-androiddeviceownerglobalproxydirect.md - - name: Android device owner imported PFX certificate profile - href: resources/intune-deviceconfig-androiddeviceownerimportedpfxcertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-androiddeviceownerimportedpfxcertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-androiddeviceownerimportedpfxcertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-androiddeviceownerimportedpfxcertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-androiddeviceownerimportedpfxcertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-androiddeviceownerimportedpfxcertificateprofile-update.md - - name: Android device owner kiosk customization status bar - href: resources/intune-deviceconfig-androiddeviceownerkioskcustomizationstatusbar.md - - name: Android device owner kiosk customization system navigation - href: resources/intune-deviceconfig-androiddeviceownerkioskcustomizationsystemnavigation.md - - name: Android device owner kiosk mode app - href: resources/intune-deviceconfig-androiddeviceownerkioskmodeapp.md - - name: Android device owner kiosk mode app position item - href: resources/intune-deviceconfig-androiddeviceownerkioskmodeapppositionitem.md - - name: Android device owner kiosk mode folder icon - href: resources/intune-deviceconfig-androiddeviceownerkioskmodefoldericon.md - - name: Android device owner kiosk mode folder item - href: resources/intune-deviceconfig-androiddeviceownerkioskmodefolderitem.md - - name: Android device owner kiosk mode home screen item - href: resources/intune-deviceconfig-androiddeviceownerkioskmodehomescreenitem.md - - name: Android device owner kiosk mode icon size - href: resources/intune-deviceconfig-androiddeviceownerkioskmodeiconsize.md - - name: Android device owner kiosk mode managed folder - href: resources/intune-deviceconfig-androiddeviceownerkioskmodemanagedfolder.md - - name: Android device owner kiosk mode managed folder reference - href: resources/intune-deviceconfig-androiddeviceownerkioskmodemanagedfolderreference.md - - name: Android device owner kiosk mode screen orientation - href: resources/intune-deviceconfig-androiddeviceownerkioskmodescreenorientation.md - - name: Android device owner kiosk mode weblink - href: resources/intune-deviceconfig-androiddeviceownerkioskmodeweblink.md - - name: Android device owner PKCS certificate profile - href: resources/intune-deviceconfig-androiddeviceownerpkcscertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-androiddeviceownerpkcscertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-androiddeviceownerpkcscertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-androiddeviceownerpkcscertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-androiddeviceownerpkcscertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-androiddeviceownerpkcscertificateprofile-update.md - - name: Android device owner play store mode - href: resources/intune-deviceconfig-androiddeviceownerplaystoremode.md - - name: Android device owner required password type - href: resources/intune-deviceconfig-androiddeviceownerrequiredpasswordtype.md - - name: Android device owner required password unlock - href: resources/intune-deviceconfig-androiddeviceownerrequiredpasswordunlock.md - - name: Android device owner SCEP certificate profile - href: resources/intune-deviceconfig-androiddeviceownerscepcertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-androiddeviceownerscepcertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-androiddeviceownerscepcertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-androiddeviceownerscepcertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-androiddeviceownerscepcertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-androiddeviceownerscepcertificateprofile-update.md - - name: Android device owner silent certificate access - href: resources/intune-deviceconfig-androiddeviceownersilentcertificateaccess.md - - name: Android device owner system update freeze period - href: resources/intune-deviceconfig-androiddeviceownersystemupdatefreezeperiod.md - - name: Android device owner system update install type - href: resources/intune-deviceconfig-androiddeviceownersystemupdateinstalltype.md - - name: Android device owner trusted root certificate - href: resources/intune-deviceconfig-androiddeviceownertrustedrootcertificate.md - items: - - name: List - href: api/intune-deviceconfig-androiddeviceownertrustedrootcertificate-list.md - - name: Get - href: api/intune-deviceconfig-androiddeviceownertrustedrootcertificate-get.md - - name: Create - href: api/intune-deviceconfig-androiddeviceownertrustedrootcertificate-create.md - - name: Delete - href: api/intune-deviceconfig-androiddeviceownertrustedrootcertificate-delete.md - - name: Update - href: api/intune-deviceconfig-androiddeviceownertrustedrootcertificate-update.md - - name: Android device owner user facing message - href: resources/intune-deviceconfig-androiddeviceowneruserfacingmessage.md - - name: Android device owner virtual home button type - href: resources/intune-deviceconfig-androiddeviceownervirtualhomebuttontype.md - - name: Android device owner VPN configuration - href: resources/intune-deviceconfig-androiddeviceownervpnconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androiddeviceownervpnconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androiddeviceownervpnconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androiddeviceownervpnconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androiddeviceownervpnconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androiddeviceownervpnconfiguration-update.md - - name: Android device owner Wi-Fi configuration - href: resources/intune-deviceconfig-androiddeviceownerwificonfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androiddeviceownerwificonfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androiddeviceownerwificonfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androiddeviceownerwificonfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androiddeviceownerwificonfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androiddeviceownerwificonfiguration-update.md - - name: Android device owner Wi-Fi security type - href: resources/intune-deviceconfig-androiddeviceownerwifisecuritytype.md - - name: Android EAP type - href: resources/intune-deviceconfig-androideaptype.md - - name: Android EAS email profile configuration - href: resources/intune-deviceconfig-androideasemailprofileconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androideasemailprofileconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androideasemailprofileconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androideasemailprofileconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androideasemailprofileconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androideasemailprofileconfiguration-update.md - - name: Android enterprise Wi-Fi configuration - href: resources/intune-deviceconfig-androidenterprisewificonfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidenterprisewificonfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidenterprisewificonfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidenterprisewificonfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidenterprisewificonfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidenterprisewificonfiguration-update.md - - name: Android for Work certificate profile base - href: resources/intune-deviceconfig-androidforworkcertificateprofilebase.md - items: - - name: List - href: api/intune-deviceconfig-androidforworkcertificateprofilebase-list.md - - name: Get - href: api/intune-deviceconfig-androidforworkcertificateprofilebase-get.md - - name: Android for Work compliance policy - href: resources/intune-deviceconfig-androidforworkcompliancepolicy.md - items: - - name: List - href: api/intune-deviceconfig-androidforworkcompliancepolicy-list.md - - name: Get - href: api/intune-deviceconfig-androidforworkcompliancepolicy-get.md - - name: Create - href: api/intune-deviceconfig-androidforworkcompliancepolicy-create.md - - name: Delete - href: api/intune-deviceconfig-androidforworkcompliancepolicy-delete.md - - name: Update - href: api/intune-deviceconfig-androidforworkcompliancepolicy-update.md - - name: Android for Work cross profile data sharing type - href: resources/intune-deviceconfig-androidforworkcrossprofiledatasharingtype.md - - name: Android for Work custom configuration - href: resources/intune-deviceconfig-androidforworkcustomconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidforworkcustomconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidforworkcustomconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidforworkcustomconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidforworkcustomconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidforworkcustomconfiguration-update.md - - name: Android for Work default app permission policy type - href: resources/intune-deviceconfig-androidforworkdefaultapppermissionpolicytype.md - - name: Android for Work EAS email profile base - href: resources/intune-deviceconfig-androidforworkeasemailprofilebase.md - items: - - name: List - href: api/intune-deviceconfig-androidforworkeasemailprofilebase-list.md - - name: Get - href: api/intune-deviceconfig-androidforworkeasemailprofilebase-get.md - - name: Android for Work enterprise Wi-Fi configuration - href: resources/intune-deviceconfig-androidforworkenterprisewificonfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidforworkenterprisewificonfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidforworkenterprisewificonfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidforworkenterprisewificonfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidforworkenterprisewificonfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidforworkenterprisewificonfiguration-update.md - - name: Android for Work general device configuration - href: resources/intune-deviceconfig-androidforworkgeneraldeviceconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidforworkgeneraldeviceconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidforworkgeneraldeviceconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidforworkgeneraldeviceconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidforworkgeneraldeviceconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidforworkgeneraldeviceconfiguration-update.md - - name: Android for Work Gmail EAS configuration - href: resources/intune-deviceconfig-androidforworkgmaileasconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidforworkgmaileasconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidforworkgmaileasconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidforworkgmaileasconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidforworkgmaileasconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidforworkgmaileasconfiguration-update.md - - name: Android for Work imported PFX certificate profile - href: resources/intune-deviceconfig-androidforworkimportedpfxcertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-androidforworkimportedpfxcertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-androidforworkimportedpfxcertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-androidforworkimportedpfxcertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-androidforworkimportedpfxcertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-androidforworkimportedpfxcertificateprofile-update.md - - name: Android for Work nine work EAS configuration - href: resources/intune-deviceconfig-androidforworknineworkeasconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidforworknineworkeasconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidforworknineworkeasconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidforworknineworkeasconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidforworknineworkeasconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidforworknineworkeasconfiguration-update.md - - name: Android for Work PKCS certificate profile - href: resources/intune-deviceconfig-androidforworkpkcscertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-androidforworkpkcscertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-androidforworkpkcscertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-androidforworkpkcscertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-androidforworkpkcscertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-androidforworkpkcscertificateprofile-update.md - - name: Android for Work required password type - href: resources/intune-deviceconfig-androidforworkrequiredpasswordtype.md - - name: Android for Work SCEP certificate profile - href: resources/intune-deviceconfig-androidforworkscepcertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-androidforworkscepcertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-androidforworkscepcertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-androidforworkscepcertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-androidforworkscepcertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-androidforworkscepcertificateprofile-update.md - - name: Android for Work trusted root certificate - href: resources/intune-deviceconfig-androidforworktrustedrootcertificate.md - items: - - name: List - href: api/intune-deviceconfig-androidforworktrustedrootcertificate-list.md - - name: Get - href: api/intune-deviceconfig-androidforworktrustedrootcertificate-get.md - - name: Create - href: api/intune-deviceconfig-androidforworktrustedrootcertificate-create.md - - name: Delete - href: api/intune-deviceconfig-androidforworktrustedrootcertificate-delete.md - - name: Update - href: api/intune-deviceconfig-androidforworktrustedrootcertificate-update.md - - name: Android for Work VPN configuration - href: resources/intune-deviceconfig-androidforworkvpnconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidforworkvpnconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidforworkvpnconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidforworkvpnconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidforworkvpnconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidforworkvpnconfiguration-update.md - - name: Android for Work VPN connection type - href: resources/intune-deviceconfig-androidforworkvpnconnectiontype.md - - name: Android for Work Wi-Fi configuration - href: resources/intune-deviceconfig-androidforworkwificonfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidforworkwificonfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidforworkwificonfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidforworkwificonfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidforworkwificonfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidforworkwificonfiguration-update.md - - name: Android general device configuration - href: resources/intune-deviceconfig-androidgeneraldeviceconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidgeneraldeviceconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidgeneraldeviceconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidgeneraldeviceconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidgeneraldeviceconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidgeneraldeviceconfiguration-update.md - - name: Android imported PFX certificate profile - href: resources/intune-deviceconfig-androidimportedpfxcertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-androidimportedpfxcertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-androidimportedpfxcertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-androidimportedpfxcertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-androidimportedpfxcertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-androidimportedpfxcertificateprofile-update.md - - name: Android keyguard feature - href: resources/intune-deviceconfig-androidkeyguardfeature.md - - name: Android OMA cp configuration - href: resources/intune-deviceconfig-androidomacpconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidomacpconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidomacpconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidomacpconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidomacpconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidomacpconfiguration-update.md - - name: Android PKCS certificate profile - href: resources/intune-deviceconfig-androidpkcscertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-androidpkcscertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-androidpkcscertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-androidpkcscertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-androidpkcscertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-androidpkcscertificateprofile-update.md - - name: Android required password complexity - href: resources/intune-deviceconfig-androidrequiredpasswordcomplexity.md - - name: Android required password type - href: resources/intune-deviceconfig-androidrequiredpasswordtype.md - - name: Android safety net evaluation type - href: resources/intune-deviceconfig-androidsafetynetevaluationtype.md - - name: Android SCEP certificate profile - href: resources/intune-deviceconfig-androidscepcertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-androidscepcertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-androidscepcertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-androidscepcertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-androidscepcertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-androidscepcertificateprofile-update.md - - name: Android trusted root certificate - href: resources/intune-deviceconfig-androidtrustedrootcertificate.md - items: - - name: List - href: api/intune-deviceconfig-androidtrustedrootcertificate-list.md - - name: Get - href: api/intune-deviceconfig-androidtrustedrootcertificate-get.md - - name: Create - href: api/intune-deviceconfig-androidtrustedrootcertificate-create.md - - name: Delete - href: api/intune-deviceconfig-androidtrustedrootcertificate-delete.md - - name: Update - href: api/intune-deviceconfig-androidtrustedrootcertificate-update.md - - name: Android username source - href: resources/intune-deviceconfig-androidusernamesource.md - - name: Android VPN configuration - href: resources/intune-deviceconfig-androidvpnconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidvpnconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidvpnconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidvpnconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidvpnconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidvpnconfiguration-update.md - - name: Android VPN connection type - href: resources/intune-deviceconfig-androidvpnconnectiontype.md - - name: Android Wi-Fi configuration - href: resources/intune-deviceconfig-androidwificonfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidwificonfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidwificonfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidwificonfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidwificonfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidwificonfiguration-update.md - - name: Android Wi-Fi security type - href: resources/intune-deviceconfig-androidwifisecuritytype.md - - name: Android work profile account use - href: resources/intune-deviceconfig-androidworkprofileaccountuse.md - - name: Android work profile certificate profile base - href: resources/intune-deviceconfig-androidworkprofilecertificateprofilebase.md - items: - - name: List - href: api/intune-deviceconfig-androidworkprofilecertificateprofilebase-list.md - - name: Get - href: api/intune-deviceconfig-androidworkprofilecertificateprofilebase-get.md - - name: Android work profile compliance policy - href: resources/intune-deviceconfig-androidworkprofilecompliancepolicy.md - items: - - name: List - href: api/intune-deviceconfig-androidworkprofilecompliancepolicy-list.md - - name: Get - href: api/intune-deviceconfig-androidworkprofilecompliancepolicy-get.md - - name: Create - href: api/intune-deviceconfig-androidworkprofilecompliancepolicy-create.md - - name: Delete - href: api/intune-deviceconfig-androidworkprofilecompliancepolicy-delete.md - - name: Update - href: api/intune-deviceconfig-androidworkprofilecompliancepolicy-update.md - - name: Android work profile cross profile data sharing type - href: resources/intune-deviceconfig-androidworkprofilecrossprofiledatasharingtype.md - - name: Android work profile custom configuration - href: resources/intune-deviceconfig-androidworkprofilecustomconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidworkprofilecustomconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidworkprofilecustomconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidworkprofilecustomconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidworkprofilecustomconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidworkprofilecustomconfiguration-update.md - - name: Android work profile default app permission policy type - href: resources/intune-deviceconfig-androidworkprofiledefaultapppermissionpolicytype.md - - name: Android work profile EAS email profile base - href: resources/intune-deviceconfig-androidworkprofileeasemailprofilebase.md - items: - - name: List - href: api/intune-deviceconfig-androidworkprofileeasemailprofilebase-list.md - - name: Get - href: api/intune-deviceconfig-androidworkprofileeasemailprofilebase-get.md - - name: Android work profile enterprise Wi-Fi configuration - href: resources/intune-deviceconfig-androidworkprofileenterprisewificonfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidworkprofileenterprisewificonfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidworkprofileenterprisewificonfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidworkprofileenterprisewificonfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidworkprofileenterprisewificonfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidworkprofileenterprisewificonfiguration-update.md - - name: Android work profile general device configuration - href: resources/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-update.md - - name: Android work profile Gmail EAS configuration - href: resources/intune-deviceconfig-androidworkprofilegmaileasconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidworkprofilegmaileasconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidworkprofilegmaileasconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidworkprofilegmaileasconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidworkprofilegmaileasconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidworkprofilegmaileasconfiguration-update.md - - name: Android work profile nine work EAS configuration - href: resources/intune-deviceconfig-androidworkprofilenineworkeasconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidworkprofilenineworkeasconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidworkprofilenineworkeasconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidworkprofilenineworkeasconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidworkprofilenineworkeasconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidworkprofilenineworkeasconfiguration-update.md - - name: Android work profile PKCS certificate profile - href: resources/intune-deviceconfig-androidworkprofilepkcscertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-androidworkprofilepkcscertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-androidworkprofilepkcscertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-androidworkprofilepkcscertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-androidworkprofilepkcscertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-androidworkprofilepkcscertificateprofile-update.md - - name: Android work profile required password type - href: resources/intune-deviceconfig-androidworkprofilerequiredpasswordtype.md - - name: Android work profile SCEP certificate profile - href: resources/intune-deviceconfig-androidworkprofilescepcertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-androidworkprofilescepcertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-androidworkprofilescepcertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-androidworkprofilescepcertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-androidworkprofilescepcertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-androidworkprofilescepcertificateprofile-update.md - - name: Android work profile trusted root certificate - href: resources/intune-deviceconfig-androidworkprofiletrustedrootcertificate.md - items: - - name: List - href: api/intune-deviceconfig-androidworkprofiletrustedrootcertificate-list.md - - name: Get - href: api/intune-deviceconfig-androidworkprofiletrustedrootcertificate-get.md - - name: Create - href: api/intune-deviceconfig-androidworkprofiletrustedrootcertificate-create.md - - name: Delete - href: api/intune-deviceconfig-androidworkprofiletrustedrootcertificate-delete.md - - name: Update - href: api/intune-deviceconfig-androidworkprofiletrustedrootcertificate-update.md - - name: Android work profile VPN configuration - href: resources/intune-deviceconfig-androidworkprofilevpnconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidworkprofilevpnconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidworkprofilevpnconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidworkprofilevpnconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidworkprofilevpnconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidworkprofilevpnconfiguration-update.md - - name: Android work profile VPN connection type - href: resources/intune-deviceconfig-androidworkprofilevpnconnectiontype.md - - name: Android work profile Wi-Fi configuration - href: resources/intune-deviceconfig-androidworkprofilewificonfiguration.md - items: - - name: List - href: api/intune-deviceconfig-androidworkprofilewificonfiguration-list.md - - name: Get - href: api/intune-deviceconfig-androidworkprofilewificonfiguration-get.md - - name: Create - href: api/intune-deviceconfig-androidworkprofilewificonfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-androidworkprofilewificonfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-androidworkprofilewificonfiguration-update.md - - name: Aosp device owner certificate profile base - href: resources/intune-deviceconfig-aospdeviceownercertificateprofilebase.md - items: - - name: List - href: api/intune-deviceconfig-aospdeviceownercertificateprofilebase-list.md - - name: Get - href: api/intune-deviceconfig-aospdeviceownercertificateprofilebase-get.md - - name: Aosp device owner compliance policy - href: resources/intune-deviceconfig-aospdeviceownercompliancepolicy.md - items: - - name: List - href: api/intune-deviceconfig-aospdeviceownercompliancepolicy-list.md - - name: Get - href: api/intune-deviceconfig-aospdeviceownercompliancepolicy-get.md - - name: Create - href: api/intune-deviceconfig-aospdeviceownercompliancepolicy-create.md - - name: Delete - href: api/intune-deviceconfig-aospdeviceownercompliancepolicy-delete.md - - name: Update - href: api/intune-deviceconfig-aospdeviceownercompliancepolicy-update.md - - name: Aosp device owner device configuration - href: resources/intune-deviceconfig-aospdeviceownerdeviceconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-aospdeviceownerdeviceconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-aospdeviceownerdeviceconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-aospdeviceownerdeviceconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-aospdeviceownerdeviceconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-aospdeviceownerdeviceconfiguration-update.md - - name: Aosp device owner enterprise Wi-Fi configuration - href: resources/intune-deviceconfig-aospdeviceownerenterprisewificonfiguration.md - items: - - name: List - href: api/intune-deviceconfig-aospdeviceownerenterprisewificonfiguration-list.md - - name: Get - href: api/intune-deviceconfig-aospdeviceownerenterprisewificonfiguration-get.md - - name: Create - href: api/intune-deviceconfig-aospdeviceownerenterprisewificonfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-aospdeviceownerenterprisewificonfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-aospdeviceownerenterprisewificonfiguration-update.md - - name: Aosp device owner PKCS certificate profile - href: resources/intune-deviceconfig-aospdeviceownerpkcscertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-aospdeviceownerpkcscertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-aospdeviceownerpkcscertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-aospdeviceownerpkcscertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-aospdeviceownerpkcscertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-aospdeviceownerpkcscertificateprofile-update.md - - name: Aosp device owner SCEP certificate profile - href: resources/intune-deviceconfig-aospdeviceownerscepcertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-aospdeviceownerscepcertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-aospdeviceownerscepcertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-aospdeviceownerscepcertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-aospdeviceownerscepcertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-aospdeviceownerscepcertificateprofile-update.md - - name: Aosp device owner trusted root certificate - href: resources/intune-deviceconfig-aospdeviceownertrustedrootcertificate.md - items: - - name: List - href: api/intune-deviceconfig-aospdeviceownertrustedrootcertificate-list.md - - name: Get - href: api/intune-deviceconfig-aospdeviceownertrustedrootcertificate-get.md - - name: Create - href: api/intune-deviceconfig-aospdeviceownertrustedrootcertificate-create.md - - name: Delete - href: api/intune-deviceconfig-aospdeviceownertrustedrootcertificate-delete.md - - name: Update - href: api/intune-deviceconfig-aospdeviceownertrustedrootcertificate-update.md - - name: Aosp device owner Wi-Fi configuration - href: resources/intune-deviceconfig-aospdeviceownerwificonfiguration.md - items: - - name: List - href: api/intune-deviceconfig-aospdeviceownerwificonfiguration-list.md - - name: Get - href: api/intune-deviceconfig-aospdeviceownerwificonfiguration-get.md - - name: Create - href: api/intune-deviceconfig-aospdeviceownerwificonfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-aospdeviceownerwificonfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-aospdeviceownerwificonfiguration-update.md - - name: Aosp device owner Wi-Fi security type - href: resources/intune-deviceconfig-aospdeviceownerwifisecuritytype.md - - name: App install control type - href: resources/intune-deviceconfig-appinstallcontroltype.md - - name: App list item - href: resources/intune-deviceconfig-applistitem.md - - name: App list type - href: resources/intune-deviceconfig-applisttype.md - - name: App locker application control type - href: resources/intune-deviceconfig-applockerapplicationcontroltype.md - - name: Apple app list item - href: resources/intune-deviceconfig-appleapplistitem.md - - name: Apple deployment channel - href: resources/intune-deviceconfig-appledeploymentchannel.md - - name: Apple device features configuration base - href: resources/intune-deviceconfig-appledevicefeaturesconfigurationbase.md - items: - - name: List - href: api/intune-deviceconfig-appledevicefeaturesconfigurationbase-list.md - - name: Get - href: api/intune-deviceconfig-appledevicefeaturesconfigurationbase-get.md - - name: Apple expedited checkin configuration base - href: resources/intune-deviceconfig-appleexpeditedcheckinconfigurationbase.md - items: - - name: List - href: api/intune-deviceconfig-appleexpeditedcheckinconfigurationbase-list.md - - name: Get - href: api/intune-deviceconfig-appleexpeditedcheckinconfigurationbase-get.md - - name: Apple subject name format - href: resources/intune-deviceconfig-applesubjectnameformat.md - - name: Apple VPN always on configuration - href: resources/intune-deviceconfig-applevpnalwaysonconfiguration.md - - name: Apple VPN configuration - href: resources/intune-deviceconfig-applevpnconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-applevpnconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-applevpnconfiguration-get.md - - name: Apple VPN connection type - href: resources/intune-deviceconfig-applevpnconnectiontype.md - - name: Application guard block clipboard sharing type - href: resources/intune-deviceconfig-applicationguardblockclipboardsharingtype.md - - name: Application guard block file transfer type - href: resources/intune-deviceconfig-applicationguardblockfiletransfertype.md - - name: Application guard enabled options - href: resources/intune-deviceconfig-applicationguardenabledoptions.md - - name: Authentication transform constant - href: resources/intune-deviceconfig-authenticationtransformconstant.md - - name: Auto restart notification dismissal method - href: resources/intune-deviceconfig-autorestartnotificationdismissalmethod.md - - name: Automatic update mode - href: resources/intune-deviceconfig-automaticupdatemode.md - - name: BitLocker encryption method - href: resources/intune-deviceconfig-bitlockerencryptionmethod.md - - name: BitLocker fixed drive policy - href: resources/intune-deviceconfig-bitlockerfixeddrivepolicy.md - - name: BitLocker recovery information type - href: resources/intune-deviceconfig-bitlockerrecoveryinformationtype.md - - name: BitLocker recovery options - href: resources/intune-deviceconfig-bitlockerrecoveryoptions.md - - name: BitLocker recovery password rotation type - href: resources/intune-deviceconfig-bitlockerrecoverypasswordrotationtype.md - - name: BitLocker removable drive policy - href: resources/intune-deviceconfig-bitlockerremovabledrivepolicy.md - - name: BitLocker system drive policy - href: resources/intune-deviceconfig-bitlockersystemdrivepolicy.md - - name: Browser sync setting - href: resources/intune-deviceconfig-browsersyncsetting.md - - name: Cart to class association - href: resources/intune-deviceconfig-carttoclassassociation.md - items: - - name: List - href: api/intune-deviceconfig-carttoclassassociation-list.md - - name: Get - href: api/intune-deviceconfig-carttoclassassociation-get.md - - name: Create - href: api/intune-deviceconfig-carttoclassassociation-create.md - - name: Delete - href: api/intune-deviceconfig-carttoclassassociation-delete.md - - name: Update - href: api/intune-deviceconfig-carttoclassassociation-update.md - - name: Certificate connector details - href: resources/intune-raimportcerts-certificateconnectordetails.md - items: - - name: List - href: api/intune-raimportcerts-certificateconnectordetails-list.md - - name: Get - href: api/intune-raimportcerts-certificateconnectordetails-get.md - - name: Create - href: api/intune-raimportcerts-certificateconnectordetails-create.md - - name: Delete - href: api/intune-raimportcerts-certificateconnectordetails-delete.md - - name: Update - href: api/intune-raimportcerts-certificateconnectordetails-update.md - - name: getHealthMetrics action - href: api/intune-raimportcerts-certificateconnectordetails-gethealthmetrics.md - - name: getHealthMetricTimeSeries action - href: api/intune-raimportcerts-certificateconnectordetails-gethealthmetrictimeseries.md - - name: Certificate connector health metric value - href: resources/intune-raimportcerts-certificateconnectorhealthmetricvalue.md - - name: Change uefi settings permission - href: resources/intune-deviceconfig-changeuefisettingspermission.md - - name: Code - href: resources/intune-deviceconfig-code.md - - name: Configuration usage - href: resources/intune-deviceconfig-configurationusage.md - - name: Credential single sign on extension - href: resources/intune-deviceconfig-credentialsinglesignonextension.md - - name: Cryptography suite - href: resources/intune-deviceconfig-cryptographysuite.md - - name: Custom subject alternative name - href: resources/intune-deviceconfig-customsubjectalternativename.md - - name: Custom update time window - href: resources/intune-deviceconfig-customupdatetimewindow.md - - name: Data type - href: resources/intune-deviceconfig-datatype.md - - name: Day of week - href: resources/intune-deviceconfig-dayofweek.md - - name: Default device compliance policy - href: resources/intune-deviceconfig-defaultdevicecompliancepolicy.md - items: - - name: List - href: api/intune-deviceconfig-defaultdevicecompliancepolicy-list.md - - name: Get - href: api/intune-deviceconfig-defaultdevicecompliancepolicy-get.md - - name: Create - href: api/intune-deviceconfig-defaultdevicecompliancepolicy-create.md - - name: Delete - href: api/intune-deviceconfig-defaultdevicecompliancepolicy-delete.md - - name: Update - href: api/intune-deviceconfig-defaultdevicecompliancepolicy-update.md - - name: Defender attack surface type - href: resources/intune-deviceconfig-defenderattacksurfacetype.md - - name: Defender cloud block level type - href: resources/intune-deviceconfig-defendercloudblockleveltype.md - - name: Defender detected malware actions - href: resources/intune-deviceconfig-defenderdetectedmalwareactions.md - - name: Defender monitor file activity - href: resources/intune-deviceconfig-defendermonitorfileactivity.md - - name: Defender potentially unwanted app action - href: resources/intune-deviceconfig-defenderpotentiallyunwantedappaction.md - - name: Defender prompt for sample submission - href: resources/intune-deviceconfig-defenderpromptforsamplesubmission.md - - name: Defender protection type - href: resources/intune-deviceconfig-defenderprotectiontype.md - - name: Defender realtime scan direction - href: resources/intune-deviceconfig-defenderrealtimescandirection.md - - name: Defender scan type - href: resources/intune-deviceconfig-defenderscantype.md - - name: Defender security center IT contact display type - href: resources/intune-deviceconfig-defendersecuritycenteritcontactdisplaytype.md - - name: Defender security center notifications from app type - href: resources/intune-deviceconfig-defendersecuritycenternotificationsfromapptype.md - - name: Defender submit samples consent type - href: resources/intune-deviceconfig-defendersubmitsamplesconsenttype.md - - name: Defender threat action - href: resources/intune-deviceconfig-defenderthreataction.md - - name: Delivery optimization bandwidth - href: resources/intune-deviceconfig-deliveryoptimizationbandwidth.md - - name: Delivery optimization bandwidth absolute - href: resources/intune-deviceconfig-deliveryoptimizationbandwidthabsolute.md - - name: Delivery optimization bandwidth business hours limit - href: resources/intune-deviceconfig-deliveryoptimizationbandwidthbusinesshourslimit.md - - name: Delivery optimization bandwidth hours with percentage - href: resources/intune-deviceconfig-deliveryoptimizationbandwidthhourswithpercentage.md - - name: Delivery optimization bandwidth percentage - href: resources/intune-deviceconfig-deliveryoptimizationbandwidthpercentage.md - - name: Delivery optimization group id custom - href: resources/intune-deviceconfig-deliveryoptimizationgroupidcustom.md - - name: Delivery optimization group id options type - href: resources/intune-deviceconfig-deliveryoptimizationgroupidoptionstype.md - - name: Delivery optimization group id source - href: resources/intune-deviceconfig-deliveryoptimizationgroupidsource.md - - name: Delivery optimization group id source options - href: resources/intune-deviceconfig-deliveryoptimizationgroupidsourceoptions.md - - name: Delivery optimization max cache size - href: resources/intune-deviceconfig-deliveryoptimizationmaxcachesize.md - - name: Delivery optimization max cache size absolute - href: resources/intune-deviceconfig-deliveryoptimizationmaxcachesizeabsolute.md - - name: Delivery optimization max cache size percentage - href: resources/intune-deviceconfig-deliveryoptimizationmaxcachesizepercentage.md - - name: Delivery optimization restrict peer selection by options - href: resources/intune-deviceconfig-deliveryoptimizationrestrictpeerselectionbyoptions.md - - name: Derived credential provider type - href: resources/intune-deviceconfig-derivedcredentialprovidertype.md - - name: Device compliance action item - href: resources/intune-deviceconfig-devicecomplianceactionitem.md - items: - - name: List - href: api/intune-deviceconfig-devicecomplianceactionitem-list.md - - name: Get - href: api/intune-deviceconfig-devicecomplianceactionitem-get.md - - name: Create - href: api/intune-deviceconfig-devicecomplianceactionitem-create.md - - name: Delete - href: api/intune-deviceconfig-devicecomplianceactionitem-delete.md - - name: Update - href: api/intune-deviceconfig-devicecomplianceactionitem-update.md - - name: Device compliance action type - href: resources/intune-deviceconfig-devicecomplianceactiontype.md - - name: Device compliance device overview - href: resources/intune-deviceconfig-devicecompliancedeviceoverview.md - items: - - name: Get - href: api/intune-deviceconfig-devicecompliancedeviceoverview-get.md - - name: Update - href: api/intune-deviceconfig-devicecompliancedeviceoverview-update.md - - name: Device compliance device status - href: resources/intune-deviceconfig-devicecompliancedevicestatus.md - items: - - name: List - href: api/intune-deviceconfig-devicecompliancedevicestatus-list.md - - name: Get - href: api/intune-deviceconfig-devicecompliancedevicestatus-get.md - - name: Create - href: api/intune-deviceconfig-devicecompliancedevicestatus-create.md - - name: Delete - href: api/intune-deviceconfig-devicecompliancedevicestatus-delete.md - - name: Update - href: api/intune-deviceconfig-devicecompliancedevicestatus-update.md - - name: Device compliance policy assignment - href: resources/intune-deviceconfig-devicecompliancepolicyassignment.md - items: - - name: List - href: api/intune-deviceconfig-devicecompliancepolicyassignment-list.md - - name: Get - href: api/intune-deviceconfig-devicecompliancepolicyassignment-get.md - - name: Create - href: api/intune-deviceconfig-devicecompliancepolicyassignment-create.md - - name: Delete - href: api/intune-deviceconfig-devicecompliancepolicyassignment-delete.md - - name: Update - href: api/intune-deviceconfig-devicecompliancepolicyassignment-update.md - - name: Device compliance policy device state summary - href: resources/intune-deviceconfig-devicecompliancepolicydevicestatesummary.md - items: - - name: Get - href: api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-get.md - - name: Update - href: api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-update.md - - name: Device compliance policy script - href: resources/intune-deviceconfig-devicecompliancepolicyscript.md - - name: Device compliance policy setting state - href: resources/intune-deviceconfig-devicecompliancepolicysettingstate.md - - name: Device compliance policy setting state summary - href: resources/intune-deviceconfig-devicecompliancepolicysettingstatesummary.md - items: - - name: List - href: api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-list.md - - name: Get - href: api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-get.md - - name: Create - href: api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-create.md - - name: Delete - href: api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-delete.md - - name: Update - href: api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-update.md - - name: Device compliance scheduled action for rule - href: resources/intune-deviceconfig-devicecompliancescheduledactionforrule.md - items: - - name: List - href: api/intune-deviceconfig-devicecompliancescheduledactionforrule-list.md - - name: Get - href: api/intune-deviceconfig-devicecompliancescheduledactionforrule-get.md - - name: Create - href: api/intune-deviceconfig-devicecompliancescheduledactionforrule-create.md - - name: Delete - href: api/intune-deviceconfig-devicecompliancescheduledactionforrule-delete.md - - name: Update - href: api/intune-deviceconfig-devicecompliancescheduledactionforrule-update.md - - name: Device compliance script error - href: resources/intune-deviceconfig-devicecompliancescripterror.md - - name: Device compliance script rul operator - href: resources/intune-deviceconfig-devicecompliancescriptruloperator.md - - name: Device compliance script rule - href: resources/intune-deviceconfig-devicecompliancescriptrule.md - - name: Device compliance script rule data type - href: resources/intune-deviceconfig-devicecompliancescriptruledatatype.md - - name: Device compliance script rule error - href: resources/intune-deviceconfig-devicecompliancescriptruleerror.md - - name: Device compliance script rules validation error - href: resources/intune-deviceconfig-devicecompliancescriptrulesvalidationerror.md - - name: Device compliance script validation result - href: resources/intune-deviceconfig-devicecompliancescriptvalidationresult.md - - name: Device compliance setting state - href: resources/intune-deviceconfig-devicecompliancesettingstate.md - items: - - name: List - href: api/intune-deviceconfig-devicecompliancesettingstate-list.md - - name: Get - href: api/intune-deviceconfig-devicecompliancesettingstate-get.md - - name: Create - href: api/intune-deviceconfig-devicecompliancesettingstate-create.md - - name: Delete - href: api/intune-deviceconfig-devicecompliancesettingstate-delete.md - - name: Update - href: api/intune-deviceconfig-devicecompliancesettingstate-update.md - - name: Device compliance user overview - href: resources/intune-deviceconfig-devicecomplianceuseroverview.md - items: - - name: Get - href: api/intune-deviceconfig-devicecomplianceuseroverview-get.md - - name: Update - href: api/intune-deviceconfig-devicecomplianceuseroverview-update.md - - name: Device compliance user status - href: resources/intune-deviceconfig-devicecomplianceuserstatus.md - items: - - name: List - href: api/intune-deviceconfig-devicecomplianceuserstatus-list.md - - name: Get - href: api/intune-deviceconfig-devicecomplianceuserstatus-get.md - - name: Create - href: api/intune-deviceconfig-devicecomplianceuserstatus-create.md - - name: Delete - href: api/intune-deviceconfig-devicecomplianceuserstatus-delete.md - - name: Update - href: api/intune-deviceconfig-devicecomplianceuserstatus-update.md - - name: Device config assignment intent - href: resources/intune-deviceconfig-deviceconfigassignmentintent.md - - name: Device configuration assignment - href: resources/intune-deviceconfig-deviceconfigurationassignment.md - items: - - name: List - href: api/intune-deviceconfig-deviceconfigurationassignment-list.md - - name: Get - href: api/intune-deviceconfig-deviceconfigurationassignment-get.md - - name: Create - href: api/intune-deviceconfig-deviceconfigurationassignment-create.md - - name: Delete - href: api/intune-deviceconfig-deviceconfigurationassignment-delete.md - - name: Update - href: api/intune-deviceconfig-deviceconfigurationassignment-update.md - - name: Device configuration conflict summary - href: resources/intune-deviceconfig-deviceconfigurationconflictsummary.md - items: - - name: List - href: api/intune-deviceconfig-deviceconfigurationconflictsummary-list.md - - name: Get - href: api/intune-deviceconfig-deviceconfigurationconflictsummary-get.md - - name: Create - href: api/intune-deviceconfig-deviceconfigurationconflictsummary-create.md - - name: Delete - href: api/intune-deviceconfig-deviceconfigurationconflictsummary-delete.md - - name: Update - href: api/intune-deviceconfig-deviceconfigurationconflictsummary-update.md - - name: Device configuration device overview - href: resources/intune-deviceconfig-deviceconfigurationdeviceoverview.md - items: - - name: Get - href: api/intune-deviceconfig-deviceconfigurationdeviceoverview-get.md - - name: Update - href: api/intune-deviceconfig-deviceconfigurationdeviceoverview-update.md - - name: Device configuration device state summary - href: resources/intune-deviceconfig-deviceconfigurationdevicestatesummary.md - items: - - name: Get - href: api/intune-deviceconfig-deviceconfigurationdevicestatesummary-get.md - - name: Update - href: api/intune-deviceconfig-deviceconfigurationdevicestatesummary-update.md - - name: Device configuration device status - href: resources/intune-deviceconfig-deviceconfigurationdevicestatus.md - items: - - name: List - href: api/intune-deviceconfig-deviceconfigurationdevicestatus-list.md - - name: Get - href: api/intune-deviceconfig-deviceconfigurationdevicestatus-get.md - - name: Create - href: api/intune-deviceconfig-deviceconfigurationdevicestatus-create.md - - name: Delete - href: api/intune-deviceconfig-deviceconfigurationdevicestatus-delete.md - - name: Update - href: api/intune-deviceconfig-deviceconfigurationdevicestatus-update.md - - name: Device configuration group assignment - href: resources/intune-deviceconfig-deviceconfigurationgroupassignment.md - items: - - name: List - href: api/intune-deviceconfig-deviceconfigurationgroupassignment-list.md - - name: Get - href: api/intune-deviceconfig-deviceconfigurationgroupassignment-get.md - - name: Create - href: api/intune-deviceconfig-deviceconfigurationgroupassignment-create.md - - name: Delete - href: api/intune-deviceconfig-deviceconfigurationgroupassignment-delete.md - - name: Update - href: api/intune-deviceconfig-deviceconfigurationgroupassignment-update.md - - name: Device configuration setting state - href: resources/intune-deviceconfig-deviceconfigurationsettingstate.md - - name: Device configuration targeted user and device - href: resources/intune-deviceconfig-deviceconfigurationtargeteduseranddevice.md - - name: Device configuration user overview - href: resources/intune-deviceconfig-deviceconfigurationuseroverview.md - items: - - name: Get - href: api/intune-deviceconfig-deviceconfigurationuseroverview-get.md - - name: Update - href: api/intune-deviceconfig-deviceconfigurationuseroverview-update.md - - name: Device configuration user state summary - href: resources/intune-deviceconfig-deviceconfigurationuserstatesummary.md - items: - - name: Get - href: api/intune-deviceconfig-deviceconfigurationuserstatesummary-get.md - - name: Update - href: api/intune-deviceconfig-deviceconfigurationuserstatesummary-update.md - - name: Device configuration user status - href: resources/intune-deviceconfig-deviceconfigurationuserstatus.md - items: - - name: List - href: api/intune-deviceconfig-deviceconfigurationuserstatus-list.md - - name: Get - href: api/intune-deviceconfig-deviceconfigurationuserstatus-get.md - - name: Create - href: api/intune-deviceconfig-deviceconfigurationuserstatus-create.md - - name: Delete - href: api/intune-deviceconfig-deviceconfigurationuserstatus-delete.md - - name: Update - href: api/intune-deviceconfig-deviceconfigurationuserstatus-update.md - - name: Device guard local system authority credential guard type - href: resources/intune-deviceconfig-deviceguardlocalsystemauthoritycredentialguardtype.md - - name: Device management applicability rule device mode - href: resources/intune-deviceconfig-devicemanagementapplicabilityruledevicemode.md - - name: Device management applicability rule os edition - href: resources/intune-deviceconfig-devicemanagementapplicabilityruleosedition.md - - name: Device management applicability rule os version - href: resources/intune-deviceconfig-devicemanagementapplicabilityruleosversion.md - - name: Device management applicability rule type - href: resources/intune-deviceconfig-devicemanagementapplicabilityruletype.md - - name: Device management certification authority - href: resources/intune-deviceconfig-devicemanagementcertificationauthority.md - - name: Device management reports - href: resources/intune-grouppolicy-devicemanagementreports.md - items: - - name: Get - href: api/intune-grouppolicy-devicemanagementreports-get.md - - name: Update - href: api/intune-grouppolicy-devicemanagementreports-update.md - - name: getGroupPolicySettingsDeviceSettingsReport action - href: api/intune-grouppolicy-devicemanagementreports-getgrouppolicysettingsdevicesettingsreport.md - - name: Device management settings - href: resources/intune-deviceconfig-devicemanagementsettings.md - - name: Device management user rights local user or group - href: resources/intune-deviceconfig-devicemanagementuserrightslocaluserorgroup.md - - name: Device management user rights setting - href: resources/intune-deviceconfig-devicemanagementuserrightssetting.md - - name: Device platform type - href: resources/intune-deviceconfig-deviceplatformtype.md - - name: Device threat protection level - href: resources/intune-deviceconfig-devicethreatprotectionlevel.md - - name: Device type - href: resources/intune-deviceconfig-devicetype.md - - name: Device types - href: resources/intune-deviceconfig-devicetypes.md - - name: Diagnostic data submission mode - href: resources/intune-deviceconfig-diagnosticdatasubmissionmode.md - - name: Diffie hellman group - href: resources/intune-deviceconfig-diffiehellmangroup.md - - name: DMA guard device enumeration policy type - href: resources/intune-deviceconfig-dmaguarddeviceenumerationpolicytype.md - - name: Domain name source - href: resources/intune-deviceconfig-domainnamesource.md - - name: EAP fast configuration - href: resources/intune-deviceconfig-eapfastconfiguration.md - - name: EAP type - href: resources/intune-deviceconfig-eaptype.md - - name: EAS authentication method - href: resources/intune-deviceconfig-easauthenticationmethod.md - - name: EAS email profile configuration base - href: resources/intune-deviceconfig-easemailprofileconfigurationbase.md - items: - - name: List - href: api/intune-deviceconfig-easemailprofileconfigurationbase-list.md - - name: Get - href: api/intune-deviceconfig-easemailprofileconfigurationbase-get.md - - name: EAS services - href: resources/intune-deviceconfig-easservices.md - - name: Edge cookie policy - href: resources/intune-deviceconfig-edgecookiepolicy.md - - name: Edge home button configuration - href: resources/intune-deviceconfig-edgehomebuttonconfiguration.md - - name: Edge home button hidden - href: resources/intune-deviceconfig-edgehomebuttonhidden.md - - name: Edge home button loads start page - href: resources/intune-deviceconfig-edgehomebuttonloadsstartpage.md - - name: Edge home button opens custom u r l - href: resources/intune-deviceconfig-edgehomebuttonopenscustomurl.md - - name: Edge home button opens new tab - href: resources/intune-deviceconfig-edgehomebuttonopensnewtab.md - - name: Edge kiosk mode restriction type - href: resources/intune-deviceconfig-edgekioskmoderestrictiontype.md - - name: Edge open options - href: resources/intune-deviceconfig-edgeopenoptions.md - - name: Edge search engine - href: resources/intune-deviceconfig-edgesearchengine.md - - name: Edge search engine base - href: resources/intune-deviceconfig-edgesearchenginebase.md - - name: Edge search engine custom - href: resources/intune-deviceconfig-edgesearchenginecustom.md - - name: Edge search engine type - href: resources/intune-deviceconfig-edgesearchenginetype.md - - name: Edge telemetry mode - href: resources/intune-deviceconfig-edgetelemetrymode.md - - name: Edition upgrade configuration - href: resources/intune-deviceconfig-editionupgradeconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-editionupgradeconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-editionupgradeconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-editionupgradeconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-editionupgradeconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-editionupgradeconfiguration-update.md - - name: Edition upgrade license type - href: resources/intune-deviceconfig-editionupgradelicensetype.md - - name: Email certificate type - href: resources/intune-deviceconfig-emailcertificatetype.md - - name: Email sync duration - href: resources/intune-deviceconfig-emailsyncduration.md - - name: Email sync schedule - href: resources/intune-deviceconfig-emailsyncschedule.md - - name: Encryption readiness state - href: resources/intune-deviceconfig-encryptionreadinessstate.md - - name: Encryption report policy details - href: resources/intune-deviceconfig-encryptionreportpolicydetails.md - - name: Encryption state - href: resources/intune-deviceconfig-encryptionstate.md - - name: File vault state - href: resources/intune-deviceconfig-filevaultstate.md - - name: Firewall certificate revocation list check method type - href: resources/intune-deviceconfig-firewallcertificaterevocationlistcheckmethodtype.md - - name: Firewall packet queueing method type - href: resources/intune-deviceconfig-firewallpacketqueueingmethodtype.md - - name: Firewall pre shared key encoding method type - href: resources/intune-deviceconfig-firewallpresharedkeyencodingmethodtype.md - - name: Folder protection type - href: resources/intune-deviceconfig-folderprotectiontype.md - - name: Group policy category - href: resources/intune-grouppolicy-grouppolicycategory.md - items: - - name: Get - href: api/intune-grouppolicy-grouppolicycategory-get.md - - name: Update - href: api/intune-grouppolicy-grouppolicycategory-update.md - - name: Group policy configuration - href: resources/intune-grouppolicy-grouppolicyconfiguration.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicyconfiguration-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicyconfiguration-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicyconfiguration-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicyconfiguration-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicyconfiguration-update.md - - name: assign action - href: api/intune-grouppolicy-grouppolicyconfiguration-assign.md - - name: updateDefinitionValues action - href: api/intune-grouppolicy-grouppolicyconfiguration-updatedefinitionvalues.md - - name: Group policy configuration assignment - href: resources/intune-grouppolicy-grouppolicyconfigurationassignment.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicyconfigurationassignment-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicyconfigurationassignment-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicyconfigurationassignment-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicyconfigurationassignment-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicyconfigurationassignment-update.md - - name: Group policy configuration ingestion type - href: resources/intune-grouppolicy-grouppolicyconfigurationingestiontype.md - - name: Group policy configuration type - href: resources/intune-grouppolicy-grouppolicyconfigurationtype.md - - name: Group policy definition - href: resources/intune-grouppolicy-grouppolicydefinition.md - items: - - name: Get - href: api/intune-grouppolicy-grouppolicydefinition-get.md - - name: Update - href: api/intune-grouppolicy-grouppolicydefinition-update.md - - name: Group policy definition class type - href: resources/intune-grouppolicy-grouppolicydefinitionclasstype.md - - name: Group policy definition file - href: resources/intune-grouppolicy-grouppolicydefinitionfile.md - items: - - name: Get - href: api/intune-grouppolicy-grouppolicydefinitionfile-get.md - - name: Update - href: api/intune-grouppolicy-grouppolicydefinitionfile-update.md - - name: Group policy definition value - href: resources/intune-grouppolicy-grouppolicydefinitionvalue.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicydefinitionvalue-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicydefinitionvalue-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicydefinitionvalue-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicydefinitionvalue-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicydefinitionvalue-update.md - - name: Group policy operation - href: resources/intune-grouppolicy-grouppolicyoperation.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicyoperation-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicyoperation-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicyoperation-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicyoperation-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicyoperation-update.md - - name: Group policy operation status - href: resources/intune-grouppolicy-grouppolicyoperationstatus.md - - name: Group policy operation type - href: resources/intune-grouppolicy-grouppolicyoperationtype.md - - name: Group policy presentation - href: resources/intune-grouppolicy-grouppolicypresentation.md - items: - - name: Get - href: api/intune-grouppolicy-grouppolicypresentation-get.md - - name: Update - href: api/intune-grouppolicy-grouppolicypresentation-update.md - - name: Group policy presentation check box - href: resources/intune-grouppolicy-grouppolicypresentationcheckbox.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicypresentationcheckbox-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicypresentationcheckbox-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicypresentationcheckbox-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicypresentationcheckbox-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicypresentationcheckbox-update.md - - name: Group policy presentation combo box - href: resources/intune-grouppolicy-grouppolicypresentationcombobox.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicypresentationcombobox-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicypresentationcombobox-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicypresentationcombobox-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicypresentationcombobox-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicypresentationcombobox-update.md - - name: Group policy presentation decimal text box - href: resources/intune-grouppolicy-grouppolicypresentationdecimaltextbox.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicypresentationdecimaltextbox-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicypresentationdecimaltextbox-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicypresentationdecimaltextbox-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicypresentationdecimaltextbox-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicypresentationdecimaltextbox-update.md - - name: Group policy presentation dropdown list - href: resources/intune-grouppolicy-grouppolicypresentationdropdownlist.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicypresentationdropdownlist-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicypresentationdropdownlist-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicypresentationdropdownlist-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicypresentationdropdownlist-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicypresentationdropdownlist-update.md - - name: Group policy presentation dropdown list item - href: resources/intune-grouppolicy-grouppolicypresentationdropdownlistitem.md - - name: Group policy presentation list box - href: resources/intune-grouppolicy-grouppolicypresentationlistbox.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicypresentationlistbox-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicypresentationlistbox-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicypresentationlistbox-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicypresentationlistbox-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicypresentationlistbox-update.md - - name: Group policy presentation long decimal text box - href: resources/intune-grouppolicy-grouppolicypresentationlongdecimaltextbox.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicypresentationlongdecimaltextbox-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicypresentationlongdecimaltextbox-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicypresentationlongdecimaltextbox-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicypresentationlongdecimaltextbox-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicypresentationlongdecimaltextbox-update.md - - name: Group policy presentation multi text box - href: resources/intune-grouppolicy-grouppolicypresentationmultitextbox.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicypresentationmultitextbox-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicypresentationmultitextbox-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicypresentationmultitextbox-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicypresentationmultitextbox-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicypresentationmultitextbox-update.md - - name: Group policy presentation text - href: resources/intune-grouppolicy-grouppolicypresentationtext.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicypresentationtext-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicypresentationtext-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicypresentationtext-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicypresentationtext-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicypresentationtext-update.md - - name: Group policy presentation text box - href: resources/intune-grouppolicy-grouppolicypresentationtextbox.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicypresentationtextbox-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicypresentationtextbox-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicypresentationtextbox-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicypresentationtextbox-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicypresentationtextbox-update.md - - name: Group policy presentation value - href: resources/intune-grouppolicy-grouppolicypresentationvalue.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicypresentationvalue-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicypresentationvalue-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicypresentationvalue-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicypresentationvalue-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicypresentationvalue-update.md - - name: Group policy presentation value boolean - href: resources/intune-grouppolicy-grouppolicypresentationvalueboolean.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicypresentationvalueboolean-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicypresentationvalueboolean-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicypresentationvalueboolean-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicypresentationvalueboolean-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicypresentationvalueboolean-update.md - - name: Group policy presentation value decimal - href: resources/intune-grouppolicy-grouppolicypresentationvaluedecimal.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicypresentationvaluedecimal-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicypresentationvaluedecimal-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicypresentationvaluedecimal-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicypresentationvaluedecimal-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicypresentationvaluedecimal-update.md - - name: Group policy presentation value list - href: resources/intune-grouppolicy-grouppolicypresentationvaluelist.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicypresentationvaluelist-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicypresentationvaluelist-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicypresentationvaluelist-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicypresentationvaluelist-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicypresentationvaluelist-update.md - - name: Group policy presentation value long decimal - href: resources/intune-grouppolicy-grouppolicypresentationvaluelongdecimal.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicypresentationvaluelongdecimal-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicypresentationvaluelongdecimal-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicypresentationvaluelongdecimal-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicypresentationvaluelongdecimal-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicypresentationvaluelongdecimal-update.md - - name: Group policy presentation value multi text - href: resources/intune-grouppolicy-grouppolicypresentationvaluemultitext.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicypresentationvaluemultitext-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicypresentationvaluemultitext-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicypresentationvaluemultitext-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicypresentationvaluemultitext-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicypresentationvaluemultitext-update.md - - name: Group policy presentation value text - href: resources/intune-grouppolicy-grouppolicypresentationvaluetext.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicypresentationvaluetext-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicypresentationvaluetext-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicypresentationvaluetext-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicypresentationvaluetext-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicypresentationvaluetext-update.md - - name: Group policy type - href: resources/intune-grouppolicy-grouppolicytype.md - - name: Group policy uploaded category - href: resources/intune-grouppolicy-grouppolicyuploadedcategory.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicyuploadedcategory-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicyuploadedcategory-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicyuploadedcategory-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicyuploadedcategory-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicyuploadedcategory-update.md - - name: Group policy uploaded definition - href: resources/intune-grouppolicy-grouppolicyuploadeddefinition.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicyuploadeddefinition-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicyuploadeddefinition-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicyuploadeddefinition-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicyuploadeddefinition-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicyuploadeddefinition-update.md - - name: Group policy uploaded definition file - href: resources/intune-grouppolicy-grouppolicyuploadeddefinitionfile.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-update.md - - name: addLanguageFiles action - href: api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-addlanguagefiles.md - - name: removeLanguageFiles action - href: api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-removelanguagefiles.md - - name: updateLanguageFiles action - href: api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-updatelanguagefiles.md - - name: uploadNewVersion action - href: api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-uploadnewversion.md - - name: remove action - href: api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-remove.md - - name: Group policy uploaded definition file status - href: resources/intune-grouppolicy-grouppolicyuploadeddefinitionfilestatus.md - - name: Group policy uploaded language file - href: resources/intune-grouppolicy-grouppolicyuploadedlanguagefile.md - - name: Group policy uploaded presentation - href: resources/intune-grouppolicy-grouppolicyuploadedpresentation.md - items: - - name: List - href: api/intune-grouppolicy-grouppolicyuploadedpresentation-list.md - - name: Get - href: api/intune-grouppolicy-grouppolicyuploadedpresentation-get.md - - name: Create - href: api/intune-grouppolicy-grouppolicyuploadedpresentation-create.md - - name: Delete - href: api/intune-grouppolicy-grouppolicyuploadedpresentation-delete.md - - name: Update - href: api/intune-grouppolicy-grouppolicyuploadedpresentation-update.md - - name: Hardware configuration - href: resources/intune-deviceconfig-hardwareconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-hardwareconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-hardwareconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-hardwareconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-hardwareconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-hardwareconfiguration-update.md - - name: assignHardwareConfiguration action - href: api/intune-deviceconfig-hardwareconfiguration-assignhardwareconfiguration.md - - name: assign action - href: api/intune-deviceconfig-hardwareconfiguration-assign.md - - name: Hardware configuration assignment - href: resources/intune-deviceconfig-hardwareconfigurationassignment.md - items: - - name: List - href: api/intune-deviceconfig-hardwareconfigurationassignment-list.md - - name: Get - href: api/intune-deviceconfig-hardwareconfigurationassignment-get.md - - name: Create - href: api/intune-deviceconfig-hardwareconfigurationassignment-create.md - - name: Delete - href: api/intune-deviceconfig-hardwareconfigurationassignment-delete.md - - name: Update - href: api/intune-deviceconfig-hardwareconfigurationassignment-update.md - - name: Hardware configuration device state - href: resources/intune-deviceconfig-hardwareconfigurationdevicestate.md - items: - - name: List - href: api/intune-deviceconfig-hardwareconfigurationdevicestate-list.md - - name: Get - href: api/intune-deviceconfig-hardwareconfigurationdevicestate-get.md - - name: Create - href: api/intune-deviceconfig-hardwareconfigurationdevicestate-create.md - - name: Delete - href: api/intune-deviceconfig-hardwareconfigurationdevicestate-delete.md - - name: Update - href: api/intune-deviceconfig-hardwareconfigurationdevicestate-update.md - - name: Hardware configuration format - href: resources/intune-deviceconfig-hardwareconfigurationformat.md - - name: Hardware configuration run summary - href: resources/intune-deviceconfig-hardwareconfigurationrunsummary.md - items: - - name: Get - href: api/intune-deviceconfig-hardwareconfigurationrunsummary-get.md - - name: Update - href: api/intune-deviceconfig-hardwareconfigurationrunsummary-update.md - - name: Hardware configuration user state - href: resources/intune-deviceconfig-hardwareconfigurationuserstate.md - items: - - name: List - href: api/intune-deviceconfig-hardwareconfigurationuserstate-list.md - - name: Get - href: api/intune-deviceconfig-hardwareconfigurationuserstate-get.md - - name: Create - href: api/intune-deviceconfig-hardwareconfigurationuserstate-create.md - - name: Delete - href: api/intune-deviceconfig-hardwareconfigurationuserstate-delete.md - - name: Update - href: api/intune-deviceconfig-hardwareconfigurationuserstate-update.md - - name: Hardware password info - href: resources/intune-deviceconfig-hardwarepasswordinfo.md - items: - - name: List - href: api/intune-deviceconfig-hardwarepasswordinfo-list.md - - name: Get - href: api/intune-deviceconfig-hardwarepasswordinfo-get.md - - name: Create - href: api/intune-deviceconfig-hardwarepasswordinfo-create.md - - name: Delete - href: api/intune-deviceconfig-hardwarepasswordinfo-delete.md - - name: Update - href: api/intune-deviceconfig-hardwarepasswordinfo-update.md - - name: Ingestion source - href: resources/intune-grouppolicy-ingestionsource.md - - name: Ink access setting - href: resources/intune-deviceconfig-inkaccesssetting.md - - name: Intended purpose - href: resources/intune-deviceconfig-intendedpurpose.md - - name: Internet explorer message setting - href: resources/intune-deviceconfig-internetexplorermessagesetting.md - - name: Internet site security level - href: resources/intune-deviceconfig-internetsitesecuritylevel.md - - name: iOS Microsoft Entra single sign on extension - href: resources/intune-deviceconfig-iosazureadsinglesignonextension.md - - name: iOS bookmark - href: resources/intune-deviceconfig-iosbookmark.md - - name: iOS certificate profile - href: resources/intune-deviceconfig-ioscertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-ioscertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-ioscertificateprofile-get.md - - name: iOS certificate profile base - href: resources/intune-deviceconfig-ioscertificateprofilebase.md - items: - - name: List - href: api/intune-deviceconfig-ioscertificateprofilebase-list.md - - name: Get - href: api/intune-deviceconfig-ioscertificateprofilebase-get.md - - name: iOS compliance policy - href: resources/intune-deviceconfig-ioscompliancepolicy.md - items: - - name: List - href: api/intune-deviceconfig-ioscompliancepolicy-list.md - - name: Get - href: api/intune-deviceconfig-ioscompliancepolicy-get.md - - name: Create - href: api/intune-deviceconfig-ioscompliancepolicy-create.md - - name: Delete - href: api/intune-deviceconfig-ioscompliancepolicy-delete.md - - name: Update - href: api/intune-deviceconfig-ioscompliancepolicy-update.md - - name: iOS credential single sign on extension - href: resources/intune-deviceconfig-ioscredentialsinglesignonextension.md - - name: iOS custom configuration - href: resources/intune-deviceconfig-ioscustomconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-ioscustomconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-ioscustomconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-ioscustomconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-ioscustomconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-ioscustomconfiguration-update.md - - name: iOS derived credential authentication configuration - href: resources/intune-deviceconfig-iosderivedcredentialauthenticationconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-iosderivedcredentialauthenticationconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-iosderivedcredentialauthenticationconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-iosderivedcredentialauthenticationconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-iosderivedcredentialauthenticationconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-iosderivedcredentialauthenticationconfiguration-update.md - - name: iOS device features configuration - href: resources/intune-deviceconfig-iosdevicefeaturesconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-iosdevicefeaturesconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-iosdevicefeaturesconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-iosdevicefeaturesconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-iosdevicefeaturesconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-iosdevicefeaturesconfiguration-update.md - - name: iOS EAS email profile configuration - href: resources/intune-deviceconfig-ioseasemailprofileconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-ioseasemailprofileconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-ioseasemailprofileconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-ioseasemailprofileconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-ioseasemailprofileconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-ioseasemailprofileconfiguration-update.md - - name: iOS EDU certificate settings - href: resources/intune-deviceconfig-ioseducertificatesettings.md - - name: iOS EDU device configuration - href: resources/intune-deviceconfig-iosedudeviceconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-iosedudeviceconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-iosedudeviceconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-iosedudeviceconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-iosedudeviceconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-iosedudeviceconfiguration-update.md - - name: iOS education device configuration - href: resources/intune-deviceconfig-ioseducationdeviceconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-ioseducationdeviceconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-ioseducationdeviceconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-ioseducationdeviceconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-ioseducationdeviceconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-ioseducationdeviceconfiguration-update.md - - name: iOS enterprise Wi-Fi configuration - href: resources/intune-deviceconfig-iosenterprisewificonfiguration.md - items: - - name: List - href: api/intune-deviceconfig-iosenterprisewificonfiguration-list.md - - name: Get - href: api/intune-deviceconfig-iosenterprisewificonfiguration-get.md - - name: Create - href: api/intune-deviceconfig-iosenterprisewificonfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-iosenterprisewificonfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-iosenterprisewificonfiguration-update.md - - name: iOS expedited checkin configuration - href: resources/intune-deviceconfig-iosexpeditedcheckinconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-iosexpeditedcheckinconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-iosexpeditedcheckinconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-iosexpeditedcheckinconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-iosexpeditedcheckinconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-iosexpeditedcheckinconfiguration-update.md - - name: iOS general device configuration - href: resources/intune-deviceconfig-iosgeneraldeviceconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-iosgeneraldeviceconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-iosgeneraldeviceconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-iosgeneraldeviceconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-iosgeneraldeviceconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-iosgeneraldeviceconfiguration-update.md - - name: iOS home screen app - href: resources/intune-deviceconfig-ioshomescreenapp.md - - name: iOS home screen folder - href: resources/intune-deviceconfig-ioshomescreenfolder.md - - name: iOS home screen folder page - href: resources/intune-deviceconfig-ioshomescreenfolderpage.md - - name: iOS home screen item - href: resources/intune-deviceconfig-ioshomescreenitem.md - - name: iOS home screen page - href: resources/intune-deviceconfig-ioshomescreenpage.md - - name: iOS imported PFX certificate profile - href: resources/intune-deviceconfig-iosimportedpfxcertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-iosimportedpfxcertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-iosimportedpfxcertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-iosimportedpfxcertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-iosimportedpfxcertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-iosimportedpfxcertificateprofile-update.md - - name: iOS kerberos single sign on extension - href: resources/intune-deviceconfig-ioskerberossinglesignonextension.md - - name: iOS kiosk mode app type - href: resources/intune-deviceconfig-ioskioskmodeapptype.md - - name: iOS network usage rule - href: resources/intune-deviceconfig-iosnetworkusagerule.md - - name: iOS notification alert type - href: resources/intune-deviceconfig-iosnotificationalerttype.md - - name: iOS notification preview visibility - href: resources/intune-deviceconfig-iosnotificationpreviewvisibility.md - - name: iOS notification settings - href: resources/intune-deviceconfig-iosnotificationsettings.md - - name: iOS PKCS certificate profile - href: resources/intune-deviceconfig-iospkcscertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-iospkcscertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-iospkcscertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-iospkcscertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-iospkcscertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-iospkcscertificateprofile-update.md - - name: iOS redirect single sign on extension - href: resources/intune-deviceconfig-iosredirectsinglesignonextension.md - - name: iOS SCEP certificate profile - href: resources/intune-deviceconfig-iosscepcertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-iosscepcertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-iosscepcertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-iosscepcertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-iosscepcertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-iosscepcertificateprofile-update.md - - name: iOS single sign on extension - href: resources/intune-deviceconfig-iossinglesignonextension.md - - name: iOS single sign on settings - href: resources/intune-deviceconfig-iossinglesignonsettings.md - - name: iOS software update schedule type - href: resources/intune-deviceconfig-iossoftwareupdatescheduletype.md - - name: iOS trusted root certificate - href: resources/intune-deviceconfig-iostrustedrootcertificate.md - items: - - name: List - href: api/intune-deviceconfig-iostrustedrootcertificate-list.md - - name: Get - href: api/intune-deviceconfig-iostrustedrootcertificate-get.md - - name: Create - href: api/intune-deviceconfig-iostrustedrootcertificate-create.md - - name: Delete - href: api/intune-deviceconfig-iostrustedrootcertificate-delete.md - - name: Update - href: api/intune-deviceconfig-iostrustedrootcertificate-update.md - - name: iOS update configuration - href: resources/intune-deviceconfig-iosupdateconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-iosupdateconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-iosupdateconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-iosupdateconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-iosupdateconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-iosupdateconfiguration-update.md - - name: iOS update device status - href: resources/intune-deviceconfig-iosupdatedevicestatus.md - items: - - name: List - href: api/intune-deviceconfig-iosupdatedevicestatus-list.md - - name: Get - href: api/intune-deviceconfig-iosupdatedevicestatus-get.md - - name: Create - href: api/intune-deviceconfig-iosupdatedevicestatus-create.md - - name: Delete - href: api/intune-deviceconfig-iosupdatedevicestatus-delete.md - - name: Update - href: api/intune-deviceconfig-iosupdatedevicestatus-update.md - - name: iOS updates install status - href: resources/intune-deviceconfig-iosupdatesinstallstatus.md - - name: iOS VPN configuration - href: resources/intune-deviceconfig-iosvpnconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-iosvpnconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-iosvpnconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-iosvpnconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-iosvpnconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-iosvpnconfiguration-update.md - - name: iOS VPN security association parameters - href: resources/intune-deviceconfig-iosvpnsecurityassociationparameters.md - - name: iOS wallpaper display location - href: resources/intune-deviceconfig-ioswallpaperdisplaylocation.md - - name: iOS web content filter auto-filter - href: resources/intune-deviceconfig-ioswebcontentfilterautofilter.md - - name: iOS web content filter base - href: resources/intune-deviceconfig-ioswebcontentfilterbase.md - - name: iOS web content filter specific websites access - href: resources/intune-deviceconfig-ioswebcontentfilterspecificwebsitesaccess.md - - name: iOS Wi-Fi configuration - href: resources/intune-deviceconfig-ioswificonfiguration.md - items: - - name: List - href: api/intune-deviceconfig-ioswificonfiguration-list.md - - name: Get - href: api/intune-deviceconfig-ioswificonfiguration-get.md - - name: Create - href: api/intune-deviceconfig-ioswificonfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-ioswificonfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-ioswificonfiguration-update.md - - name: iOSik ev2 VPN configuration - href: resources/intune-deviceconfig-iosikev2vpnconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-iosikev2vpnconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-iosikev2vpnconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-iosikev2vpnconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-iosikev2vpnconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-iosikev2vpnconfiguration-update.md - - name: Kerberos single sign on extension - href: resources/intune-deviceconfig-kerberossinglesignonextension.md - - name: Key boolean value pair - href: resources/intune-deviceconfig-keybooleanvaluepair.md - - name: Key integer value pair - href: resources/intune-deviceconfig-keyintegervaluepair.md - - name: Key real value pair - href: resources/intune-deviceconfig-keyrealvaluepair.md - - name: Key string value pair - href: resources/intune-deviceconfig-keystringvaluepair.md - - name: Key typed value pair - href: resources/intune-deviceconfig-keytypedvaluepair.md - - name: Key value - href: resources/intune-deviceconfig-keyvalue.md - - name: Key/value pair - href: resources/intune-deviceconfig-keyvaluepair.md - - name: Key/value pair - href: resources/intune-deviceconfig-keyvaluepair.md - - name: Kiosk mode managed home screen PIN complexity - href: resources/intune-deviceconfig-kioskmodemanagedhomescreenpincomplexity.md - - name: Kiosk mode type - href: resources/intune-deviceconfig-kioskmodetype.md - - name: LAN manager authentication level - href: resources/intune-deviceconfig-lanmanagerauthenticationlevel.md - - name: License type - href: resources/intune-deviceconfig-licensetype.md - - name: Local security options administrator elevation prompt behavior type - href: resources/intune-deviceconfig-localsecurityoptionsadministratorelevationpromptbehaviortype.md - - name: Local security options format and eject of removable media allowed user type - href: resources/intune-deviceconfig-localsecurityoptionsformatandejectofremovablemediaallowedusertype.md - - name: Local security options information displayed on lock screen type - href: resources/intune-deviceconfig-localsecurityoptionsinformationdisplayedonlockscreentype.md - - name: Local security options information shown on lock screen type - href: resources/intune-deviceconfig-localsecurityoptionsinformationshownonlockscreentype.md - - name: Local security options minimum session security - href: resources/intune-deviceconfig-localsecurityoptionsminimumsessionsecurity.md - - name: Local security options smart card removal behavior type - href: resources/intune-deviceconfig-localsecurityoptionssmartcardremovalbehaviortype.md - - name: Local security options standard user elevation prompt behavior type - href: resources/intune-deviceconfig-localsecurityoptionsstandarduserelevationpromptbehaviortype.md - - name: macOS apple event receiver - href: resources/intune-deviceconfig-macosappleeventreceiver.md - - name: macOS associated domains item - href: resources/intune-deviceconfig-macosassociateddomainsitem.md - - name: macOS Microsoft Entra single sign on extension - href: resources/intune-deviceconfig-macosazureadsinglesignonextension.md - - name: macOS certificate profile base - href: resources/intune-deviceconfig-macoscertificateprofilebase.md - items: - - name: List - href: api/intune-deviceconfig-macoscertificateprofilebase-list.md - - name: Get - href: api/intune-deviceconfig-macoscertificateprofilebase-get.md - - name: macOS compliance policy - href: resources/intune-deviceconfig-macoscompliancepolicy.md - items: - - name: List - href: api/intune-deviceconfig-macoscompliancepolicy-list.md - - name: Get - href: api/intune-deviceconfig-macoscompliancepolicy-get.md - - name: Create - href: api/intune-deviceconfig-macoscompliancepolicy-create.md - - name: Delete - href: api/intune-deviceconfig-macoscompliancepolicy-delete.md - - name: Update - href: api/intune-deviceconfig-macoscompliancepolicy-update.md - - name: macOS content caching client policy - href: resources/intune-deviceconfig-macoscontentcachingclientpolicy.md - - name: macOS content caching parent selection policy - href: resources/intune-deviceconfig-macoscontentcachingparentselectionpolicy.md - - name: macOS content caching peer policy - href: resources/intune-deviceconfig-macoscontentcachingpeerpolicy.md - - name: macOS content caching type - href: resources/intune-deviceconfig-macoscontentcachingtype.md - - name: macOS credential single sign on extension - href: resources/intune-deviceconfig-macoscredentialsinglesignonextension.md - - name: macOS custom app configuration - href: resources/intune-deviceconfig-macoscustomappconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-macoscustomappconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-macoscustomappconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-macoscustomappconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-macoscustomappconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-macoscustomappconfiguration-update.md - - name: macOS custom configuration - href: resources/intune-deviceconfig-macoscustomconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-macoscustomconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-macoscustomconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-macoscustomconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-macoscustomconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-macoscustomconfiguration-update.md - - name: macOS device features configuration - href: resources/intune-deviceconfig-macosdevicefeaturesconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-macosdevicefeaturesconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-macosdevicefeaturesconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-macosdevicefeaturesconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-macosdevicefeaturesconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-macosdevicefeaturesconfiguration-update.md - - name: macOS endpoint protection configuration - href: resources/intune-deviceconfig-macosendpointprotectionconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-macosendpointprotectionconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-macosendpointprotectionconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-macosendpointprotectionconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-macosendpointprotectionconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-macosendpointprotectionconfiguration-update.md - - name: macOS enterprise Wi-Fi configuration - href: resources/intune-deviceconfig-macosenterprisewificonfiguration.md - items: - - name: List - href: api/intune-deviceconfig-macosenterprisewificonfiguration-list.md - - name: Get - href: api/intune-deviceconfig-macosenterprisewificonfiguration-get.md - - name: Create - href: api/intune-deviceconfig-macosenterprisewificonfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-macosenterprisewificonfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-macosenterprisewificonfiguration-update.md - - name: macOS extensions configuration - href: resources/intune-deviceconfig-macosextensionsconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-macosextensionsconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-macosextensionsconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-macosextensionsconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-macosextensionsconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-macosextensionsconfiguration-update.md - - name: macOS file vault recovery key types - href: resources/intune-deviceconfig-macosfilevaultrecoverykeytypes.md - - name: macOS firewall application - href: resources/intune-deviceconfig-macosfirewallapplication.md - - name: macOS gatekeeper app sources - href: resources/intune-deviceconfig-macosgatekeeperappsources.md - - name: macOS general device configuration - href: resources/intune-deviceconfig-macosgeneraldeviceconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-macosgeneraldeviceconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-macosgeneraldeviceconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-macosgeneraldeviceconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-macosgeneraldeviceconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-macosgeneraldeviceconfiguration-update.md - - name: macOS imported PFX certificate profile - href: resources/intune-deviceconfig-macosimportedpfxcertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-macosimportedpfxcertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-macosimportedpfxcertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-macosimportedpfxcertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-macosimportedpfxcertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-macosimportedpfxcertificateprofile-update.md - - name: macOS kerberos single sign on extension - href: resources/intune-deviceconfig-macoskerberossinglesignonextension.md - - name: macOS kernel extension - href: resources/intune-deviceconfig-macoskernelextension.md - - name: macOS launch item - href: resources/intune-deviceconfig-macoslaunchitem.md - - name: macOS PKCS certificate profile - href: resources/intune-deviceconfig-macospkcscertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-macospkcscertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-macospkcscertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-macospkcscertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-macospkcscertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-macospkcscertificateprofile-update.md - - name: macOS priority - href: resources/intune-deviceconfig-macospriority.md - - name: macOS privacy access control item - href: resources/intune-deviceconfig-macosprivacyaccesscontrolitem.md - - name: macOS process identifier type - href: resources/intune-deviceconfig-macosprocessidentifiertype.md - - name: macOS redirect single sign on extension - href: resources/intune-deviceconfig-macosredirectsinglesignonextension.md - - name: macOS SCEP certificate profile - href: resources/intune-deviceconfig-macosscepcertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-macosscepcertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-macosscepcertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-macosscepcertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-macosscepcertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-macosscepcertificateprofile-update.md - - name: macOS single sign on extension - href: resources/intune-deviceconfig-macossinglesignonextension.md - - name: macOS software update account summary - href: resources/intune-deviceconfig-macossoftwareupdateaccountsummary.md - items: - - name: List - href: api/intune-deviceconfig-macossoftwareupdateaccountsummary-list.md - - name: Get - href: api/intune-deviceconfig-macossoftwareupdateaccountsummary-get.md - - name: Create - href: api/intune-deviceconfig-macossoftwareupdateaccountsummary-create.md - - name: Delete - href: api/intune-deviceconfig-macossoftwareupdateaccountsummary-delete.md - - name: Update - href: api/intune-deviceconfig-macossoftwareupdateaccountsummary-update.md - - name: macOS software update behavior - href: resources/intune-deviceconfig-macossoftwareupdatebehavior.md - - name: macOS software update category - href: resources/intune-deviceconfig-macossoftwareupdatecategory.md - - name: macOS software update category summary - href: resources/intune-deviceconfig-macossoftwareupdatecategorysummary.md - items: - - name: List - href: api/intune-deviceconfig-macossoftwareupdatecategorysummary-list.md - - name: Get - href: api/intune-deviceconfig-macossoftwareupdatecategorysummary-get.md - - name: Create - href: api/intune-deviceconfig-macossoftwareupdatecategorysummary-create.md - - name: Delete - href: api/intune-deviceconfig-macossoftwareupdatecategorysummary-delete.md - - name: Update - href: api/intune-deviceconfig-macossoftwareupdatecategorysummary-update.md - - name: macOS software update configuration - href: resources/intune-deviceconfig-macossoftwareupdateconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-macossoftwareupdateconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-macossoftwareupdateconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-macossoftwareupdateconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-macossoftwareupdateconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-macossoftwareupdateconfiguration-update.md - - name: macOS software update delay policy - href: resources/intune-deviceconfig-macossoftwareupdatedelaypolicy.md - - name: macOS software update schedule type - href: resources/intune-deviceconfig-macossoftwareupdatescheduletype.md - - name: macOS software update state - href: resources/intune-deviceconfig-macossoftwareupdatestate.md - - name: macOS software update state summary - href: resources/intune-deviceconfig-macossoftwareupdatestatesummary.md - items: - - name: List - href: api/intune-deviceconfig-macossoftwareupdatestatesummary-list.md - - name: Get - href: api/intune-deviceconfig-macossoftwareupdatestatesummary-get.md - - name: Create - href: api/intune-deviceconfig-macossoftwareupdatestatesummary-create.md - - name: Delete - href: api/intune-deviceconfig-macossoftwareupdatestatesummary-delete.md - - name: Update - href: api/intune-deviceconfig-macossoftwareupdatestatesummary-update.md - - name: macOS system extension - href: resources/intune-deviceconfig-macossystemextension.md - - name: macOS system extension type - href: resources/intune-deviceconfig-macossystemextensiontype.md - - name: macOS system extension type mapping - href: resources/intune-deviceconfig-macossystemextensiontypemapping.md - - name: macOS trusted root certificate - href: resources/intune-deviceconfig-macostrustedrootcertificate.md - items: - - name: List - href: api/intune-deviceconfig-macostrustedrootcertificate-list.md - - name: Get - href: api/intune-deviceconfig-macostrustedrootcertificate-get.md - - name: Create - href: api/intune-deviceconfig-macostrustedrootcertificate-create.md - - name: Delete - href: api/intune-deviceconfig-macostrustedrootcertificate-delete.md - - name: Update - href: api/intune-deviceconfig-macostrustedrootcertificate-update.md - - name: macOS VPN configuration - href: resources/intune-deviceconfig-macosvpnconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-macosvpnconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-macosvpnconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-macosvpnconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-macosvpnconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-macosvpnconfiguration-update.md - - name: macOS Wi-Fi configuration - href: resources/intune-deviceconfig-macoswificonfiguration.md - items: - - name: List - href: api/intune-deviceconfig-macoswificonfiguration-list.md - - name: Get - href: api/intune-deviceconfig-macoswificonfiguration-get.md - - name: Create - href: api/intune-deviceconfig-macoswificonfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-macoswificonfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-macoswificonfiguration-update.md - - name: macOS wired network configuration - href: resources/intune-deviceconfig-macoswirednetworkconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-macoswirednetworkconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-macoswirednetworkconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-macoswirednetworkconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-macoswirednetworkconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-macoswirednetworkconfiguration-update.md - - name: Managed all device certificate state - href: resources/intune-deviceconfig-managedalldevicecertificatestate.md - items: - - name: List - href: api/intune-deviceconfig-managedalldevicecertificatestate-list.md - - name: Get - href: api/intune-deviceconfig-managedalldevicecertificatestate-get.md - - name: Create - href: api/intune-deviceconfig-managedalldevicecertificatestate-create.md - - name: Delete - href: api/intune-deviceconfig-managedalldevicecertificatestate-delete.md - - name: Update - href: api/intune-deviceconfig-managedalldevicecertificatestate-update.md - - name: Managed device certificate state - href: resources/intune-deviceconfig-manageddevicecertificatestate.md - items: - - name: List - href: api/intune-deviceconfig-manageddevicecertificatestate-list.md - - name: Get - href: api/intune-deviceconfig-manageddevicecertificatestate-get.md - - name: Create - href: api/intune-deviceconfig-manageddevicecertificatestate-create.md - - name: Delete - href: api/intune-deviceconfig-manageddevicecertificatestate-delete.md - - name: Update - href: api/intune-deviceconfig-manageddevicecertificatestate-update.md - - name: Managed device encryption state - href: resources/intune-deviceconfig-manageddeviceencryptionstate.md - items: - - name: List - href: api/intune-deviceconfig-manageddeviceencryptionstate-list.md - - name: Get - href: api/intune-deviceconfig-manageddeviceencryptionstate-get.md - - name: Create - href: api/intune-deviceconfig-manageddeviceencryptionstate-create.md - - name: Delete - href: api/intune-deviceconfig-manageddeviceencryptionstate-delete.md - - name: Update - href: api/intune-deviceconfig-manageddeviceencryptionstate-update.md - - name: Managed device mobile app configuration setting state - href: resources/intune-deviceconfig-manageddevicemobileappconfigurationsettingstate.md - - name: Managed device reported app - href: resources/intune-deviceconfig-manageddevicereportedapp.md - - name: Media content rating Australia - href: resources/intune-deviceconfig-mediacontentratingaustralia.md - - name: Media content rating Canada - href: resources/intune-deviceconfig-mediacontentratingcanada.md - - name: Media content rating France - href: resources/intune-deviceconfig-mediacontentratingfrance.md - - name: Media content rating Germany - href: resources/intune-deviceconfig-mediacontentratinggermany.md - - name: Media content rating Ireland - href: resources/intune-deviceconfig-mediacontentratingireland.md - - name: Media content rating Japan - href: resources/intune-deviceconfig-mediacontentratingjapan.md - - name: Media content rating New Zealand - href: resources/intune-deviceconfig-mediacontentratingnewzealand.md - - name: Media content rating United Kingdom - href: resources/intune-deviceconfig-mediacontentratingunitedkingdom.md - - name: Media content rating United States - href: resources/intune-deviceconfig-mediacontentratingunitedstates.md - - name: Metered connection limit type - href: resources/intune-deviceconfig-meteredconnectionlimittype.md - - name: Microsoft launcher dock presence - href: resources/intune-deviceconfig-microsoftlauncherdockpresence.md - - name: Microsoft launcher search bar placement - href: resources/intune-deviceconfig-microsoftlaunchersearchbarplacement.md - - name: Miracast channel - href: resources/intune-deviceconfig-miracastchannel.md - - name: NDES connector - href: resources/intune-deviceconfig-ndesconnector.md - items: - - name: List - href: api/intune-deviceconfig-ndesconnector-list.md - - name: Get - href: api/intune-deviceconfig-ndesconnector-get.md - - name: Create - href: api/intune-deviceconfig-ndesconnector-create.md - - name: Delete - href: api/intune-deviceconfig-ndesconnector-delete.md - - name: Update - href: api/intune-deviceconfig-ndesconnector-update.md - - name: NDES connector state - href: resources/intune-deviceconfig-ndesconnectorstate.md - - name: Network single sign on type - href: resources/intune-deviceconfig-networksinglesignontype.md - - name: Non EAP authentication method for EAP TTLS type - href: resources/intune-deviceconfig-noneapauthenticationmethodforeapttlstype.md - - name: Non EAP authentication method for PEAP - href: resources/intune-deviceconfig-noneapauthenticationmethodforpeap.md - - name: Number range - href: resources/intune-deviceconfig-numberrange.md - - name: OMA setting - href: resources/intune-deviceconfig-omasetting.md - - name: OMA setting base64 - href: resources/intune-deviceconfig-omasettingbase64.md - - name: OMA setting boolean - href: resources/intune-deviceconfig-omasettingboolean.md - - name: OMA setting date time - href: resources/intune-deviceconfig-omasettingdatetime.md - - name: OMA setting floating point - href: resources/intune-deviceconfig-omasettingfloatingpoint.md - - name: OMA setting integer - href: resources/intune-deviceconfig-omasettinginteger.md - - name: OMA setting string - href: resources/intune-deviceconfig-omasettingstring.md - - name: OMA setting string xml - href: resources/intune-deviceconfig-omasettingstringxml.md - - name: On prem encrypted payload - href: resources/intune-raimportcerts-onpremencryptedpayload.md - items: - - name: List - href: api/intune-raimportcerts-onpremencryptedpayload-list.md - - name: Get - href: api/intune-raimportcerts-onpremencryptedpayload-get.md - - name: Create - href: api/intune-raimportcerts-onpremencryptedpayload-create.md - - name: Delete - href: api/intune-raimportcerts-onpremencryptedpayload-delete.md - - name: Update - href: api/intune-raimportcerts-onpremencryptedpayload-update.md - - name: Operating system version range - href: resources/intune-deviceconfig-operatingsystemversionrange.md - - name: Operator - href: resources/intune-deviceconfig-operator.md - - name: Perfect forward secrecy group - href: resources/intune-deviceconfig-perfectforwardsecrecygroup.md - - name: Personal profile personal play store mode - href: resources/intune-deviceconfig-personalprofilepersonalplaystoremode.md - - name: Pfx recryption request - href: resources/intune-raimportcerts-pfxrecryptionrequest.md - items: - - name: List - href: api/intune-raimportcerts-pfxrecryptionrequest-list.md - - name: Get - href: api/intune-raimportcerts-pfxrecryptionrequest-get.md - - name: Create - href: api/intune-raimportcerts-pfxrecryptionrequest-create.md - - name: Delete - href: api/intune-raimportcerts-pfxrecryptionrequest-delete.md - - name: Update - href: api/intune-raimportcerts-pfxrecryptionrequest-update.md - - name: Pfx user certificate - href: resources/intune-raimportcerts-pfxusercertificate.md - items: - - name: List - href: api/intune-raimportcerts-pfxusercertificate-list.md - - name: Get - href: api/intune-raimportcerts-pfxusercertificate-get.md - - name: Create - href: api/intune-raimportcerts-pfxusercertificate-create.md - - name: Delete - href: api/intune-raimportcerts-pfxusercertificate-delete.md - - name: Update - href: api/intune-raimportcerts-pfxusercertificate-update.md - - name: Policy platform type - href: resources/intune-deviceconfig-policyplatformtype.md - - name: Power action type - href: resources/intune-deviceconfig-poweractiontype.md - - name: Prerelease features - href: resources/intune-deviceconfig-prereleasefeatures.md - - name: Rating apps type - href: resources/intune-deviceconfig-ratingappstype.md - - name: Rating Australia movies type - href: resources/intune-deviceconfig-ratingaustraliamoviestype.md - - name: Rating Australia television type - href: resources/intune-deviceconfig-ratingaustraliatelevisiontype.md - - name: Rating Canada movies type - href: resources/intune-deviceconfig-ratingcanadamoviestype.md - - name: Rating Canada television type - href: resources/intune-deviceconfig-ratingcanadatelevisiontype.md - - name: Rating France movies type - href: resources/intune-deviceconfig-ratingfrancemoviestype.md - - name: Rating France television type - href: resources/intune-deviceconfig-ratingfrancetelevisiontype.md - - name: Rating Germany movies type - href: resources/intune-deviceconfig-ratinggermanymoviestype.md - - name: Rating Germany television type - href: resources/intune-deviceconfig-ratinggermanytelevisiontype.md - - name: Rating Ireland movies type - href: resources/intune-deviceconfig-ratingirelandmoviestype.md - - name: Rating Ireland television type - href: resources/intune-deviceconfig-ratingirelandtelevisiontype.md - - name: Rating Japan movies type - href: resources/intune-deviceconfig-ratingjapanmoviestype.md - - name: Rating Japan television type - href: resources/intune-deviceconfig-ratingjapantelevisiontype.md - - name: Rating New Zealand movies type - href: resources/intune-deviceconfig-ratingnewzealandmoviestype.md - - name: Rating New Zealand television type - href: resources/intune-deviceconfig-ratingnewzealandtelevisiontype.md - - name: Rating United Kingdom movies type - href: resources/intune-deviceconfig-ratingunitedkingdommoviestype.md - - name: Rating United Kingdom television type - href: resources/intune-deviceconfig-ratingunitedkingdomtelevisiontype.md - - name: Rating United States movies type - href: resources/intune-deviceconfig-ratingunitedstatesmoviestype.md - - name: Rating United States television type - href: resources/intune-deviceconfig-ratingunitedstatestelevisiontype.md - - name: Redirect single sign on extension - href: resources/intune-deviceconfig-redirectsinglesignonextension.md - - name: Required password type - href: resources/intune-deviceconfig-requiredpasswordtype.md - - name: Restricted apps state - href: resources/intune-deviceconfig-restrictedappsstate.md - - name: Restricted apps violation - href: resources/intune-deviceconfig-restrictedappsviolation.md - items: - - name: List - href: api/intune-deviceconfig-restrictedappsviolation-list.md - - name: Get - href: api/intune-deviceconfig-restrictedappsviolation-get.md - - name: Create - href: api/intune-deviceconfig-restrictedappsviolation-create.md - - name: Delete - href: api/intune-deviceconfig-restrictedappsviolation-delete.md - - name: Update - href: api/intune-deviceconfig-restrictedappsviolation-update.md - - name: Retire scheduled managed device - href: resources/intune-deviceconfig-retirescheduledmanageddevice.md - - name: Safe search filter type - href: resources/intune-deviceconfig-safesearchfiltertype.md - - name: Scheduled retire state - href: resources/intune-deviceconfig-scheduledretirestate.md - - name: Secure assessment account type - href: resources/intune-deviceconfig-secureassessmentaccounttype.md - - name: Secure boot with d m a type - href: resources/intune-deviceconfig-securebootwithdmatype.md - - name: Service start type - href: resources/intune-deviceconfig-servicestarttype.md - - name: Setting source - href: resources/intune-deviceconfig-settingsource.md - - name: Setting state device summary - href: resources/intune-deviceconfig-settingstatedevicesummary.md - items: - - name: List - href: api/intune-deviceconfig-settingstatedevicesummary-list.md - - name: Get - href: api/intune-deviceconfig-settingstatedevicesummary-get.md - - name: Create - href: api/intune-deviceconfig-settingstatedevicesummary-create.md - - name: Delete - href: api/intune-deviceconfig-settingstatedevicesummary-delete.md - - name: Update - href: api/intune-deviceconfig-settingstatedevicesummary-update.md - - name: Shared PC account deletion policy type - href: resources/intune-deviceconfig-sharedpcaccountdeletionpolicytype.md - - name: Shared PC account manager policy - href: resources/intune-deviceconfig-sharedpcaccountmanagerpolicy.md - - name: Shared PC allowed account type - href: resources/intune-deviceconfig-sharedpcallowedaccounttype.md - - name: Shared PC configuration - href: resources/intune-deviceconfig-sharedpcconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-sharedpcconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-sharedpcconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-sharedpcconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-sharedpcconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-sharedpcconfiguration-update.md - - name: Sign in assistant options - href: resources/intune-deviceconfig-signinassistantoptions.md - - name: Single sign on extension - href: resources/intune-deviceconfig-singlesignonextension.md - - name: Site security level - href: resources/intune-deviceconfig-sitesecuritylevel.md - - name: Software update status summary - href: resources/intune-deviceconfig-softwareupdatestatussummary.md - items: - - name: Get - href: api/intune-deviceconfig-softwareupdatestatussummary-get.md - - name: Update - href: api/intune-deviceconfig-softwareupdatestatussummary-update.md - - name: Specified captive network plugins - href: resources/intune-deviceconfig-specifiedcaptivenetworkplugins.md - - name: State management setting - href: resources/intune-deviceconfig-statemanagementsetting.md - - name: Time series parameter - href: resources/intune-raimportcerts-timeseriesparameter.md - - name: Unsupported device configuration - href: resources/intune-deviceconfig-unsupporteddeviceconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-unsupporteddeviceconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-unsupporteddeviceconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-unsupporteddeviceconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-unsupporteddeviceconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-unsupporteddeviceconfiguration-update.md - - name: Unsupported device configuration detail - href: resources/intune-deviceconfig-unsupporteddeviceconfigurationdetail.md - - name: Update classification - href: resources/intune-deviceconfig-updateclassification.md - - name: User email source - href: resources/intune-deviceconfig-useremailsource.md - - name: User PFX certificate - href: resources/intune-raimportcerts-userpfxcertificate.md - items: - - name: List - href: api/intune-raimportcerts-userpfxcertificate-list.md - - name: Get - href: api/intune-raimportcerts-userpfxcertificate-get.md - - name: Create - href: api/intune-raimportcerts-userpfxcertificate-create.md - - name: Delete - href: api/intune-raimportcerts-userpfxcertificate-delete.md - - name: Update - href: api/intune-raimportcerts-userpfxcertificate-update.md - - name: User pfx intended purpose - href: resources/intune-raimportcerts-userpfxintendedpurpose.md - - name: User pfx padding scheme - href: resources/intune-raimportcerts-userpfxpaddingscheme.md - - name: Username source - href: resources/intune-deviceconfig-usernamesource.md - - name: Visibility setting - href: resources/intune-deviceconfig-visibilitysetting.md - - name: VPN authentication method - href: resources/intune-deviceconfig-vpnauthenticationmethod.md - - name: VPN client authentication type - href: resources/intune-deviceconfig-vpnclientauthenticationtype.md - - name: VPN configuration - href: resources/intune-deviceconfig-vpnconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-vpnconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-vpnconfiguration-get.md - - name: VPN dead peer detection rate - href: resources/intune-deviceconfig-vpndeadpeerdetectionrate.md - - name: VPN DNS rule - href: resources/intune-deviceconfig-vpndnsrule.md - - name: VPN encryption algorithm type - href: resources/intune-deviceconfig-vpnencryptionalgorithmtype.md - - name: VPN integrity algorithm type - href: resources/intune-deviceconfig-vpnintegrityalgorithmtype.md - - name: VPN local identifier - href: resources/intune-deviceconfig-vpnlocalidentifier.md - - name: VPN on demand rule - href: resources/intune-deviceconfig-vpnondemandrule.md - - name: VPN on demand rule connection action - href: resources/intune-deviceconfig-vpnondemandruleconnectionaction.md - - name: VPN on demand rule connection domain action - href: resources/intune-deviceconfig-vpnondemandruleconnectiondomainaction.md - - name: VPN on demand rule interface type match - href: resources/intune-deviceconfig-vpnondemandruleinterfacetypematch.md - - name: VPN provider type - href: resources/intune-deviceconfig-vpnprovidertype.md - - name: VPN proxy server - href: resources/intune-deviceconfig-vpnproxyserver.md - - name: VPN route - href: resources/intune-deviceconfig-vpnroute.md - - name: VPN server - href: resources/intune-deviceconfig-vpnserver.md - - name: VPN server certificate type - href: resources/intune-deviceconfig-vpnservercertificatetype.md - - name: VPN service exception action - href: resources/intune-deviceconfig-vpnserviceexceptionaction.md - - name: VPN traffic direction - href: resources/intune-deviceconfig-vpntrafficdirection.md - - name: VPN traffic rule - href: resources/intune-deviceconfig-vpntrafficrule.md - - name: VPN traffic rule app type - href: resources/intune-deviceconfig-vpntrafficruleapptype.md - - name: VPN traffic rule routing policy type - href: resources/intune-deviceconfig-vpntrafficruleroutingpolicytype.md - - name: VPN tunnel configuration type - href: resources/intune-deviceconfig-vpntunnelconfigurationtype.md - - name: Web browser cookie settings - href: resources/intune-deviceconfig-webbrowsercookiesettings.md - - name: Weekly schedule - href: resources/intune-deviceconfig-weeklyschedule.md - - name: Welcome screen meeting information - href: resources/intune-deviceconfig-welcomescreenmeetinginformation.md - - name: Wi-Fi authentication method - href: resources/intune-deviceconfig-wifiauthenticationmethod.md - - name: Wi-Fi authentication type - href: resources/intune-deviceconfig-wifiauthenticationtype.md - - name: Wi-Fi proxy setting - href: resources/intune-deviceconfig-wifiproxysetting.md - - name: Wi-Fi security type - href: resources/intune-deviceconfig-wifisecuritytype.md - - name: Windows 10 app type - href: resources/intune-deviceconfig-windows10apptype.md - - name: Windows 10 apps force update schedule - href: resources/intune-deviceconfig-windows10appsforceupdateschedule.md - - name: Windows 10 apps update recurrence - href: resources/intune-deviceconfig-windows10appsupdaterecurrence.md - - name: Windows 10 associated apps - href: resources/intune-deviceconfig-windows10associatedapps.md - - name: Windows 10 certificate profile base - href: resources/intune-deviceconfig-windows10certificateprofilebase.md - items: - - name: List - href: api/intune-deviceconfig-windows10certificateprofilebase-list.md - - name: Get - href: api/intune-deviceconfig-windows10certificateprofilebase-get.md - - name: Windows 10 compliance policy - href: resources/intune-deviceconfig-windows10compliancepolicy.md - items: - - name: List - href: api/intune-deviceconfig-windows10compliancepolicy-list.md - - name: Get - href: api/intune-deviceconfig-windows10compliancepolicy-get.md - - name: Create - href: api/intune-deviceconfig-windows10compliancepolicy-create.md - - name: Delete - href: api/intune-deviceconfig-windows10compliancepolicy-delete.md - - name: Update - href: api/intune-deviceconfig-windows10compliancepolicy-update.md - - name: Windows 10 custom configuration - href: resources/intune-deviceconfig-windows10customconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windows10customconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windows10customconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windows10customconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windows10customconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windows10customconfiguration-update.md - - name: Windows 10 device firmware configuration interface - href: resources/intune-deviceconfig-windows10devicefirmwareconfigurationinterface.md - items: - - name: List - href: api/intune-deviceconfig-windows10devicefirmwareconfigurationinterface-list.md - - name: Get - href: api/intune-deviceconfig-windows10devicefirmwareconfigurationinterface-get.md - - name: Create - href: api/intune-deviceconfig-windows10devicefirmwareconfigurationinterface-create.md - - name: Delete - href: api/intune-deviceconfig-windows10devicefirmwareconfigurationinterface-delete.md - - name: Update - href: api/intune-deviceconfig-windows10devicefirmwareconfigurationinterface-update.md - - name: Windows 10 device mode type - href: resources/intune-deviceconfig-windows10devicemodetype.md - - name: Windows 10 EAS email profile configuration - href: resources/intune-deviceconfig-windows10easemailprofileconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windows10easemailprofileconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windows10easemailprofileconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windows10easemailprofileconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windows10easemailprofileconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windows10easemailprofileconfiguration-update.md - - name: Windows 10 edition type - href: resources/intune-deviceconfig-windows10editiontype.md - - name: Windows 10 endpoint protection configuration - href: resources/intune-deviceconfig-windows10endpointprotectionconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windows10endpointprotectionconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windows10endpointprotectionconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windows10endpointprotectionconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windows10endpointprotectionconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windows10endpointprotectionconfiguration-update.md - - name: Windows 10 enterprise modern app management configuration - href: resources/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration-update.md - - name: Windows 10 general configuration - href: resources/intune-deviceconfig-windows10generalconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windows10generalconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windows10generalconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windows10generalconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windows10generalconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windows10generalconfiguration-update.md - - name: Windows 10 imported PFX certificate profile - href: resources/intune-deviceconfig-windows10importedpfxcertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-windows10importedpfxcertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-windows10importedpfxcertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-windows10importedpfxcertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-windows10importedpfxcertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-windows10importedpfxcertificateprofile-update.md - - name: Windows 10 mobile compliance policy - href: resources/intune-deviceconfig-windows10mobilecompliancepolicy.md - items: - - name: List - href: api/intune-deviceconfig-windows10mobilecompliancepolicy-list.md - - name: Get - href: api/intune-deviceconfig-windows10mobilecompliancepolicy-get.md - - name: Create - href: api/intune-deviceconfig-windows10mobilecompliancepolicy-create.md - - name: Delete - href: api/intune-deviceconfig-windows10mobilecompliancepolicy-delete.md - - name: Update - href: api/intune-deviceconfig-windows10mobilecompliancepolicy-update.md - - name: Windows 10 network boundary configuration - href: resources/intune-deviceconfig-windows10networkboundaryconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windows10networkboundaryconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windows10networkboundaryconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windows10networkboundaryconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windows10networkboundaryconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windows10networkboundaryconfiguration-update.md - - name: Windows 10 network proxy server - href: resources/intune-deviceconfig-windows10networkproxyserver.md - - name: Windows 10 PFX import certificate profile - href: resources/intune-deviceconfig-windows10pfximportcertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-windows10pfximportcertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-windows10pfximportcertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-windows10pfximportcertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-windows10pfximportcertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-windows10pfximportcertificateprofile-update.md - - name: Windows 10 PKCS certificate profile - href: resources/intune-deviceconfig-windows10pkcscertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-windows10pkcscertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-windows10pkcscertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-windows10pkcscertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-windows10pkcscertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-windows10pkcscertificateprofile-update.md - - name: Windows 10 secure assessment configuration - href: resources/intune-deviceconfig-windows10secureassessmentconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windows10secureassessmentconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windows10secureassessmentconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windows10secureassessmentconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windows10secureassessmentconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windows10secureassessmentconfiguration-update.md - - name: Windows 10 team general configuration - href: resources/intune-deviceconfig-windows10teamgeneralconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windows10teamgeneralconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windows10teamgeneralconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windows10teamgeneralconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windows10teamgeneralconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windows10teamgeneralconfiguration-update.md - - name: Windows 10 VPN authentication method - href: resources/intune-deviceconfig-windows10vpnauthenticationmethod.md - - name: Windows 10 VPN configuration - href: resources/intune-deviceconfig-windows10vpnconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windows10vpnconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windows10vpnconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windows10vpnconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windows10vpnconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windows10vpnconfiguration-update.md - - name: Windows 10 VPN connection type - href: resources/intune-deviceconfig-windows10vpnconnectiontype.md - - name: Windows 10 VPN profile target - href: resources/intune-deviceconfig-windows10vpnprofiletarget.md - - name: Windows 10 VPN proxy server - href: resources/intune-deviceconfig-windows10vpnproxyserver.md - - name: Windows 8.1 certificate profile base - href: resources/intune-deviceconfig-windows81certificateprofilebase.md - items: - - name: List - href: api/intune-deviceconfig-windows81certificateprofilebase-list.md - - name: Get - href: api/intune-deviceconfig-windows81certificateprofilebase-get.md - - name: Windows 8.1 compliance policy - href: resources/intune-deviceconfig-windows81compliancepolicy.md - items: - - name: List - href: api/intune-deviceconfig-windows81compliancepolicy-list.md - - name: Get - href: api/intune-deviceconfig-windows81compliancepolicy-get.md - - name: Create - href: api/intune-deviceconfig-windows81compliancepolicy-create.md - - name: Delete - href: api/intune-deviceconfig-windows81compliancepolicy-delete.md - - name: Update - href: api/intune-deviceconfig-windows81compliancepolicy-update.md - - name: Windows 8.1 general configuration - href: resources/intune-deviceconfig-windows81generalconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windows81generalconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windows81generalconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windows81generalconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windows81generalconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windows81generalconfiguration-update.md - - name: Windows 8.1 SCEP certificate profile - href: resources/intune-deviceconfig-windows81scepcertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-windows81scepcertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-windows81scepcertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-windows81scepcertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-windows81scepcertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-windows81scepcertificateprofile-update.md - - name: Windows 8.1 trusted root certificate - href: resources/intune-deviceconfig-windows81trustedrootcertificate.md - items: - - name: List - href: api/intune-deviceconfig-windows81trustedrootcertificate-list.md - - name: Get - href: api/intune-deviceconfig-windows81trustedrootcertificate-get.md - - name: Create - href: api/intune-deviceconfig-windows81trustedrootcertificate-create.md - - name: Delete - href: api/intune-deviceconfig-windows81trustedrootcertificate-delete.md - - name: Update - href: api/intune-deviceconfig-windows81trustedrootcertificate-update.md - - name: Windows 8.1 VPN configuration - href: resources/intune-deviceconfig-windows81vpnconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windows81vpnconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windows81vpnconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windows81vpnconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windows81vpnconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windows81vpnconfiguration-update.md - - name: Windows 8.1 VPN proxy server - href: resources/intune-deviceconfig-windows81vpnproxyserver.md - - name: Windows 8.1 Wi-Fi import configuration - href: resources/intune-deviceconfig-windows81wifiimportconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windows81wifiimportconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windows81wifiimportconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windows81wifiimportconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windows81wifiimportconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windows81wifiimportconfiguration-update.md - - name: Windows app start layout tile size - href: resources/intune-deviceconfig-windowsappstartlayouttilesize.md - - name: Windows certificate profile base - href: resources/intune-deviceconfig-windowscertificateprofilebase.md - items: - - name: List - href: api/intune-deviceconfig-windowscertificateprofilebase-list.md - - name: Get - href: api/intune-deviceconfig-windowscertificateprofilebase-get.md - - name: Windows defender advanced threat protection configuration - href: resources/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-update.md - - name: Windows defender tamper protection options - href: resources/intune-deviceconfig-windowsdefendertamperprotectionoptions.md - - name: Windows delivery optimization configuration - href: resources/intune-deviceconfig-windowsdeliveryoptimizationconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windowsdeliveryoptimizationconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windowsdeliveryoptimizationconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windowsdeliveryoptimizationconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windowsdeliveryoptimizationconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windowsdeliveryoptimizationconfiguration-update.md - - name: Windows delivery optimization mode - href: resources/intune-deviceconfig-windowsdeliveryoptimizationmode.md - - name: Windows edge kiosk type - href: resources/intune-deviceconfig-windowsedgekiosktype.md - - name: Windows firewall network profile - href: resources/intune-deviceconfig-windowsfirewallnetworkprofile.md - - name: Windows firewall rule - href: resources/intune-deviceconfig-windowsfirewallrule.md - - name: Windows firewall rule interface types - href: resources/intune-deviceconfig-windowsfirewallruleinterfacetypes.md - - name: Windows firewall rule network profile types - href: resources/intune-deviceconfig-windowsfirewallrulenetworkprofiletypes.md - - name: Windows firewall rule traffic direction type - href: resources/intune-deviceconfig-windowsfirewallruletrafficdirectiontype.md - - name: Windows health monitoring configuration - href: resources/intune-deviceconfig-windowshealthmonitoringconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windowshealthmonitoringconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windowshealthmonitoringconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windowshealthmonitoringconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windowshealthmonitoringconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windowshealthmonitoringconfiguration-update.md - - name: Windows health monitoring scope - href: resources/intune-deviceconfig-windowshealthmonitoringscope.md - - name: Windows identity protection configuration - href: resources/intune-deviceconfig-windowsidentityprotectionconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windowsidentityprotectionconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windowsidentityprotectionconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windowsidentityprotectionconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windowsidentityprotectionconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windowsidentityprotectionconfiguration-update.md - - name: Windows kiosk active directory group - href: resources/intune-deviceconfig-windowskioskactivedirectorygroup.md - - name: Windows kiosk app base - href: resources/intune-deviceconfig-windowskioskappbase.md - - name: Windows kiosk app configuration - href: resources/intune-deviceconfig-windowskioskappconfiguration.md - - name: Windows kiosk app type - href: resources/intune-deviceconfig-windowskioskapptype.md - - name: Windows kiosk autologon - href: resources/intune-deviceconfig-windowskioskautologon.md - - name: Windows kiosk Microsoft Entra group - href: resources/intune-deviceconfig-windowskioskazureadgroup.md - - name: Windows kiosk Microsoft Entra user - href: resources/intune-deviceconfig-windowskioskazureaduser.md - - name: Windows kiosk configuration - href: resources/intune-deviceconfig-windowskioskconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windowskioskconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windowskioskconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windowskioskconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windowskioskconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windowskioskconfiguration-update.md - - name: Windows kiosk desktop app - href: resources/intune-deviceconfig-windowskioskdesktopapp.md - - name: Windows kiosk force update schedule - href: resources/intune-deviceconfig-windowskioskforceupdateschedule.md - - name: Windows kiosk local group - href: resources/intune-deviceconfig-windowskiosklocalgroup.md - - name: Windows kiosk local user - href: resources/intune-deviceconfig-windowskiosklocaluser.md - - name: Windows kiosk multiple apps - href: resources/intune-deviceconfig-windowskioskmultipleapps.md - - name: Windows kiosk profile - href: resources/intune-deviceconfig-windowskioskprofile.md - - name: Windows kiosk single UWP app - href: resources/intune-deviceconfig-windowskiosksingleuwpapp.md - - name: Windows kiosk single win32 app - href: resources/intune-deviceconfig-windowskiosksinglewin32app.md - - name: Windows kiosk user - href: resources/intune-deviceconfig-windowskioskuser.md - - name: Windows kiosk UWP app - href: resources/intune-deviceconfig-windowskioskuwpapp.md - - name: Windows kiosk visitor - href: resources/intune-deviceconfig-windowskioskvisitor.md - - name: Windows kiosk win32 app - href: resources/intune-deviceconfig-windowskioskwin32app.md - - name: Windows network isolation policy - href: resources/intune-deviceconfig-windowsnetworkisolationpolicy.md - - name: Windows Phone 8.1 certificate profile base - href: resources/intune-deviceconfig-windowsphone81certificateprofilebase.md - items: - - name: List - href: api/intune-deviceconfig-windowsphone81certificateprofilebase-list.md - - name: Get - href: api/intune-deviceconfig-windowsphone81certificateprofilebase-get.md - - name: Windows Phone 8.1 compliance policy - href: resources/intune-deviceconfig-windowsphone81compliancepolicy.md - items: - - name: List - href: api/intune-deviceconfig-windowsphone81compliancepolicy-list.md - - name: Get - href: api/intune-deviceconfig-windowsphone81compliancepolicy-get.md - - name: Create - href: api/intune-deviceconfig-windowsphone81compliancepolicy-create.md - - name: Delete - href: api/intune-deviceconfig-windowsphone81compliancepolicy-delete.md - - name: Update - href: api/intune-deviceconfig-windowsphone81compliancepolicy-update.md - - name: Windows Phone 8.1 custom configuration - href: resources/intune-deviceconfig-windowsphone81customconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windowsphone81customconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windowsphone81customconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windowsphone81customconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windowsphone81customconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windowsphone81customconfiguration-update.md - - name: Windows Phone 8.1 general configuration - href: resources/intune-deviceconfig-windowsphone81generalconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windowsphone81generalconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windowsphone81generalconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windowsphone81generalconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windowsphone81generalconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windowsphone81generalconfiguration-update.md - - name: Windows Phone 8.1 imported PFX certificate profile - href: resources/intune-deviceconfig-windowsphone81importedpfxcertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-windowsphone81importedpfxcertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-windowsphone81importedpfxcertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-windowsphone81importedpfxcertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-windowsphone81importedpfxcertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-windowsphone81importedpfxcertificateprofile-update.md - - name: Windows Phone 8.1 SCEP certificate profile - href: resources/intune-deviceconfig-windowsphone81scepcertificateprofile.md - items: - - name: List - href: api/intune-deviceconfig-windowsphone81scepcertificateprofile-list.md - - name: Get - href: api/intune-deviceconfig-windowsphone81scepcertificateprofile-get.md - - name: Create - href: api/intune-deviceconfig-windowsphone81scepcertificateprofile-create.md - - name: Delete - href: api/intune-deviceconfig-windowsphone81scepcertificateprofile-delete.md - - name: Update - href: api/intune-deviceconfig-windowsphone81scepcertificateprofile-update.md - - name: Windows Phone 8.1 trusted root certificate - href: resources/intune-deviceconfig-windowsphone81trustedrootcertificate.md - items: - - name: List - href: api/intune-deviceconfig-windowsphone81trustedrootcertificate-list.md - - name: Get - href: api/intune-deviceconfig-windowsphone81trustedrootcertificate-get.md - - name: Create - href: api/intune-deviceconfig-windowsphone81trustedrootcertificate-create.md - - name: Delete - href: api/intune-deviceconfig-windowsphone81trustedrootcertificate-delete.md - - name: Update - href: api/intune-deviceconfig-windowsphone81trustedrootcertificate-update.md - - name: Windows Phone 8.1 VPN configuration - href: resources/intune-deviceconfig-windowsphone81vpnconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windowsphone81vpnconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windowsphone81vpnconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windowsphone81vpnconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windowsphone81vpnconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windowsphone81vpnconfiguration-update.md - - name: Windows phone EAS email profile configuration - href: resources/intune-deviceconfig-windowsphoneeasemailprofileconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windowsphoneeasemailprofileconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windowsphoneeasemailprofileconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windowsphoneeasemailprofileconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windowsphoneeasemailprofileconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windowsphoneeasemailprofileconfiguration-update.md - - name: Windows privacy data access control item - href: resources/intune-deviceconfig-windowsprivacydataaccesscontrolitem.md - items: - - name: List - href: api/intune-deviceconfig-windowsprivacydataaccesscontrolitem-list.md - - name: Get - href: api/intune-deviceconfig-windowsprivacydataaccesscontrolitem-get.md - - name: Create - href: api/intune-deviceconfig-windowsprivacydataaccesscontrolitem-create.md - - name: Delete - href: api/intune-deviceconfig-windowsprivacydataaccesscontrolitem-delete.md - - name: Update - href: api/intune-deviceconfig-windowsprivacydataaccesscontrolitem-update.md - - name: Windows privacy data access level - href: resources/intune-deviceconfig-windowsprivacydataaccesslevel.md - - name: Windows privacy data category - href: resources/intune-deviceconfig-windowsprivacydatacategory.md - - name: Windows S mode configuration - href: resources/intune-deviceconfig-windowssmodeconfiguration.md - - name: Windows spotlight enablement settings - href: resources/intune-deviceconfig-windowsspotlightenablementsettings.md - - name: Windows start menu app list visibility type - href: resources/intune-deviceconfig-windowsstartmenuapplistvisibilitytype.md - - name: Windows start menu mode type - href: resources/intune-deviceconfig-windowsstartmenumodetype.md - - name: Windows update active hours install - href: resources/intune-deviceconfig-windowsupdateactivehoursinstall.md - - name: Windows update for business configuration - href: resources/intune-deviceconfig-windowsupdateforbusinessconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windowsupdateforbusinessconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windowsupdateforbusinessconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windowsupdateforbusinessconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windowsupdateforbusinessconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windowsupdateforbusinessconfiguration-update.md - - name: extendFeatureUpdatesPause action - href: api/intune-deviceconfig-windowsupdateforbusinessconfiguration-extendfeatureupdatespause.md - - name: extendQualityUpdatesPause action - href: api/intune-deviceconfig-windowsupdateforbusinessconfiguration-extendqualityupdatespause.md - - name: Windows update for business update weeks - href: resources/intune-deviceconfig-windowsupdateforbusinessupdateweeks.md - - name: Windows update install schedule type - href: resources/intune-deviceconfig-windowsupdateinstallscheduletype.md - - name: Windows update notification display option - href: resources/intune-deviceconfig-windowsupdatenotificationdisplayoption.md - - name: Windows update scheduled install - href: resources/intune-deviceconfig-windowsupdatescheduledinstall.md - - name: Windows update status - href: resources/intune-deviceconfig-windowsupdatestatus.md - - name: Windows update type - href: resources/intune-deviceconfig-windowsupdatetype.md - - name: Windows user account control settings - href: resources/intune-deviceconfig-windowsuseraccountcontrolsettings.md - - name: Windows VPN configuration - href: resources/intune-deviceconfig-windowsvpnconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windowsvpnconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windowsvpnconfiguration-get.md - - name: Windows VPN connection type - href: resources/intune-deviceconfig-windowsvpnconnectiontype.md - - name: Windows Wi-Fi configuration - href: resources/intune-deviceconfig-windowswificonfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windowswificonfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windowswificonfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windowswificonfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windowswificonfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windowswificonfiguration-update.md - - name: Windows Wi-Fi enterprise e a p configuration - href: resources/intune-deviceconfig-windowswifienterpriseeapconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windowswifienterpriseeapconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windowswifienterpriseeapconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windowswifienterpriseeapconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windowswifienterpriseeapconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windowswifienterpriseeapconfiguration-update.md - - name: Windows wired network configuration - href: resources/intune-deviceconfig-windowswirednetworkconfiguration.md - items: - - name: List - href: api/intune-deviceconfig-windowswirednetworkconfiguration-list.md - - name: Get - href: api/intune-deviceconfig-windowswirednetworkconfiguration-get.md - - name: Create - href: api/intune-deviceconfig-windowswirednetworkconfiguration-create.md - - name: Delete - href: api/intune-deviceconfig-windowswirednetworkconfiguration-delete.md - - name: Update - href: api/intune-deviceconfig-windowswirednetworkconfiguration-update.md - - name: Wired network authentication method - href: resources/intune-deviceconfig-wirednetworkauthenticationmethod.md - - name: Wired network authentication type - href: resources/intune-deviceconfig-wirednetworkauthenticationtype.md - - name: Wired network interface - href: resources/intune-deviceconfig-wirednetworkinterface.md - - name: Device management - href: resources/intune-device-mgt-conceptual.md - items: - - name: Activate device esim action result - href: resources/intune-devices-activatedeviceesimactionresult.md - - name: Admin consent - href: resources/intune-devices-adminconsent.md - - name: Admin consent state - href: resources/intune-devices-adminconsentstate.md - - name: Allowed remote assistance actions - href: resources/intune-remoteassistance-allowedremoteassistanceactions.md - - name: App log collection download details - href: resources/intune-devices-applogcollectiondownloaddetails.md - - name: App log collection request - href: resources/intune-devices-applogcollectionrequest.md - items: - - name: List - href: api/intune-devices-applogcollectionrequest-list.md - - name: Get - href: api/intune-devices-applogcollectionrequest-get.md - - name: Create - href: api/intune-devices-applogcollectionrequest-create.md - - name: Delete - href: api/intune-devices-applogcollectionrequest-delete.md - - name: Update - href: api/intune-devices-applogcollectionrequest-update.md - - name: createDownloadUrl action - href: api/intune-devices-applogcollectionrequest-createdownloadurl.md - - name: App log decryption algorithm - href: resources/intune-devices-applogdecryptionalgorithm.md - - name: App log upload state - href: resources/intune-devices-apploguploadstate.md - - name: Apple push notification certificate - href: resources/intune-devices-applepushnotificationcertificate.md - items: - - name: Get - href: api/intune-devices-applepushnotificationcertificate-get.md - - name: Update - href: api/intune-devices-applepushnotificationcertificate-update.md - - name: generateApplePushNotificationCertificateSigningRequest action - href: api/intune-devices-applepushnotificationcertificate-generateapplepushnotificationcertificatesigningrequest.md - - name: Audit actor - href: resources/intune-auditing-auditactor.md - - name: Audit event - href: resources/intune-auditing-auditevent.md - items: - - name: List - href: api/intune-auditing-auditevent-list.md - - name: Get - href: api/intune-auditing-auditevent-get.md - - name: Create - href: api/intune-auditing-auditevent-create.md - - name: Delete - href: api/intune-auditing-auditevent-delete.md - - name: Update - href: api/intune-auditing-auditevent-update.md - - name: Audit property - href: resources/intune-auditing-auditproperty.md - - name: Audit resource - href: resources/intune-auditing-auditresource.md - - name: Bulk managed device action result - href: resources/intune-devices-bulkmanageddeviceactionresult.md - - name: Chassis type - href: resources/intune-devices-chassistype.md - - name: Chrome o s device property - href: resources/intune-devices-chromeosdeviceproperty.md - - name: Cloud PC connectivity issue - href: resources/intune-devices-cloudpcconnectivityissue.md - items: - - name: List - href: api/intune-devices-cloudpcconnectivityissue-list.md - - name: Get - href: api/intune-devices-cloudpcconnectivityissue-get.md - - name: Create - href: api/intune-devices-cloudpcconnectivityissue-create.md - - name: Delete - href: api/intune-devices-cloudpcconnectivityissue-delete.md - - name: Update - href: api/intune-devices-cloudpcconnectivityissue-update.md - - name: Comanaged devices summary - href: resources/intune-devices-comanageddevicessummary.md - - name: Comanagement eligible device - href: resources/intune-devices-comanagementeligibledevice.md - items: - - name: List - href: api/intune-devices-comanagementeligibledevice-list.md - - name: Get - href: api/intune-devices-comanagementeligibledevice-get.md - - name: Create - href: api/intune-devices-comanagementeligibledevice-create.md - - name: Delete - href: api/intune-devices-comanagementeligibledevice-delete.md - - name: Update - href: api/intune-devices-comanagementeligibledevice-update.md - - name: Comanagement eligible devices summary - href: resources/intune-devices-comanagementeligibledevicessummary.md - - name: Comanagement eligible type - href: resources/intune-devices-comanagementeligibletype.md - - name: Compliance state - href: resources/intune-devices-compliancestate.md - - name: Configuration manager action - href: resources/intune-devices-configurationmanageraction.md - - name: Configuration manager action delivery status - href: resources/intune-devices-configurationmanageractiondeliverystatus.md - - name: Configuration manager action result - href: resources/intune-devices-configurationmanageractionresult.md - - name: Configuration manager action type - href: resources/intune-devices-configurationmanageractiontype.md - - name: Configuration manager client enabled features - href: resources/intune-devices-configurationmanagerclientenabledfeatures.md - - name: Configuration manager client health state - href: resources/intune-devices-configurationmanagerclienthealthstate.md - - name: Configuration manager client information - href: resources/intune-devices-configurationmanagerclientinformation.md - - name: Configuration manager client state - href: resources/intune-devices-configurationmanagerclientstate.md - - name: Create remote help session response - href: resources/intune-remoteassistance-createremotehelpsessionresponse.md - items: - - name: List - href: api/intune-remoteassistance-createremotehelpsessionresponse-list.md - - name: Get - href: api/intune-remoteassistance-createremotehelpsessionresponse-get.md - - name: Create - href: api/intune-remoteassistance-createremotehelpsessionresponse-create.md - - name: Delete - href: api/intune-remoteassistance-createremotehelpsessionresponse-delete.md - - name: Update - href: api/intune-remoteassistance-createremotehelpsessionresponse-update.md - - name: Data processor service for windows features on-boarding - href: resources/intune-devices-dataprocessorserviceforwindowsfeaturesonboarding.md - - name: Data sharing consent - href: resources/intune-devices-datasharingconsent.md - items: - - name: List - href: api/intune-devices-datasharingconsent-list.md - - name: Get - href: api/intune-devices-datasharingconsent-get.md - - name: Create - href: api/intune-devices-datasharingconsent-create.md - - name: Delete - href: api/intune-devices-datasharingconsent-delete.md - - name: Update - href: api/intune-devices-datasharingconsent-update.md - - name: consentToDataSharing action - href: api/intune-devices-datasharingconsent-consenttodatasharing.md - - name: consentToDataSharing action - href: api/intune-devices-datasharingconsent-consenttodatasharing.md - - name: Delete user from shared Apple device action result - href: resources/intune-devices-deleteuserfromsharedappledeviceactionresult.md - - name: Detected app - href: resources/intune-devices-detectedapp.md - items: - - name: List - href: api/intune-devices-detectedapp-list.md - - name: Get - href: api/intune-devices-detectedapp-get.md - - name: Create - href: api/intune-devices-detectedapp-create.md - - name: Delete - href: api/intune-devices-detectedapp-delete.md - - name: Update - href: api/intune-devices-detectedapp-update.md - - name: Detected app platform type - href: resources/intune-devices-detectedappplatformtype.md - - name: Device action result - href: resources/intune-devices-deviceactionresult.md - - name: Device compliance script - href: resources/intune-devices-devicecompliancescript.md - items: - - name: List - href: api/intune-devices-devicecompliancescript-list.md - - name: Get - href: api/intune-devices-devicecompliancescript-get.md - - name: Create - href: api/intune-devices-devicecompliancescript-create.md - - name: Delete - href: api/intune-devices-devicecompliancescript-delete.md - - name: Update - href: api/intune-devices-devicecompliancescript-update.md - - name: assign action - href: api/intune-devices-devicecompliancescript-assign.md - - name: Device compliance script device state - href: resources/intune-devices-devicecompliancescriptdevicestate.md - items: - - name: List - href: api/intune-devices-devicecompliancescriptdevicestate-list.md - - name: Get - href: api/intune-devices-devicecompliancescriptdevicestate-get.md - - name: Create - href: api/intune-devices-devicecompliancescriptdevicestate-create.md - - name: Delete - href: api/intune-devices-devicecompliancescriptdevicestate-delete.md - - name: Update - href: api/intune-devices-devicecompliancescriptdevicestate-update.md - - name: Device compliance script run summary - href: resources/intune-devices-devicecompliancescriptrunsummary.md - items: - - name: Get - href: api/intune-devices-devicecompliancescriptrunsummary-get.md - - name: Update - href: api/intune-devices-devicecompliancescriptrunsummary-update.md - - name: Device custom attribute shell script - href: resources/intune-devices-devicecustomattributeshellscript.md - items: - - name: List - href: api/intune-devices-devicecustomattributeshellscript-list.md - - name: Get - href: api/intune-devices-devicecustomattributeshellscript-get.md - - name: Create - href: api/intune-devices-devicecustomattributeshellscript-create.md - - name: Delete - href: api/intune-devices-devicecustomattributeshellscript-delete.md - - name: Update - href: api/intune-devices-devicecustomattributeshellscript-update.md - - name: assign action - href: api/intune-devices-devicecustomattributeshellscript-assign.md - - name: Device custom attribute value type - href: resources/intune-devices-devicecustomattributevaluetype.md - - name: Device enrollment type - href: resources/intune-devices-deviceenrollmenttype.md - - name: Device event level - href: resources/intune-devices-deviceeventlevel.md - - name: Device exchange access state summary - href: resources/intune-devices-deviceexchangeaccessstatesummary.md - - name: Device geolocation - href: resources/intune-devices-devicegeolocation.md - - name: Device guard local system authority credential guard state - href: resources/intune-devices-deviceguardlocalsystemauthoritycredentialguardstate.md - - name: Device guard virtualization based security hardware requirement state - href: resources/intune-devices-deviceguardvirtualizationbasedsecurityhardwarerequirementstate.md - - name: Device guard virtualization based security state - href: resources/intune-devices-deviceguardvirtualizationbasedsecuritystate.md - - name: Device health attestation state - href: resources/intune-devices-devicehealthattestationstate.md - - name: Device health script - href: resources/intune-devices-devicehealthscript.md - items: - - name: List - href: api/intune-devices-devicehealthscript-list.md - - name: Get - href: api/intune-devices-devicehealthscript-get.md - - name: Create - href: api/intune-devices-devicehealthscript-create.md - - name: Delete - href: api/intune-devices-devicehealthscript-delete.md - - name: Update - href: api/intune-devices-devicehealthscript-update.md - - name: assign action - href: api/intune-devices-devicehealthscript-assign.md - - name: updateGlobalScript action - href: api/intune-devices-devicehealthscript-updateglobalscript.md - - name: getGlobalScriptHighestAvailableVersion action - href: api/intune-devices-devicehealthscript-getglobalscripthighestavailableversion.md - - name: enableGlobalScripts action - href: api/intune-devices-devicehealthscript-enableglobalscripts.md - - name: Device health script assignment - href: resources/intune-devices-devicehealthscriptassignment.md - items: - - name: List - href: api/intune-devices-devicehealthscriptassignment-list.md - - name: Get - href: api/intune-devices-devicehealthscriptassignment-get.md - - name: Create - href: api/intune-devices-devicehealthscriptassignment-create.md - - name: Delete - href: api/intune-devices-devicehealthscriptassignment-delete.md - - name: Update - href: api/intune-devices-devicehealthscriptassignment-update.md - - name: Device health script boolean parameter - href: resources/intune-devices-devicehealthscriptbooleanparameter.md - - name: Device health script daily schedule - href: resources/intune-devices-devicehealthscriptdailyschedule.md - - name: Device health script device state - href: resources/intune-devices-devicehealthscriptdevicestate.md - items: - - name: List - href: api/intune-devices-devicehealthscriptdevicestate-list.md - - name: Get - href: api/intune-devices-devicehealthscriptdevicestate-get.md - - name: Create - href: api/intune-devices-devicehealthscriptdevicestate-create.md - - name: Delete - href: api/intune-devices-devicehealthscriptdevicestate-delete.md - - name: Update - href: api/intune-devices-devicehealthscriptdevicestate-update.md - - name: Device health script hourly schedule - href: resources/intune-devices-devicehealthscripthourlyschedule.md - - name: Device health script integer parameter - href: resources/intune-devices-devicehealthscriptintegerparameter.md - - name: Device health script parameter - href: resources/intune-devices-devicehealthscriptparameter.md - - name: Device health script policy state - href: resources/intune-devices-devicehealthscriptpolicystate.md - items: - - name: List - href: api/intune-devices-devicehealthscriptpolicystate-list.md - - name: Get - href: api/intune-devices-devicehealthscriptpolicystate-get.md - - name: Create - href: api/intune-devices-devicehealthscriptpolicystate-create.md - - name: Delete - href: api/intune-devices-devicehealthscriptpolicystate-delete.md - - name: Update - href: api/intune-devices-devicehealthscriptpolicystate-update.md - - name: Device health script remediation history - href: resources/intune-devices-devicehealthscriptremediationhistory.md - - name: Device health script remediation history data - href: resources/intune-devices-devicehealthscriptremediationhistorydata.md - - name: Device health script remediation summary - href: resources/intune-devices-devicehealthscriptremediationsummary.md - - name: Device health script run once schedule - href: resources/intune-devices-devicehealthscriptrunonceschedule.md - - name: Device health script run schedule - href: resources/intune-devices-devicehealthscriptrunschedule.md - - name: Device health script run summary - href: resources/intune-devices-devicehealthscriptrunsummary.md - items: - - name: Get - href: api/intune-devices-devicehealthscriptrunsummary-get.md - - name: Update - href: api/intune-devices-devicehealthscriptrunsummary-update.md - - name: Device health script string parameter - href: resources/intune-devices-devicehealthscriptstringparameter.md - - name: Device health script time schedule - href: resources/intune-devices-devicehealthscripttimeschedule.md - - name: Device health script type - href: resources/intune-devices-devicehealthscripttype.md - - name: Device licensing status - href: resources/intune-devices-devicelicensingstatus.md - - name: Device log collection request - href: resources/intune-devices-devicelogcollectionrequest.md - - name: Device log collection response - href: resources/intune-devices-devicelogcollectionresponse.md - items: - - name: List - href: api/intune-devices-devicelogcollectionresponse-list.md - - name: Get - href: api/intune-devices-devicelogcollectionresponse-get.md - - name: Create - href: api/intune-devices-devicelogcollectionresponse-create.md - - name: Delete - href: api/intune-devices-devicelogcollectionresponse-delete.md - - name: Update - href: api/intune-devices-devicelogcollectionresponse-update.md - - name: createDownloadUrl action - href: api/intune-devices-devicelogcollectionresponse-createdownloadurl.md - - name: Device log collection template type - href: resources/intune-devices-devicelogcollectiontemplatetype.md - - name: Device management abstract complex setting definition - href: resources/intune-deviceintent-devicemanagementabstractcomplexsettingdefinition.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementabstractcomplexsettingdefinition-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementabstractcomplexsettingdefinition-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementabstractcomplexsettingdefinition-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementabstractcomplexsettingdefinition-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementabstractcomplexsettingdefinition-update.md - - name: Device management abstract complex setting instance - href: resources/intune-deviceintent-devicemanagementabstractcomplexsettinginstance.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementabstractcomplexsettinginstance-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementabstractcomplexsettinginstance-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementabstractcomplexsettinginstance-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementabstractcomplexsettinginstance-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementabstractcomplexsettinginstance-update.md - - name: Device management boolean setting instance - href: resources/intune-deviceintent-devicemanagementbooleansettinginstance.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementbooleansettinginstance-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementbooleansettinginstance-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementbooleansettinginstance-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementbooleansettinginstance-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementbooleansettinginstance-update.md - - name: Device management collection setting definition - href: resources/intune-deviceintent-devicemanagementcollectionsettingdefinition.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementcollectionsettingdefinition-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementcollectionsettingdefinition-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementcollectionsettingdefinition-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementcollectionsettingdefinition-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementcollectionsettingdefinition-update.md - - name: Device management collection setting instance - href: resources/intune-deviceintent-devicemanagementcollectionsettinginstance.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementcollectionsettinginstance-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementcollectionsettinginstance-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementcollectionsettinginstance-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementcollectionsettinginstance-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementcollectionsettinginstance-update.md - - name: Device management comparison result - href: resources/intune-deviceintent-devicemanagementcomparisonresult.md - - name: Device management complex setting definition - href: resources/intune-deviceintent-devicemanagementcomplexsettingdefinition.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementcomplexsettingdefinition-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementcomplexsettingdefinition-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementcomplexsettingdefinition-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementcomplexsettingdefinition-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementcomplexsettingdefinition-update.md - - name: Device management complex setting instance - href: resources/intune-deviceintent-devicemanagementcomplexsettinginstance.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementcomplexsettinginstance-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementcomplexsettinginstance-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementcomplexsettinginstance-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementcomplexsettinginstance-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementcomplexsettinginstance-update.md - - name: Device management constraint - href: resources/intune-deviceintent-devicemanagementconstraint.md - - name: Device management enum constraint - href: resources/intune-deviceintent-devicemanagementenumconstraint.md - - name: Device management enum value - href: resources/intune-deviceintent-devicemanagementenumvalue.md - - name: Device management exchange access state - href: resources/intune-devices-devicemanagementexchangeaccessstate.md - - name: Device management exchange access state reason - href: resources/intune-devices-devicemanagementexchangeaccessstatereason.md - - name: Device management integer setting instance - href: resources/intune-deviceintent-devicemanagementintegersettinginstance.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementintegersettinginstance-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementintegersettinginstance-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementintegersettinginstance-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementintegersettinginstance-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementintegersettinginstance-update.md - - name: Device management intent - href: resources/intune-deviceintent-devicemanagementintent.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementintent-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementintent-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementintent-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementintent-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementintent-update.md - - name: updateSettings action - href: api/intune-deviceintent-devicemanagementintent-updatesettings.md - - name: migrateToTemplate action - href: api/intune-deviceintent-devicemanagementintent-migratetotemplate.md - - name: createCopy action - href: api/intune-deviceintent-devicemanagementintent-createcopy.md - - name: createCopy action - href: api/intune-deviceintent-devicemanagementintent-createcopy.md - - name: assign action - href: api/intune-deviceintent-devicemanagementintent-assign.md - - name: Device management intent assignment - href: resources/intune-deviceintent-devicemanagementintentassignment.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementintentassignment-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementintentassignment-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementintentassignment-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementintentassignment-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementintentassignment-update.md - - name: Device management intent customized setting - href: resources/intune-deviceintent-devicemanagementintentcustomizedsetting.md - - name: Device management intent device setting state summary - href: resources/intune-deviceintent-devicemanagementintentdevicesettingstatesummary.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementintentdevicesettingstatesummary-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementintentdevicesettingstatesummary-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementintentdevicesettingstatesummary-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementintentdevicesettingstatesummary-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementintentdevicesettingstatesummary-update.md - - name: Device management intent device state - href: resources/intune-deviceintent-devicemanagementintentdevicestate.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementintentdevicestate-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementintentdevicestate-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementintentdevicestate-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementintentdevicestate-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementintentdevicestate-update.md - - name: Device management intent device state summary - href: resources/intune-deviceintent-devicemanagementintentdevicestatesummary.md - items: - - name: Get - href: api/intune-deviceintent-devicemanagementintentdevicestatesummary-get.md - - name: Update - href: api/intune-deviceintent-devicemanagementintentdevicestatesummary-update.md - - name: Device management intent setting category - href: resources/intune-deviceintent-devicemanagementintentsettingcategory.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementintentsettingcategory-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementintentsettingcategory-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementintentsettingcategory-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementintentsettingcategory-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementintentsettingcategory-update.md - - name: Device management intent setting secret constraint - href: resources/intune-deviceintent-devicemanagementintentsettingsecretconstraint.md - - name: Device management intent user state - href: resources/intune-deviceintent-devicemanagementintentuserstate.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementintentuserstate-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementintentuserstate-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementintentuserstate-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementintentuserstate-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementintentuserstate-update.md - - name: Device management intent user state summary - href: resources/intune-deviceintent-devicemanagementintentuserstatesummary.md - items: - - name: Get - href: api/intune-deviceintent-devicemanagementintentuserstatesummary-get.md - - name: Update - href: api/intune-deviceintent-devicemanagementintentuserstatesummary-update.md - - name: Device management reports - href: resources/intune-remoteassistance-devicemanagementreports.md - items: - - name: Get - href: api/intune-remoteassistance-devicemanagementreports-get.md - - name: Update - href: api/intune-remoteassistance-devicemanagementreports-update.md - - name: getRemoteAssistanceSessionsReport action - href: api/intune-remoteassistance-devicemanagementreports-getremoteassistancesessionsreport.md - - name: getRemoteAssistanceMonitorActiveSessionsReport action - href: api/intune-remoteassistance-devicemanagementreports-getremoteassistancemonitoractivesessionsreport.md - - name: getRemoteAssistanceMonitorTotalSessionsReport action - href: api/intune-remoteassistance-devicemanagementreports-getremoteassistancemonitortotalsessionsreport.md - - name: getRemoteAssistanceMonitorAvgSessionTimeReport action - href: api/intune-remoteassistance-devicemanagementreports-getremoteassistancemonitoravgsessiontimereport.md - - name: Device management script assignment - href: resources/intune-devices-devicemanagementscriptassignment.md - items: - - name: List - href: api/intune-devices-devicemanagementscriptassignment-list.md - - name: Get - href: api/intune-devices-devicemanagementscriptassignment-get.md - - name: Create - href: api/intune-devices-devicemanagementscriptassignment-create.md - - name: Delete - href: api/intune-devices-devicemanagementscriptassignment-delete.md - - name: Update - href: api/intune-devices-devicemanagementscriptassignment-update.md - - name: Device management script device state - href: resources/intune-devices-devicemanagementscriptdevicestate.md - items: - - name: List - href: api/intune-devices-devicemanagementscriptdevicestate-list.md - - name: Get - href: api/intune-devices-devicemanagementscriptdevicestate-get.md - - name: Create - href: api/intune-devices-devicemanagementscriptdevicestate-create.md - - name: Delete - href: api/intune-devices-devicemanagementscriptdevicestate-delete.md - - name: Update - href: api/intune-devices-devicemanagementscriptdevicestate-update.md - - name: Device management script group assignment - href: resources/intune-devices-devicemanagementscriptgroupassignment.md - items: - - name: List - href: api/intune-devices-devicemanagementscriptgroupassignment-list.md - - name: Get - href: api/intune-devices-devicemanagementscriptgroupassignment-get.md - - name: Create - href: api/intune-devices-devicemanagementscriptgroupassignment-create.md - - name: Delete - href: api/intune-devices-devicemanagementscriptgroupassignment-delete.md - - name: Update - href: api/intune-devices-devicemanagementscriptgroupassignment-update.md - - name: Device management script run summary - href: resources/intune-devices-devicemanagementscriptrunsummary.md - items: - - name: Get - href: api/intune-devices-devicemanagementscriptrunsummary-get.md - - name: Update - href: api/intune-devices-devicemanagementscriptrunsummary-update.md - - name: Device management script user state - href: resources/intune-devices-devicemanagementscriptuserstate.md - items: - - name: List - href: api/intune-devices-devicemanagementscriptuserstate-list.md - - name: Get - href: api/intune-devices-devicemanagementscriptuserstate-get.md - - name: Create - href: api/intune-devices-devicemanagementscriptuserstate-create.md - - name: Delete - href: api/intune-devices-devicemanagementscriptuserstate-delete.md - - name: Update - href: api/intune-devices-devicemanagementscriptuserstate-update.md - - name: Device management setting abstract implementation constraint - href: resources/intune-deviceintent-devicemanagementsettingabstractimplementationconstraint.md - - name: Device management setting app constraint - href: resources/intune-deviceintent-devicemanagementsettingappconstraint.md - - name: Device management setting boolean constraint - href: resources/intune-deviceintent-devicemanagementsettingbooleanconstraint.md - - name: Device management setting category - href: resources/intune-deviceintent-devicemanagementsettingcategory.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementsettingcategory-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementsettingcategory-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementsettingcategory-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementsettingcategory-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementsettingcategory-update.md - - name: Device management setting collection constraint - href: resources/intune-deviceintent-devicemanagementsettingcollectionconstraint.md - - name: Device management setting comparison - href: resources/intune-deviceintent-devicemanagementsettingcomparison.md - - name: Device management setting definition - href: resources/intune-deviceintent-devicemanagementsettingdefinition.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementsettingdefinition-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementsettingdefinition-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementsettingdefinition-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementsettingdefinition-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementsettingdefinition-update.md - - name: Device management setting dependency - href: resources/intune-deviceintent-devicemanagementsettingdependency.md - - name: Device management setting enrollment type constraint - href: resources/intune-deviceintent-devicemanagementsettingenrollmenttypeconstraint.md - - name: Device management setting file constraint - href: resources/intune-deviceintent-devicemanagementsettingfileconstraint.md - - name: Device management setting instance - href: resources/intune-deviceintent-devicemanagementsettinginstance.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementsettinginstance-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementsettinginstance-get.md - - name: Device management setting integer constraint - href: resources/intune-deviceintent-devicemanagementsettingintegerconstraint.md - - name: Device management setting profile constraint - href: resources/intune-deviceintent-devicemanagementsettingprofileconstraint.md - - name: Device management setting regex constraint - href: resources/intune-deviceintent-devicemanagementsettingregexconstraint.md - - name: Device management setting required constraint - href: resources/intune-deviceintent-devicemanagementsettingrequiredconstraint.md - - name: Device management setting sddl constraint - href: resources/intune-deviceintent-devicemanagementsettingsddlconstraint.md - - name: Device management setting string length constraint - href: resources/intune-deviceintent-devicemanagementsettingstringlengthconstraint.md - - name: Device management setting xml constraint - href: resources/intune-deviceintent-devicemanagementsettingxmlconstraint.md - - name: Device management string setting instance - href: resources/intune-deviceintent-devicemanagementstringsettinginstance.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementstringsettinginstance-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementstringsettinginstance-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementstringsettinginstance-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementstringsettinginstance-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementstringsettinginstance-update.md - - name: Device management subscription state - href: resources/intune-devices-devicemanagementsubscriptionstate.md - - name: Device management subscriptions - href: resources/intune-devices-devicemanagementsubscriptions.md - - name: Device management template - href: resources/intune-deviceintent-devicemanagementtemplate.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementtemplate-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementtemplate-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementtemplate-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementtemplate-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementtemplate-update.md - - name: createInstance action - href: api/intune-deviceintent-devicemanagementtemplate-createinstance.md - - name: importOffice365DeviceConfigurationPolicies action - href: api/intune-deviceintent-devicemanagementtemplate-importoffice365deviceconfigurationpolicies.md - - name: Device management template setting category - href: resources/intune-deviceintent-devicemanagementtemplatesettingcategory.md - items: - - name: List - href: api/intune-deviceintent-devicemanagementtemplatesettingcategory-list.md - - name: Get - href: api/intune-deviceintent-devicemanagementtemplatesettingcategory-get.md - - name: Create - href: api/intune-deviceintent-devicemanagementtemplatesettingcategory-create.md - - name: Delete - href: api/intune-deviceintent-devicemanagementtemplatesettingcategory-delete.md - - name: Update - href: api/intune-deviceintent-devicemanagementtemplatesettingcategory-update.md - - name: Device management template subtype - href: resources/intune-deviceintent-devicemanagementtemplatesubtype.md - - name: Device management template type - href: resources/intune-deviceintent-devicemanagementtemplatetype.md - - name: Device manangement intent value type - href: resources/intune-deviceintent-devicemanangementintentvaluetype.md - - name: Device operating system summary - href: resources/intune-devices-deviceoperatingsystemsummary.md - - name: Device protection overview - href: resources/intune-devices-deviceprotectionoverview.md - - name: Device registration state - href: resources/intune-devices-deviceregistrationstate.md - - name: Device scope action - href: resources/intune-devices-devicescopeaction.md - - name: Device scope action result - href: resources/intune-devices-devicescopeactionresult.md - - name: Device scope action status - href: resources/intune-devices-devicescopeactionstatus.md - - name: Device scope operator - href: resources/intune-devices-devicescopeoperator.md - - name: Device scope parameter - href: resources/intune-devices-devicescopeparameter.md - - name: Device scope status - href: resources/intune-devices-devicescopestatus.md - - name: Device shell script - href: resources/intune-devices-deviceshellscript.md - items: - - name: List - href: api/intune-devices-deviceshellscript-list.md - - name: Get - href: api/intune-devices-deviceshellscript-get.md - - name: Create - href: api/intune-devices-deviceshellscript-create.md - - name: Delete - href: api/intune-devices-deviceshellscript-delete.md - - name: Update - href: api/intune-devices-deviceshellscript-update.md - - name: assign action - href: api/intune-devices-deviceshellscript-assign.md - - name: Device type - href: resources/intune-devices-devicetype.md - - name: Disk type - href: resources/intune-devices-disktype.md - - name: Embedded SIM activation code - href: resources/intune-esim-embeddedsimactivationcode.md - - name: Embedded SIM activation code pool - href: resources/intune-esim-embeddedsimactivationcodepool.md - items: - - name: List - href: api/intune-esim-embeddedsimactivationcodepool-list.md - - name: Get - href: api/intune-esim-embeddedsimactivationcodepool-get.md - - name: Create - href: api/intune-esim-embeddedsimactivationcodepool-create.md - - name: Delete - href: api/intune-esim-embeddedsimactivationcodepool-delete.md - - name: Update - href: api/intune-esim-embeddedsimactivationcodepool-update.md - - name: assign action - href: api/intune-esim-embeddedsimactivationcodepool-assign.md - - name: Embedded SIM activation code pool assignment - href: resources/intune-esim-embeddedsimactivationcodepoolassignment.md - items: - - name: List - href: api/intune-esim-embeddedsimactivationcodepoolassignment-list.md - - name: Get - href: api/intune-esim-embeddedsimactivationcodepoolassignment-get.md - - name: Create - href: api/intune-esim-embeddedsimactivationcodepoolassignment-create.md - - name: Delete - href: api/intune-esim-embeddedsimactivationcodepoolassignment-delete.md - - name: Update - href: api/intune-esim-embeddedsimactivationcodepoolassignment-update.md - - name: Embedded SIM device state - href: resources/intune-esim-embeddedsimdevicestate.md - items: - - name: List - href: api/intune-esim-embeddedsimdevicestate-list.md - - name: Get - href: api/intune-esim-embeddedsimdevicestate-get.md - - name: Create - href: api/intune-esim-embeddedsimdevicestate-create.md - - name: Delete - href: api/intune-esim-embeddedsimdevicestate-delete.md - - name: Update - href: api/intune-esim-embeddedsimdevicestate-update.md - - name: Embedded SIM device state value - href: resources/intune-esim-embeddedsimdevicestatevalue.md - - name: Extend remote help session response - href: resources/intune-remoteassistance-extendremotehelpsessionresponse.md - items: - - name: List - href: api/intune-remoteassistance-extendremotehelpsessionresponse-list.md - - name: Get - href: api/intune-remoteassistance-extendremotehelpsessionresponse-get.md - - name: Create - href: api/intune-remoteassistance-extendremotehelpsessionresponse-create.md - - name: Delete - href: api/intune-remoteassistance-extendremotehelpsessionresponse-delete.md - - name: Update - href: api/intune-remoteassistance-extendremotehelpsessionresponse-update.md - - name: Global device health script state - href: resources/intune-devices-globaldevicehealthscriptstate.md - - name: Hardware information - href: resources/intune-devices-hardwareinformation.md - - name: Health state - href: resources/intune-devices-healthstate.md - - name: Insight value double - href: resources/intune-devices-insightvaluedouble.md - - name: Insight value int - href: resources/intune-devices-insightvalueint.md - - name: Join type - href: resources/intune-devices-jointype.md - - name: Localized notification message - href: resources/intune-notification-localizednotificationmessage.md - items: - - name: List - href: api/intune-notification-localizednotificationmessage-list.md - - name: Get - href: api/intune-notification-localizednotificationmessage-get.md - - name: Create - href: api/intune-notification-localizednotificationmessage-create.md - - name: Delete - href: api/intune-notification-localizednotificationmessage-delete.md - - name: Update - href: api/intune-notification-localizednotificationmessage-update.md - - name: Locate device action result - href: resources/intune-devices-locatedeviceactionresult.md - - name: Logged on user - href: resources/intune-devices-loggedonuser.md - - name: Lost mode state - href: resources/intune-devices-lostmodestate.md - - name: Malware state for windows device - href: resources/intune-devices-malwarestateforwindowsdevice.md - items: - - name: List - href: api/intune-devices-malwarestateforwindowsdevice-list.md - - name: Get - href: api/intune-devices-malwarestateforwindowsdevice-get.md - - name: Create - href: api/intune-devices-malwarestateforwindowsdevice-create.md - - name: Delete - href: api/intune-devices-malwarestateforwindowsdevice-delete.md - - name: Update - href: api/intune-devices-malwarestateforwindowsdevice-update.md - - name: Managed device - href: resources/intune-devices-manageddevice.md - items: - - name: Get - href: api/intune-devices-manageddevice-get.md - - name: Update - href: api/intune-devices-manageddevice-update.md - - name: executeAction action - href: api/intune-devices-manageddevice-executeaction.md - - name: enableLostMode action - href: api/intune-devices-manageddevice-enablelostmode.md - - name: playLostModeSound action - href: api/intune-devices-manageddevice-playlostmodesound.md - - name: setDeviceName action - href: api/intune-devices-manageddevice-setdevicename.md - - name: activateDeviceEsim action - href: api/intune-devices-manageddevice-activatedeviceesim.md - - name: rotateFileVaultKey action - href: api/intune-devices-manageddevice-rotatefilevaultkey.md - - name: createDeviceLogCollectionRequest action - href: api/intune-devices-manageddevice-createdevicelogcollectionrequest.md - - name: retire action - href: api/intune-devices-manageddevice-retire.md - - name: wipe action - href: api/intune-devices-manageddevice-wipe.md - - name: resetPasscode action - href: api/intune-devices-manageddevice-resetpasscode.md - - name: remoteLock action - href: api/intune-devices-manageddevice-remotelock.md - - name: requestRemoteAssistance action - href: api/intune-devices-manageddevice-requestremoteassistance.md - - name: disableLostMode action - href: api/intune-devices-manageddevice-disablelostmode.md - - name: locateDevice action - href: api/intune-devices-manageddevice-locatedevice.md - - name: bypassActivationLock action - href: api/intune-devices-manageddevice-bypassactivationlock.md - - name: rebootNow action - href: api/intune-devices-manageddevice-rebootnow.md - - name: shutDown action - href: api/intune-devices-manageddevice-shutdown.md - - name: recoverPasscode action - href: api/intune-devices-manageddevice-recoverpasscode.md - - name: cleanWindowsDevice action - href: api/intune-devices-manageddevice-cleanwindowsdevice.md - - name: logoutSharedAppleDeviceActiveUser action - href: api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser.md - - name: deleteUserFromSharedAppleDevice action - href: api/intune-devices-manageddevice-deleteuserfromsharedappledevice.md - - name: syncDevice action - href: api/intune-devices-manageddevice-syncdevice.md - - name: windowsDefenderScan action - href: api/intune-devices-manageddevice-windowsdefenderscan.md - - name: windowsDefenderUpdateSignatures action - href: api/intune-devices-manageddevice-windowsdefenderupdatesignatures.md - - name: updateWindowsDeviceAccount action - href: api/intune-devices-manageddevice-updatewindowsdeviceaccount.md - - name: revokeAppleVppLicenses action - href: api/intune-devices-manageddevice-revokeapplevpplicenses.md - - name: rotateBitLockerKeys action - href: api/intune-devices-manageddevice-rotatebitlockerkeys.md - - name: sendCustomNotificationToCompanyPortal action - href: api/intune-devices-manageddevice-sendcustomnotificationtocompanyportal.md - - name: triggerConfigurationManagerAction action - href: api/intune-devices-manageddevice-triggerconfigurationmanageraction.md - - name: enrollNowAction action - href: api/intune-devices-manageddevice-enrollnowaction.md - - name: deprovision action - href: api/intune-devices-manageddevice-deprovision.md - - name: disable action - href: api/intune-devices-manageddevice-disable.md - - name: reenable action - href: api/intune-devices-manageddevice-reenable.md - - name: moveDevicesToOU action - href: api/intune-devices-manageddevice-movedevicestoou.md - - name: removeDeviceFirmwareConfigurationInterfaceManagement action - href: api/intune-devices-manageddevice-removedevicefirmwareconfigurationinterfacemanagement.md - - name: initiateMobileDeviceManagementKeyRecovery action - href: api/intune-devices-manageddevice-initiatemobiledevicemanagementkeyrecovery.md - - name: initiateOnDemandProactiveRemediation action - href: api/intune-devices-manageddevice-initiateondemandproactiveremediation.md - - name: rotateLocalAdminPassword action - href: api/intune-devices-manageddevice-rotatelocaladminpassword.md - - name: downloadAppDiagnostics action - href: api/intune-devices-manageddevice-downloadappdiagnostics.md - - name: Managed device architecture - href: resources/intune-devices-manageddevicearchitecture.md - - name: Managed device cleanup settings - href: resources/intune-devices-manageddevicecleanupsettings.md - - name: Managed device management features - href: resources/intune-devices-manageddevicemanagementfeatures.md - - name: Managed device models and manufacturers - href: resources/intune-devices-manageddevicemodelsandmanufacturers.md - - name: Managed device overview - href: resources/intune-devices-manageddeviceoverview.md - items: - - name: Get - href: api/intune-devices-manageddeviceoverview-get.md - - name: Update - href: api/intune-devices-manageddeviceoverview-update.md - - name: Managed device partner reported health state - href: resources/intune-devices-manageddevicepartnerreportedhealthstate.md - - name: Managed device remote action - href: resources/intune-devices-manageddeviceremoteaction.md - - name: Managed installer status - href: resources/intune-devices-managedinstallerstatus.md - - name: Management state - href: resources/intune-devices-managementstate.md - - name: Notification message template - href: resources/intune-notification-notificationmessagetemplate.md - items: - - name: List - href: api/intune-notification-notificationmessagetemplate-list.md - - name: Get - href: api/intune-notification-notificationmessagetemplate-get.md - - name: Create - href: api/intune-notification-notificationmessagetemplate-create.md - - name: Delete - href: api/intune-notification-notificationmessagetemplate-delete.md - - name: Update - href: api/intune-notification-notificationmessagetemplate-update.md - - name: sendTestMessage action - href: api/intune-notification-notificationmessagetemplate-sendtestmessage.md - - name: Notification template branding options - href: resources/intune-notification-notificationtemplatebrandingoptions.md - - name: Operating system upgrade eligibility - href: resources/intune-devices-operatingsystemupgradeeligibility.md - - name: Os version count - href: resources/intune-devices-osversioncount.md - - name: Platform type - href: resources/intune-esim-platformtype.md - - name: Policy platform type - href: resources/intune-deviceintent-policyplatformtype.md - - name: Powerlift download request - href: resources/intune-devices-powerliftdownloadrequest.md - - name: Powerlift incident metadata - href: resources/intune-devices-powerliftincidentmetadata.md - - name: Remediation state - href: resources/intune-devices-remediationstate.md - - name: Remote action - href: resources/intune-devices-remoteaction.md - - name: Remote action audit - href: resources/intune-devices-remoteactionaudit.md - items: - - name: List - href: api/intune-devices-remoteactionaudit-list.md - - name: Get - href: api/intune-devices-remoteactionaudit-get.md - - name: Create - href: api/intune-devices-remoteactionaudit-create.md - - name: Delete - href: api/intune-devices-remoteactionaudit-delete.md - - name: Update - href: api/intune-devices-remoteactionaudit-update.md - - name: Remote assistance on-boarding status - href: resources/intune-remoteassistance-remoteassistanceonboardingstatus.md - - name: Remote assistance partner - href: resources/intune-remoteassistance-remoteassistancepartner.md - items: - - name: List - href: api/intune-remoteassistance-remoteassistancepartner-list.md - - name: Get - href: api/intune-remoteassistance-remoteassistancepartner-get.md - - name: Create - href: api/intune-remoteassistance-remoteassistancepartner-create.md - - name: Delete - href: api/intune-remoteassistance-remoteassistancepartner-delete.md - - name: Update - href: api/intune-remoteassistance-remoteassistancepartner-update.md - - name: beginOnboarding action - href: api/intune-remoteassistance-remoteassistancepartner-beginonboarding.md - - name: disconnect action - href: api/intune-remoteassistance-remoteassistancepartner-disconnect.md - - name: Remote assistance reporting - href: resources/intune-remoteassistance-remoteassistancereporting.md - - name: Remote assistance session type - href: resources/intune-remoteassistance-remoteassistancesessiontype.md - - name: Remote assistance settings - href: resources/intune-remoteassistance-remoteassistancesettings.md - items: - - name: Get - href: api/intune-remoteassistance-remoteassistancesettings-get.md - - name: Update - href: api/intune-remoteassistance-remoteassistancesettings-update.md - - name: Remote assistance state - href: resources/intune-remoteassistance-remoteassistancestate.md - - name: Remote lock action result - href: resources/intune-devices-remotelockactionresult.md - - name: Request remote help session access response - href: resources/intune-remoteassistance-requestremotehelpsessionaccessresponse.md - items: - - name: List - href: api/intune-remoteassistance-requestremotehelpsessionaccessresponse-list.md - - name: Get - href: api/intune-remoteassistance-requestremotehelpsessionaccessresponse-get.md - - name: Create - href: api/intune-remoteassistance-requestremotehelpsessionaccessresponse-create.md - - name: Delete - href: api/intune-remoteassistance-requestremotehelpsessionaccessresponse-delete.md - - name: Update - href: api/intune-remoteassistance-requestremotehelpsessionaccessresponse-update.md - - name: Reset passcode action result - href: resources/intune-devices-resetpasscodeactionresult.md - - name: Retrieve remote help session response - href: resources/intune-remoteassistance-retrieveremotehelpsessionresponse.md - items: - - name: List - href: api/intune-remoteassistance-retrieveremotehelpsessionresponse-list.md - - name: Get - href: api/intune-remoteassistance-retrieveremotehelpsessionresponse-get.md - - name: Create - href: api/intune-remoteassistance-retrieveremotehelpsessionresponse-create.md - - name: Delete - href: api/intune-remoteassistance-retrieveremotehelpsessionresponse-delete.md - - name: Update - href: api/intune-remoteassistance-retrieveremotehelpsessionresponse-update.md - - name: Revoke apple VPP licenses action result - href: resources/intune-devices-revokeapplevpplicensesactionresult.md - - name: Role scope tag info - href: resources/intune-auditing-rolescopetaginfo.md - - name: Rotate BitLocker keys device action result - href: resources/intune-devices-rotatebitlockerkeysdeviceactionresult.md - - name: Security baseline category state summary - href: resources/intune-deviceintent-securitybaselinecategorystatesummary.md - items: - - name: List - href: api/intune-deviceintent-securitybaselinecategorystatesummary-list.md - - name: Get - href: api/intune-deviceintent-securitybaselinecategorystatesummary-get.md - - name: Create - href: api/intune-deviceintent-securitybaselinecategorystatesummary-create.md - - name: Delete - href: api/intune-deviceintent-securitybaselinecategorystatesummary-delete.md - - name: Update - href: api/intune-deviceintent-securitybaselinecategorystatesummary-update.md - - name: Security baseline compliance state - href: resources/intune-deviceintent-securitybaselinecompliancestate.md - - name: Security baseline contributing policy - href: resources/intune-deviceintent-securitybaselinecontributingpolicy.md - - name: Security baseline device state - href: resources/intune-deviceintent-securitybaselinedevicestate.md - items: - - name: List - href: api/intune-deviceintent-securitybaselinedevicestate-list.md - - name: Get - href: api/intune-deviceintent-securitybaselinedevicestate-get.md - - name: Create - href: api/intune-deviceintent-securitybaselinedevicestate-create.md - - name: Delete - href: api/intune-deviceintent-securitybaselinedevicestate-delete.md - - name: Update - href: api/intune-deviceintent-securitybaselinedevicestate-update.md - - name: Security baseline policy source type - href: resources/intune-deviceintent-securitybaselinepolicysourcetype.md - - name: Security baseline state summary - href: resources/intune-deviceintent-securitybaselinestatesummary.md - items: - - name: Get - href: api/intune-deviceintent-securitybaselinestatesummary-get.md - - name: Update - href: api/intune-deviceintent-securitybaselinestatesummary-update.md - - name: Security baseline template - href: resources/intune-deviceintent-securitybaselinetemplate.md - items: - - name: List - href: api/intune-deviceintent-securitybaselinetemplate-list.md - - name: Get - href: api/intune-deviceintent-securitybaselinetemplate-get.md - - name: Create - href: api/intune-deviceintent-securitybaselinetemplate-create.md - - name: Delete - href: api/intune-deviceintent-securitybaselinetemplate-delete.md - - name: Update - href: api/intune-deviceintent-securitybaselinetemplate-update.md - - name: Shared Apple device user - href: resources/intune-devices-sharedappledeviceuser.md - - name: Tenant attach r b a c - href: resources/intune-devices-tenantattachrbac.md - items: - - name: Get - href: api/intune-devices-tenantattachrbac-get.md - - name: Update - href: api/intune-devices-tenantattachrbac-update.md - - name: enable action - href: api/intune-devices-tenantattachrbac-enable.md - - name: Tenant attach r b a c state - href: resources/intune-devices-tenantattachrbacstate.md - - name: Tuple_2 of execution type_ i collection_1 of operation - href: resources/intune-esim-tuple_2ofexecutiontype_icollection_1ofoperation.md - - name: Update windows device account action parameter - href: resources/intune-devices-updatewindowsdeviceaccountactionparameter.md - - name: User experience analytics anomaly - href: resources/intune-devices-userexperienceanalyticsanomaly.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsanomaly-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsanomaly-get.md - - name: User experience analytics anomaly correlation group feature - href: resources/intune-devices-userexperienceanalyticsanomalycorrelationgroupfeature.md - - name: User experience analytics anomaly correlation group overview - href: resources/intune-devices-userexperienceanalyticsanomalycorrelationgroupoverview.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsanomalycorrelationgroupoverview-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsanomalycorrelationgroupoverview-get.md - - name: User experience analytics anomaly correlation group prevalence - href: resources/intune-devices-userexperienceanalyticsanomalycorrelationgroupprevalence.md - - name: User experience analytics anomaly device - href: resources/intune-devices-userexperienceanalyticsanomalydevice.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsanomalydevice-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsanomalydevice-get.md - - name: User experience analytics anomaly device feature type - href: resources/intune-devices-userexperienceanalyticsanomalydevicefeaturetype.md - - name: User experience analytics anomaly severity - href: resources/intune-devices-userexperienceanalyticsanomalyseverity.md - - name: User experience analytics anomaly severity overview - href: resources/intune-devices-userexperienceanalyticsanomalyseverityoverview.md - - name: User experience analytics anomaly state - href: resources/intune-devices-userexperienceanalyticsanomalystate.md - - name: User experience analytics anomaly type - href: resources/intune-devices-userexperienceanalyticsanomalytype.md - - name: User experience analytics app health app performance by app version - href: resources/intune-devices-userexperienceanalyticsapphealthappperformancebyappversion.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsapphealthappperformancebyappversion-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsapphealthappperformancebyappversion-get.md - - name: User experience analytics app health app performance by app version details - href: resources/intune-devices-userexperienceanalyticsapphealthappperformancebyappversiondetails.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsapphealthappperformancebyappversiondetails-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsapphealthappperformancebyappversiondetails-get.md - - name: User experience analytics app health app performance by app version device id - href: resources/intune-devices-userexperienceanalyticsapphealthappperformancebyappversiondeviceid.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsapphealthappperformancebyappversiondeviceid-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsapphealthappperformancebyappversiondeviceid-get.md - - name: User experience analytics app health app performance by o s version - href: resources/intune-devices-userexperienceanalyticsapphealthappperformancebyosversion.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsapphealthappperformancebyosversion-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsapphealthappperformancebyosversion-get.md - - name: User experience analytics app health application performance - href: resources/intune-devices-userexperienceanalyticsapphealthapplicationperformance.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsapphealthapplicationperformance-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsapphealthapplicationperformance-get.md - - name: User experience analytics app health device model performance - href: resources/intune-devices-userexperienceanalyticsapphealthdevicemodelperformance.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsapphealthdevicemodelperformance-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsapphealthdevicemodelperformance-get.md - - name: User experience analytics app health device performance - href: resources/intune-devices-userexperienceanalyticsapphealthdeviceperformance.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsapphealthdeviceperformance-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsapphealthdeviceperformance-get.md - - name: User experience analytics app health device performance details - href: resources/intune-devices-userexperienceanalyticsapphealthdeviceperformancedetails.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsapphealthdeviceperformancedetails-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsapphealthdeviceperformancedetails-get.md - - name: User experience analytics app health o s version performance - href: resources/intune-devices-userexperienceanalyticsapphealthosversionperformance.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsapphealthosversionperformance-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsapphealthosversionperformance-get.md - - name: User experience analytics autopilot devices summary - href: resources/intune-devices-userexperienceanalyticsautopilotdevicessummary.md - - name: User experience analytics baseline - href: resources/intune-devices-userexperienceanalyticsbaseline.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsbaseline-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsbaseline-get.md - - name: User experience analytics battery health app impact - href: resources/intune-devices-userexperienceanalyticsbatteryhealthappimpact.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsbatteryhealthappimpact-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsbatteryhealthappimpact-get.md - - name: User experience analytics battery health capacity details - href: resources/intune-devices-userexperienceanalyticsbatteryhealthcapacitydetails.md - items: - - name: Get - href: api/intune-devices-userexperienceanalyticsbatteryhealthcapacitydetails-get.md - - name: User experience analytics battery health device app impact - href: resources/intune-devices-userexperienceanalyticsbatteryhealthdeviceappimpact.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsbatteryhealthdeviceappimpact-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsbatteryhealthdeviceappimpact-get.md - - name: User experience analytics battery health device performance - href: resources/intune-devices-userexperienceanalyticsbatteryhealthdeviceperformance.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsbatteryhealthdeviceperformance-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsbatteryhealthdeviceperformance-get.md - - name: User experience analytics battery health device runtime history - href: resources/intune-devices-userexperienceanalyticsbatteryhealthdeviceruntimehistory.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsbatteryhealthdeviceruntimehistory-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsbatteryhealthdeviceruntimehistory-get.md - - name: User experience analytics battery health model performance - href: resources/intune-devices-userexperienceanalyticsbatteryhealthmodelperformance.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsbatteryhealthmodelperformance-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsbatteryhealthmodelperformance-get.md - - name: User experience analytics battery health os performance - href: resources/intune-devices-userexperienceanalyticsbatteryhealthosperformance.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsbatteryhealthosperformance-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsbatteryhealthosperformance-get.md - - name: User experience analytics battery health runtime details - href: resources/intune-devices-userexperienceanalyticsbatteryhealthruntimedetails.md - items: - - name: Get - href: api/intune-devices-userexperienceanalyticsbatteryhealthruntimedetails-get.md - - name: User experience analytics category - href: resources/intune-devices-userexperienceanalyticscategory.md - items: - - name: Get - href: api/intune-devices-userexperienceanalyticscategory-get.md - - name: User experience analytics cloud identity devices summary - href: resources/intune-devices-userexperienceanalyticscloudidentitydevicessummary.md - - name: User experience analytics cloud management devices summary - href: resources/intune-devices-userexperienceanalyticscloudmanagementdevicessummary.md - - name: User experience analytics device performance - href: resources/intune-devices-userexperienceanalyticsdeviceperformance.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsdeviceperformance-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsdeviceperformance-get.md - - name: summarizeDevicePerformanceDevices - href: api/intune-devices-userexperienceanalyticsdeviceperformance-summarizedeviceperformancedevices.md - - name: User experience analytics device scope - href: resources/intune-devices-userexperienceanalyticsdevicescope.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsdevicescope-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsdevicescope-get.md - - name: triggerDeviceScopeAction action - href: api/intune-devices-userexperienceanalyticsdevicescope-triggerdevicescopeaction.md - - name: User experience analytics device scope summary - href: resources/intune-devices-userexperienceanalyticsdevicescopesummary.md - - name: User experience analytics device scores - href: resources/intune-devices-userexperienceanalyticsdevicescores.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsdevicescores-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsdevicescores-get.md - - name: User experience analytics device startup history - href: resources/intune-devices-userexperienceanalyticsdevicestartuphistory.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsdevicestartuphistory-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsdevicestartuphistory-get.md - - name: User experience analytics device startup process - href: resources/intune-devices-userexperienceanalyticsdevicestartupprocess.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsdevicestartupprocess-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsdevicestartupprocess-get.md - - name: User experience analytics device startup process performance - href: resources/intune-devices-userexperienceanalyticsdevicestartupprocessperformance.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsdevicestartupprocessperformance-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsdevicestartupprocessperformance-get.md - - name: User experience analytics device status - href: resources/intune-devices-userexperienceanalyticsdevicestatus.md - - name: User experience analytics device without cloud identity - href: resources/intune-devices-userexperienceanalyticsdevicewithoutcloudidentity.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsdevicewithoutcloudidentity-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsdevicewithoutcloudidentity-get.md - - name: User experience analytics health state - href: resources/intune-devices-userexperienceanalyticshealthstate.md - - name: User experience analytics impacting process - href: resources/intune-devices-userexperienceanalyticsimpactingprocess.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsimpactingprocess-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsimpactingprocess-get.md - - name: User experience analytics insight - href: resources/intune-devices-userexperienceanalyticsinsight.md - - name: User experience analytics insight severity - href: resources/intune-devices-userexperienceanalyticsinsightseverity.md - - name: User experience analytics insight value - href: resources/intune-devices-userexperienceanalyticsinsightvalue.md - - name: User experience analytics metric - href: resources/intune-devices-userexperienceanalyticsmetric.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsmetric-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsmetric-get.md - - name: User experience analytics metric history - href: resources/intune-devices-userexperienceanalyticsmetrichistory.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsmetrichistory-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsmetrichistory-get.md - - name: User experience analytics model scores - href: resources/intune-devices-userexperienceanalyticsmodelscores.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsmodelscores-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsmodelscores-get.md - - name: User experience analytics not autopilot ready device - href: resources/intune-devices-userexperienceanalyticsnotautopilotreadydevice.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsnotautopilotreadydevice-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsnotautopilotreadydevice-get.md - - name: User experience analytics operating system restart category - href: resources/intune-devices-userexperienceanalyticsoperatingsystemrestartcategory.md - - name: User experience analytics overview - href: resources/intune-devices-userexperienceanalyticsoverview.md - items: - - name: Get - href: api/intune-devices-userexperienceanalyticsoverview-get.md - - name: User experience analytics remote connection - href: resources/intune-devices-userexperienceanalyticsremoteconnection.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsremoteconnection-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsremoteconnection-get.md - - name: summarizeDeviceRemoteConnection - href: api/intune-devices-userexperienceanalyticsremoteconnection-summarizedeviceremoteconnection.md - - name: User experience analytics resource performance - href: resources/intune-devices-userexperienceanalyticsresourceperformance.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsresourceperformance-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsresourceperformance-get.md - - name: summarizeDeviceResourcePerformance - href: api/intune-devices-userexperienceanalyticsresourceperformance-summarizedeviceresourceperformance.md - - name: User experience analytics score history - href: resources/intune-devices-userexperienceanalyticsscorehistory.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsscorehistory-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsscorehistory-get.md - - name: User experience analytics settings - href: resources/intune-devices-userexperienceanalyticssettings.md - - name: User experience analytics summarized by - href: resources/intune-devices-userexperienceanalyticssummarizedby.md - - name: User experience analytics Windows 10 devices summary - href: resources/intune-devices-userexperienceanalyticswindows10devicessummary.md - - name: User experience analytics work from anywhere device - href: resources/intune-devices-userexperienceanalyticsworkfromanywheredevice.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsworkfromanywheredevice-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsworkfromanywheredevice-get.md - - name: User experience analytics work from anywhere devices summary - href: resources/intune-devices-userexperienceanalyticsworkfromanywheredevicessummary.md - - name: User experience analytics work from anywhere hardware readiness metric - href: resources/intune-devices-userexperienceanalyticsworkfromanywherehardwarereadinessmetric.md - items: - - name: Get - href: api/intune-devices-userexperienceanalyticsworkfromanywherehardwarereadinessmetric-get.md - - name: User experience analytics work from anywhere metric - href: resources/intune-devices-userexperienceanalyticsworkfromanywheremetric.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsworkfromanywheremetric-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsworkfromanywheremetric-get.md - - name: User experience analytics work from anywhere model performance - href: resources/intune-devices-userexperienceanalyticsworkfromanywheremodelperformance.md - items: - - name: List - href: api/intune-devices-userexperienceanalyticsworkfromanywheremodelperformance-list.md - - name: Get - href: api/intune-devices-userexperienceanalyticsworkfromanywheremodelperformance-get.md - - name: Windows defender product status - href: resources/intune-devices-windowsdefenderproductstatus.md - - name: Windows defender scan action result - href: resources/intune-devices-windowsdefenderscanactionresult.md - - name: Windows device account - href: resources/intune-devices-windowsdeviceaccount.md - - name: Windows device AD account - href: resources/intune-devices-windowsdeviceadaccount.md - - name: Windows device Microsoft Entra account - href: resources/intune-devices-windowsdeviceazureadaccount.md - - name: Windows device health state - href: resources/intune-devices-windowsdevicehealthstate.md - - name: Windows device malware state - href: resources/intune-devices-windowsdevicemalwarestate.md - items: - - name: List - href: api/intune-devices-windowsdevicemalwarestate-list.md - - name: Get - href: api/intune-devices-windowsdevicemalwarestate-get.md - - name: Create - href: api/intune-devices-windowsdevicemalwarestate-create.md - - name: Delete - href: api/intune-devices-windowsdevicemalwarestate-delete.md - - name: Update - href: api/intune-devices-windowsdevicemalwarestate-update.md - - name: Windows malware category - href: resources/intune-devices-windowsmalwarecategory.md - - name: Windows malware category count - href: resources/intune-devices-windowsmalwarecategorycount.md - - name: Windows malware execution state - href: resources/intune-devices-windowsmalwareexecutionstate.md - - name: Windows malware execution state count - href: resources/intune-devices-windowsmalwareexecutionstatecount.md - - name: Windows malware information - href: resources/intune-devices-windowsmalwareinformation.md - items: - - name: List - href: api/intune-devices-windowsmalwareinformation-list.md - - name: Get - href: api/intune-devices-windowsmalwareinformation-get.md - - name: Create - href: api/intune-devices-windowsmalwareinformation-create.md - - name: Delete - href: api/intune-devices-windowsmalwareinformation-delete.md - - name: Update - href: api/intune-devices-windowsmalwareinformation-update.md - - name: Windows malware name count - href: resources/intune-devices-windowsmalwarenamecount.md - - name: Windows malware overview - href: resources/intune-devices-windowsmalwareoverview.md - - name: Windows malware severity - href: resources/intune-devices-windowsmalwareseverity.md - - name: Windows malware severity count - href: resources/intune-devices-windowsmalwareseveritycount.md - - name: Windows malware state - href: resources/intune-devices-windowsmalwarestate.md - - name: Windows malware state count - href: resources/intune-devices-windowsmalwarestatecount.md - - name: Windows malware threat state - href: resources/intune-devices-windowsmalwarethreatstate.md - - name: Windows managed device - href: resources/intune-devices-windowsmanageddevice.md - items: - - name: List - href: api/intune-devices-windowsmanageddevice-list.md - - name: Get - href: api/intune-devices-windowsmanageddevice-get.md - - name: Create - href: api/intune-devices-windowsmanageddevice-create.md - - name: Delete - href: api/intune-devices-windowsmanageddevice-delete.md - - name: Update - href: api/intune-devices-windowsmanageddevice-update.md - - name: Windows management app - href: resources/intune-devices-windowsmanagementapp.md - items: - - name: Get - href: api/intune-devices-windowsmanagementapp-get.md - - name: Update - href: api/intune-devices-windowsmanagementapp-update.md - - name: setAsManagedInstaller action - href: api/intune-devices-windowsmanagementapp-setasmanagedinstaller.md - - name: Windows management app health state - href: resources/intune-devices-windowsmanagementapphealthstate.md - items: - - name: List - href: api/intune-devices-windowsmanagementapphealthstate-list.md - - name: Get - href: api/intune-devices-windowsmanagementapphealthstate-get.md - - name: Create - href: api/intune-devices-windowsmanagementapphealthstate-create.md - - name: Delete - href: api/intune-devices-windowsmanagementapphealthstate-delete.md - - name: Update - href: api/intune-devices-windowsmanagementapphealthstate-update.md - - name: Windows protection state - href: resources/intune-devices-windowsprotectionstate.md - items: - - name: Get - href: api/intune-devices-windowsprotectionstate-get.md - - name: Update - href: api/intune-devices-windowsprotectionstate-update.md - - name: Mobile app management (MAM) - href: resources/intune-mam-conceptual.md - items: - - name: Android managed app registration - href: resources/intune-mam-androidmanagedappregistration.md - items: - - name: List - href: api/intune-mam-androidmanagedappregistration-list.md - - name: Get - href: api/intune-mam-androidmanagedappregistration-get.md - - name: Create - href: api/intune-mam-androidmanagedappregistration-create.md - - name: Android managed app safety net apps verification type - href: resources/intune-mam-androidmanagedappsafetynetappsverificationtype.md - - name: Android managed app safety net device attestation type - href: resources/intune-mam-androidmanagedappsafetynetdeviceattestationtype.md - - name: Android managed app safety net evaluation type - href: resources/intune-mam-androidmanagedappsafetynetevaluationtype.md - - name: Android mobile app identifier - href: resources/intune-mam-androidmobileappidentifier.md - - name: App management level - href: resources/intune-mam-appmanagementlevel.md - - name: Application type - href: resources/intune-wip-applicationtype.md - - name: Default managed app protection - href: resources/intune-mam-defaultmanagedappprotection.md - items: - - name: List - href: api/intune-mam-defaultmanagedappprotection-list.md - - name: Get - href: api/intune-mam-defaultmanagedappprotection-get.md - - name: Create - href: api/intune-mam-defaultmanagedappprotection-create.md - - name: Delete - href: api/intune-mam-defaultmanagedappprotection-delete.md - - name: Update - href: api/intune-mam-defaultmanagedappprotection-update.md - - name: Device management configuration setting - href: resources/intune-mam-devicemanagementconfigurationsetting.md - items: - - name: List - href: api/intune-mam-devicemanagementconfigurationsetting-list.md - - name: Get - href: api/intune-mam-devicemanagementconfigurationsetting-get.md - - name: Create - href: api/intune-mam-devicemanagementconfigurationsetting-create.md - - name: Delete - href: api/intune-mam-devicemanagementconfigurationsetting-delete.md - - name: Update - href: api/intune-mam-devicemanagementconfigurationsetting-update.md - - name: Device management reports - href: resources/intune-mam-devicemanagementreports.md - items: - - name: Get - href: api/intune-mam-devicemanagementreports-get.md - - name: Update - href: api/intune-mam-devicemanagementreports-update.md - - name: getMobileApplicationManagementAppRegistrationSummaryReport action - href: api/intune-mam-devicemanagementreports-getmobileapplicationmanagementappregistrationsummaryreport.md - - name: getMobileApplicationManagementAppConfigurationReport action - href: api/intune-mam-devicemanagementreports-getmobileapplicationmanagementappconfigurationreport.md - - name: Device platform type - href: resources/intune-wip-deviceplatformtype.md - - name: Intune branding profile - href: resources/intune-wip-intunebrandingprofile.md - items: - - name: List - href: api/intune-wip-intunebrandingprofile-list.md - - name: Get - href: api/intune-wip-intunebrandingprofile-get.md - - name: Create - href: api/intune-wip-intunebrandingprofile-create.md - - name: Delete - href: api/intune-wip-intunebrandingprofile-delete.md - - name: Update - href: api/intune-wip-intunebrandingprofile-update.md - - name: assign action - href: api/intune-wip-intunebrandingprofile-assign.md - - name: Intune branding profile assignment - href: resources/intune-wip-intunebrandingprofileassignment.md - items: - - name: List - href: api/intune-wip-intunebrandingprofileassignment-list.md - - name: Get - href: api/intune-wip-intunebrandingprofileassignment-get.md - - name: Create - href: api/intune-wip-intunebrandingprofileassignment-create.md - - name: Delete - href: api/intune-wip-intunebrandingprofileassignment-delete.md - - name: Update - href: api/intune-wip-intunebrandingprofileassignment-update.md - - name: iOS managed app registration - href: resources/intune-mam-iosmanagedappregistration.md - items: - - name: List - href: api/intune-mam-iosmanagedappregistration-list.md - - name: Get - href: api/intune-mam-iosmanagedappregistration-get.md - - name: iOS mobile app identifier - href: resources/intune-mam-iosmobileappidentifier.md - - name: JSON - href: resources/intune-mam-json.md - - name: Key/value pair - href: resources/intune-mam-keyvaluepair.md - - name: Mac app identifier - href: resources/intune-mam-macappidentifier.md - - name: Managed app clipboard sharing level - href: resources/intune-mam-managedappclipboardsharinglevel.md - - name: Managed app configuration - href: resources/intune-mam-managedappconfiguration.md - items: - - name: List - href: api/intune-mam-managedappconfiguration-list.md - - name: Get - href: api/intune-mam-managedappconfiguration-get.md - - name: Managed app data encryption type - href: resources/intune-mam-managedappdataencryptiontype.md - - name: Managed app data ingestion location - href: resources/intune-mam-managedappdataingestionlocation.md - - name: Managed app data storage location - href: resources/intune-mam-managedappdatastoragelocation.md - - name: Managed app data transfer level - href: resources/intune-mam-managedappdatatransferlevel.md - - name: Managed app device threat level - href: resources/intune-mam-managedappdevicethreatlevel.md - - name: Managed app diagnostic status - href: resources/intune-mam-managedappdiagnosticstatus.md - - name: Managed app flagged reason - href: resources/intune-mam-managedappflaggedreason.md - - name: Managed app notification restriction - href: resources/intune-mam-managedappnotificationrestriction.md - - name: Managed app operation - href: resources/intune-mam-managedappoperation.md - items: - - name: List - href: api/intune-mam-managedappoperation-list.md - - name: Get - href: api/intune-mam-managedappoperation-get.md - - name: Create - href: api/intune-mam-managedappoperation-create.md - - name: Delete - href: api/intune-mam-managedappoperation-delete.md - - name: Update - href: api/intune-mam-managedappoperation-update.md - - name: Managed app phone number redirect level - href: resources/intune-mam-managedappphonenumberredirectlevel.md - - name: Managed app PIN character set - href: resources/intune-mam-managedapppincharacterset.md - - name: Managed app policy - href: resources/intune-mam-managedapppolicy.md - items: - - name: List - href: api/intune-mam-managedapppolicy-list.md - - name: Get - href: api/intune-mam-managedapppolicy-get.md - - name: targetApps action - href: api/intune-mam-managedapppolicy-targetapps.md - - name: Managed app policy deployment summary - href: resources/intune-mam-managedapppolicydeploymentsummary.md - items: - - name: Get - href: api/intune-mam-managedapppolicydeploymentsummary-get.md - - name: Update - href: api/intune-mam-managedapppolicydeploymentsummary-update.md - - name: Managed app policy deployment summary per app - href: resources/intune-mam-managedapppolicydeploymentsummaryperapp.md - - name: Managed app protection - href: resources/intune-mam-managedappprotection.md - items: - - name: List - href: api/intune-mam-managedappprotection-list.md - - name: Get - href: api/intune-mam-managedappprotection-get.md - - name: targetApps action - href: api/intune-mam-managedappprotection-targetapps.md - - name: Managed app registration - href: resources/intune-mam-managedappregistration.md - items: - - name: List - href: api/intune-mam-managedappregistration-list.md - - name: Get - href: api/intune-mam-managedappregistration-get.md - - name: Managed app remediation action - href: resources/intune-mam-managedappremediationaction.md - - name: Managed app status - href: resources/intune-mam-managedappstatus.md - items: - - name: List - href: api/intune-mam-managedappstatus-list.md - - name: Get - href: api/intune-mam-managedappstatus-get.md - - name: Managed app status raw - href: resources/intune-mam-managedappstatusraw.md - items: - - name: List - href: api/intune-mam-managedappstatusraw-list.md - - name: Get - href: api/intune-mam-managedappstatusraw-get.md - - name: Managed browser type - href: resources/intune-mam-managedbrowsertype.md - - name: Managed mobile app - href: resources/intune-mam-managedmobileapp.md - items: - - name: List - href: api/intune-mam-managedmobileapp-list.md - - name: Get - href: api/intune-mam-managedmobileapp-get.md - - name: Create - href: api/intune-mam-managedmobileapp-create.md - - name: Delete - href: api/intune-mam-managedmobileapp-delete.md - - name: Update - href: api/intune-mam-managedmobileapp-update.md - - name: Mobile app identifier - href: resources/intune-mam-mobileappidentifier.md - - name: Mobile threat defense partner priority - href: resources/intune-mam-mobilethreatdefensepartnerpriority.md - - name: Targeted managed app group type - href: resources/intune-mam-targetedmanagedappgrouptype.md - - name: Targeted managed app policy assignment - href: resources/intune-mam-targetedmanagedapppolicyassignment.md - items: - - name: List - href: api/intune-mam-targetedmanagedapppolicyassignment-list.md - - name: Get - href: api/intune-mam-targetedmanagedapppolicyassignment-get.md - - name: Delete - href: api/intune-mam-targetedmanagedapppolicyassignment-delete.md - - name: Update - href: api/intune-mam-targetedmanagedapppolicyassignment-update.md - - name: Targeted managed app protection - href: resources/intune-mam-targetedmanagedappprotection.md - items: - - name: List - href: api/intune-mam-targetedmanagedappprotection-list.md - - name: Get - href: api/intune-mam-targetedmanagedappprotection-get.md - - name: assign action - href: api/intune-mam-targetedmanagedappprotection-assign.md - - name: targetApps action - href: api/intune-mam-targetedmanagedappprotection-targetapps.md - - name: Windows app identifier - href: resources/intune-mam-windowsappidentifier.md - - name: Windows information protection - href: resources/intune-mam-windowsinformationprotection.md - items: - - name: List - href: api/intune-mam-windowsinformationprotection-list.md - - name: Get - href: api/intune-mam-windowsinformationprotection-get.md - - name: assign action - href: api/intune-mam-windowsinformationprotection-assign.md - - name: Windows information protection app - href: resources/intune-mam-windowsinformationprotectionapp.md - - name: Windows information protection app learning summary - href: resources/intune-wip-windowsinformationprotectionapplearningsummary.md - items: - - name: List - href: api/intune-wip-windowsinformationprotectionapplearningsummary-list.md - - name: Get - href: api/intune-wip-windowsinformationprotectionapplearningsummary-get.md - - name: Create - href: api/intune-wip-windowsinformationprotectionapplearningsummary-create.md - - name: Delete - href: api/intune-wip-windowsinformationprotectionapplearningsummary-delete.md - - name: Update - href: api/intune-wip-windowsinformationprotectionapplearningsummary-update.md - - name: Windows information protection app locker file - href: resources/intune-mam-windowsinformationprotectionapplockerfile.md - items: - - name: List - href: api/intune-mam-windowsinformationprotectionapplockerfile-list.md - - name: Get - href: api/intune-mam-windowsinformationprotectionapplockerfile-get.md - - name: Create - href: api/intune-mam-windowsinformationprotectionapplockerfile-create.md - - name: Delete - href: api/intune-mam-windowsinformationprotectionapplockerfile-delete.md - - name: Update - href: api/intune-mam-windowsinformationprotectionapplockerfile-update.md - - name: Windows information protection data recovery certificate - href: resources/intune-mam-windowsinformationprotectiondatarecoverycertificate.md - - name: Windows information protection desktop app - href: resources/intune-mam-windowsinformationprotectiondesktopapp.md - - name: Windows information protection device registration - href: resources/intune-mam-windowsinformationprotectiondeviceregistration.md - items: - - name: List - href: api/intune-mam-windowsinformationprotectiondeviceregistration-list.md - - name: Get - href: api/intune-mam-windowsinformationprotectiondeviceregistration-get.md - - name: Create - href: api/intune-mam-windowsinformationprotectiondeviceregistration-create.md - - name: Delete - href: api/intune-mam-windowsinformationprotectiondeviceregistration-delete.md - - name: Update - href: api/intune-mam-windowsinformationprotectiondeviceregistration-update.md - - name: wipe action - href: api/intune-mam-windowsinformationprotectiondeviceregistration-wipe.md - - name: Windows information protection enforcement level - href: resources/intune-mam-windowsinformationprotectionenforcementlevel.md - - name: Windows information protection IP range collection - href: resources/intune-mam-windowsinformationprotectioniprangecollection.md - - name: Windows information protection network learning summary - href: resources/intune-wip-windowsinformationprotectionnetworklearningsummary.md - items: - - name: List - href: api/intune-wip-windowsinformationprotectionnetworklearningsummary-list.md - - name: Get - href: api/intune-wip-windowsinformationprotectionnetworklearningsummary-get.md - - name: Create - href: api/intune-wip-windowsinformationprotectionnetworklearningsummary-create.md - - name: Delete - href: api/intune-wip-windowsinformationprotectionnetworklearningsummary-delete.md - - name: Update - href: api/intune-wip-windowsinformationprotectionnetworklearningsummary-update.md - - name: Windows information protection PIN character requirements - href: resources/intune-mam-windowsinformationprotectionpincharacterrequirements.md - - name: Windows information protection policy - href: resources/intune-mam-windowsinformationprotectionpolicy.md - items: - - name: List - href: api/intune-mam-windowsinformationprotectionpolicy-list.md - - name: Get - href: api/intune-mam-windowsinformationprotectionpolicy-get.md - - name: Create - href: api/intune-mam-windowsinformationprotectionpolicy-create.md - - name: Delete - href: api/intune-mam-windowsinformationprotectionpolicy-delete.md - - name: Update - href: api/intune-mam-windowsinformationprotectionpolicy-update.md - - name: Windows information protection proxied domain collection - href: resources/intune-mam-windowsinformationprotectionproxieddomaincollection.md - - name: Windows information protection resource collection - href: resources/intune-mam-windowsinformationprotectionresourcecollection.md - - name: Windows information protection store app - href: resources/intune-mam-windowsinformationprotectionstoreapp.md - - name: Windows information protection wipe action - href: resources/intune-mam-windowsinformationprotectionwipeaction.md - items: - - name: List - href: api/intune-mam-windowsinformationprotectionwipeaction-list.md - - name: Get - href: api/intune-mam-windowsinformationprotectionwipeaction-get.md - - name: Create - href: api/intune-mam-windowsinformationprotectionwipeaction-create.md - - name: Delete - href: api/intune-mam-windowsinformationprotectionwipeaction-delete.md - - name: Update - href: api/intune-mam-windowsinformationprotectionwipeaction-update.md - - name: Windows managed app clipboard sharing level - href: resources/intune-mam-windowsmanagedappclipboardsharinglevel.md - - name: Windows managed app data transfer level - href: resources/intune-mam-windowsmanagedappdatatransferlevel.md - - name: Windows managed app protection - href: resources/intune-mam-windowsmanagedappprotection.md - items: - - name: List - href: api/intune-mam-windowsmanagedappprotection-list.md - - name: Get - href: api/intune-mam-windowsmanagedappprotection-get.md - - name: Create - href: api/intune-mam-windowsmanagedappprotection-create.md - - name: Delete - href: api/intune-mam-windowsmanagedappprotection-delete.md - - name: Update - href: api/intune-mam-windowsmanagedappprotection-update.md - - name: targetApps action - href: api/intune-mam-windowsmanagedappprotection-targetapps.md - - name: assign action - href: api/intune-mam-windowsmanagedappprotection-assign.md - - name: Onboarding - href: resources/intune-onboarding-conceptual.md - items: - - name: Certificate connector setting - href: resources/intune-onboarding-certificateconnectorsetting.md - - name: Compliance management partner - href: resources/intune-onboarding-compliancemanagementpartner.md - items: - - name: List - href: api/intune-onboarding-compliancemanagementpartner-list.md - - name: Get - href: api/intune-onboarding-compliancemanagementpartner-get.md - - name: Create - href: api/intune-onboarding-compliancemanagementpartner-create.md - - name: Delete - href: api/intune-onboarding-compliancemanagementpartner-delete.md - - name: Update - href: api/intune-onboarding-compliancemanagementpartner-update.md - - name: Compliance management partner assignment - href: resources/intune-onboarding-compliancemanagementpartnerassignment.md - - name: Device and app management data - href: resources/intune-onboarding-deviceandappmanagementdata.md - - name: Device comanagement authority configuration - href: resources/intune-onboarding-devicecomanagementauthorityconfiguration.md - items: - - name: List - href: api/intune-onboarding-devicecomanagementauthorityconfiguration-list.md - - name: Get - href: api/intune-onboarding-devicecomanagementauthorityconfiguration-get.md - - name: Create - href: api/intune-onboarding-devicecomanagementauthorityconfiguration-create.md - - name: Delete - href: api/intune-onboarding-devicecomanagementauthorityconfiguration-delete.md - - name: Update - href: api/intune-onboarding-devicecomanagementauthorityconfiguration-update.md - - name: Device enrollment configuration type - href: resources/intune-onboarding-deviceenrollmentconfigurationtype.md - - name: Device enrollment limit configuration - href: resources/intune-onboarding-deviceenrollmentlimitconfiguration.md - items: - - name: List - href: api/intune-onboarding-deviceenrollmentlimitconfiguration-list.md - - name: Get - href: api/intune-onboarding-deviceenrollmentlimitconfiguration-get.md - - name: Create - href: api/intune-onboarding-deviceenrollmentlimitconfiguration-create.md - - name: Delete - href: api/intune-onboarding-deviceenrollmentlimitconfiguration-delete.md - - name: Update - href: api/intune-onboarding-deviceenrollmentlimitconfiguration-update.md - - name: Device enrollment notification configuration - href: resources/intune-onboarding-deviceenrollmentnotificationconfiguration.md - items: - - name: List - href: api/intune-onboarding-deviceenrollmentnotificationconfiguration-list.md - - name: Get - href: api/intune-onboarding-deviceenrollmentnotificationconfiguration-get.md - - name: Create - href: api/intune-onboarding-deviceenrollmentnotificationconfiguration-create.md - - name: Delete - href: api/intune-onboarding-deviceenrollmentnotificationconfiguration-delete.md - - name: Update - href: api/intune-onboarding-deviceenrollmentnotificationconfiguration-update.md - - name: Device enrollment platform restriction - href: resources/intune-onboarding-deviceenrollmentplatformrestriction.md - - name: Device enrollment platform restriction configuration - href: resources/intune-onboarding-deviceenrollmentplatformrestrictionconfiguration.md - items: - - name: List - href: api/intune-onboarding-deviceenrollmentplatformrestrictionconfiguration-list.md - - name: Get - href: api/intune-onboarding-deviceenrollmentplatformrestrictionconfiguration-get.md - - name: Create - href: api/intune-onboarding-deviceenrollmentplatformrestrictionconfiguration-create.md - - name: Delete - href: api/intune-onboarding-deviceenrollmentplatformrestrictionconfiguration-delete.md - - name: Update - href: api/intune-onboarding-deviceenrollmentplatformrestrictionconfiguration-update.md - - name: Device enrollment platform restrictions configuration - href: resources/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration.md - items: - - name: List - href: api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-list.md - - name: Get - href: api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-get.md - - name: Create - href: api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-create.md - - name: Delete - href: api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-delete.md - - name: Update - href: api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-update.md - - name: Device enrollment Windows Hello for business configuration - href: resources/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration.md - items: - - name: List - href: api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-list.md - - name: Get - href: api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-get.md - - name: Create - href: api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-create.md - - name: Delete - href: api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-delete.md - - name: Update - href: api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-update.md - - name: Device management exchange access level - href: resources/intune-onboarding-devicemanagementexchangeaccesslevel.md - - name: Device management exchange access rule - href: resources/intune-onboarding-devicemanagementexchangeaccessrule.md - - name: Device management exchange access rule type - href: resources/intune-onboarding-devicemanagementexchangeaccessruletype.md - - name: Device management exchange connector - href: resources/intune-onboarding-devicemanagementexchangeconnector.md - items: - - name: List - href: api/intune-onboarding-devicemanagementexchangeconnector-list.md - - name: Get - href: api/intune-onboarding-devicemanagementexchangeconnector-get.md - - name: Create - href: api/intune-onboarding-devicemanagementexchangeconnector-create.md - - name: Delete - href: api/intune-onboarding-devicemanagementexchangeconnector-delete.md - - name: Update - href: api/intune-onboarding-devicemanagementexchangeconnector-update.md - - name: sync action - href: api/intune-onboarding-devicemanagementexchangeconnector-sync.md - - name: Device management exchange connector status - href: resources/intune-onboarding-devicemanagementexchangeconnectorstatus.md - - name: Device management exchange connector sync type - href: resources/intune-onboarding-devicemanagementexchangeconnectorsynctype.md - - name: Device management exchange connector type - href: resources/intune-onboarding-devicemanagementexchangeconnectortype.md - - name: Device management exchange device class - href: resources/intune-onboarding-devicemanagementexchangedeviceclass.md - - name: Device management exchange on-premises policy - href: resources/intune-onboarding-devicemanagementexchangeonpremisespolicy.md - items: - - name: Get - href: api/intune-onboarding-devicemanagementexchangeonpremisespolicy-get.md - - name: Update - href: api/intune-onboarding-devicemanagementexchangeonpremisespolicy-update.md - - name: Device management partner - href: resources/intune-onboarding-devicemanagementpartner.md - items: - - name: List - href: api/intune-onboarding-devicemanagementpartner-list.md - - name: Get - href: api/intune-onboarding-devicemanagementpartner-get.md - - name: Create - href: api/intune-onboarding-devicemanagementpartner-create.md - - name: Delete - href: api/intune-onboarding-devicemanagementpartner-delete.md - - name: Update - href: api/intune-onboarding-devicemanagementpartner-update.md - - name: terminate action - href: api/intune-onboarding-devicemanagementpartner-terminate.md - - name: Device management partner app type - href: resources/intune-onboarding-devicemanagementpartnerapptype.md - - name: Device management partner assignment - href: resources/intune-onboarding-devicemanagementpartnerassignment.md - - name: Device management partner tenant state - href: resources/intune-onboarding-devicemanagementpartnertenantstate.md - - name: Device platform type - href: resources/intune-onboarding-deviceplatformtype.md - - name: Enrollment configuration assignment - href: resources/intune-onboarding-enrollmentconfigurationassignment.md - items: - - name: List - href: api/intune-onboarding-enrollmentconfigurationassignment-list.md - - name: Get - href: api/intune-onboarding-enrollmentconfigurationassignment-get.md - - name: Create - href: api/intune-onboarding-enrollmentconfigurationassignment-create.md - - name: Delete - href: api/intune-onboarding-enrollmentconfigurationassignment-delete.md - - name: Update - href: api/intune-onboarding-enrollmentconfigurationassignment-update.md - - name: Enrollment notification branding options - href: resources/intune-onboarding-enrollmentnotificationbrandingoptions.md - - name: Enrollment notification template type - href: resources/intune-onboarding-enrollmentnotificationtemplatetype.md - - name: Enrollment restriction platform type - href: resources/intune-onboarding-enrollmentrestrictionplatformtype.md - - name: Intune brand - href: resources/intune-onboarding-intunebrand.md - - name: MDM authority - href: resources/intune-onboarding-mdmauthority.md - - name: Microsoft store for business portal selection options - href: resources/intune-onboarding-microsoftstoreforbusinessportalselectionoptions.md - - name: Mobile threat defense connector - href: resources/intune-onboarding-mobilethreatdefenseconnector.md - items: - - name: List - href: api/intune-onboarding-mobilethreatdefenseconnector-list.md - - name: Get - href: api/intune-onboarding-mobilethreatdefenseconnector-get.md - - name: Create - href: api/intune-onboarding-mobilethreatdefenseconnector-create.md - - name: Delete - href: api/intune-onboarding-mobilethreatdefenseconnector-delete.md - - name: Update - href: api/intune-onboarding-mobilethreatdefenseconnector-update.md - - name: Mobile threat partner tenant state - href: resources/intune-onboarding-mobilethreatpartnertenantstate.md - - name: On-premises conditional access settings - href: resources/intune-onboarding-onpremisesconditionalaccesssettings.md - items: - - name: Get - href: api/intune-onboarding-onpremisesconditionalaccesssettings-get.md - - name: Update - href: api/intune-onboarding-onpremisesconditionalaccesssettings-update.md - - name: Organization - href: resources/intune-onboarding-organization.md - items: - - name: List - href: api/intune-onboarding-organization-list.md - - name: Get - href: api/intune-onboarding-organization-get.md - - name: Update - href: api/intune-onboarding-organization-update.md - - name: setMobileDeviceManagementAuthority action - href: api/intune-onboarding-organization-setmobiledevicemanagementauthority.md - - name: VPP token - href: resources/intune-onboarding-vpptoken.md - items: - - name: List - href: api/intune-onboarding-vpptoken-list.md - - name: Get - href: api/intune-onboarding-vpptoken-get.md - - name: Create - href: api/intune-onboarding-vpptoken-create.md - - name: Delete - href: api/intune-onboarding-vpptoken-delete.md - - name: Update - href: api/intune-onboarding-vpptoken-update.md - - name: syncLicenses action - href: api/intune-onboarding-vpptoken-synclicenses.md - - name: syncLicenses action - href: api/intune-onboarding-vpptoken-synclicenses.md - - name: revokeLicenses action - href: api/intune-onboarding-vpptoken-revokelicenses.md - - name: syncLicenseCounts action - href: api/intune-onboarding-vpptoken-synclicensecounts.md - - name: VPP token action result - href: resources/intune-onboarding-vpptokenactionresult.md - - name: VPP token license summary - href: resources/intune-onboarding-vpptokenlicensesummary.md - - name: VPP token revoke licenses action result - href: resources/intune-onboarding-vpptokenrevokelicensesactionresult.md - - name: VPP token state - href: resources/intune-onboarding-vpptokenstate.md - - name: VPP token sync status - href: resources/intune-onboarding-vpptokensyncstatus.md - - name: Windows 10 enrollment completion page configuration - href: resources/intune-onboarding-windows10enrollmentcompletionpageconfiguration.md - items: - - name: List - href: api/intune-onboarding-windows10enrollmentcompletionpageconfiguration-list.md - - name: Get - href: api/intune-onboarding-windows10enrollmentcompletionpageconfiguration-get.md - - name: Create - href: api/intune-onboarding-windows10enrollmentcompletionpageconfiguration-create.md - - name: Delete - href: api/intune-onboarding-windows10enrollmentcompletionpageconfiguration-delete.md - - name: Update - href: api/intune-onboarding-windows10enrollmentcompletionpageconfiguration-update.md - - name: Windows Hello for business PIN usage - href: resources/intune-onboarding-windowshelloforbusinesspinusage.md - - name: Role-based access control (RBAC) - href: resources/intune-rbac-conceptual.md - items: - - name: Device and app management assigned role details - href: resources/intune-rbac-deviceandappmanagementassignedroledetails.md - - name: Device and app management role assignment - href: resources/intune-rbac-deviceandappmanagementroleassignment.md - items: - - name: List - href: api/intune-rbac-deviceandappmanagementroleassignment-list.md - - name: Get - href: api/intune-rbac-deviceandappmanagementroleassignment-get.md - - name: Create - href: api/intune-rbac-deviceandappmanagementroleassignment-create.md - - name: Delete - href: api/intune-rbac-deviceandappmanagementroleassignment-delete.md - - name: Update - href: api/intune-rbac-deviceandappmanagementroleassignment-update.md - - name: Device and app management role definition - href: resources/intune-rbac-deviceandappmanagementroledefinition.md - items: - - name: List - href: api/intune-rbac-deviceandappmanagementroledefinition-list.md - - name: Get - href: api/intune-rbac-deviceandappmanagementroledefinition-get.md - - name: Create - href: api/intune-rbac-deviceandappmanagementroledefinition-create.md - - name: Delete - href: api/intune-rbac-deviceandappmanagementroledefinition-delete.md - - name: Update - href: api/intune-rbac-deviceandappmanagementroledefinition-update.md - - name: Identity - href: resources/intune-rbac-identity.md - - name: Identity set - href: resources/intune-rbac-identityset.md - - name: Operation approval policy - href: resources/intune-rbac-operationapprovalpolicy.md - items: - - name: List - href: api/intune-rbac-operationapprovalpolicy-list.md - - name: Get - href: api/intune-rbac-operationapprovalpolicy-get.md - - name: Create - href: api/intune-rbac-operationapprovalpolicy-create.md - - name: Delete - href: api/intune-rbac-operationapprovalpolicy-delete.md - - name: Update - href: api/intune-rbac-operationapprovalpolicy-update.md - - name: Operation approval policy platform - href: resources/intune-rbac-operationapprovalpolicyplatform.md - - name: Operation approval policy set - href: resources/intune-rbac-operationapprovalpolicyset.md - - name: Operation approval policy type - href: resources/intune-rbac-operationapprovalpolicytype.md - - name: Operation approval request - href: resources/intune-rbac-operationapprovalrequest.md - items: - - name: List - href: api/intune-rbac-operationapprovalrequest-list.md - - name: Get - href: api/intune-rbac-operationapprovalrequest-get.md - - name: Create - href: api/intune-rbac-operationapprovalrequest-create.md - - name: Delete - href: api/intune-rbac-operationapprovalrequest-delete.md - - name: Update - href: api/intune-rbac-operationapprovalrequest-update.md - - name: approve action - href: api/intune-rbac-operationapprovalrequest-approve.md - - name: reject action - href: api/intune-rbac-operationapprovalrequest-reject.md - - name: cancelApproval action - href: api/intune-rbac-operationapprovalrequest-cancelapproval.md - - name: getRequestStatus action - href: api/intune-rbac-operationapprovalrequest-getrequeststatus.md - - name: getMyRequestById - href: api/intune-rbac-operationapprovalrequest-getmyrequestbyid.md - - name: getMyRequests - href: api/intune-rbac-operationapprovalrequest-getmyrequests.md - - name: cancelMyRequest action - href: api/intune-rbac-operationapprovalrequest-cancelmyrequest.md - - name: Operation approval request entity status - href: resources/intune-rbac-operationapprovalrequestentitystatus.md - - name: Operation approval request status - href: resources/intune-rbac-operationapprovalrequeststatus.md - - name: Rbac application multiple - href: resources/intune-rbac-rbacapplicationmultiple.md - items: - - name: Get - href: api/intune-rbac-rbacapplicationmultiple-get.md - - name: Update - href: api/intune-rbac-rbacapplicationmultiple-update.md - - name: Resource action - href: resources/intune-rbac-resourceaction.md - - name: Resource operation - href: resources/intune-rbac-resourceoperation.md - items: - - name: List - href: api/intune-rbac-resourceoperation-list.md - - name: Get - href: api/intune-rbac-resourceoperation-get.md - - name: Create - href: api/intune-rbac-resourceoperation-create.md - - name: Delete - href: api/intune-rbac-resourceoperation-delete.md - - name: Update - href: api/intune-rbac-resourceoperation-update.md - - name: Role assignment - href: resources/intune-rbac-roleassignment.md - items: - - name: List - href: api/intune-rbac-roleassignment-list.md - - name: Get - href: api/intune-rbac-roleassignment-get.md - - name: Create - href: api/intune-rbac-roleassignment-create.md - - name: Delete - href: api/intune-rbac-roleassignment-delete.md - - name: Update - href: api/intune-rbac-roleassignment-update.md - - name: Role assignment scope type - href: resources/intune-rbac-roleassignmentscopetype.md - - name: Role definition - href: resources/intune-rbac-roledefinition.md - items: - - name: List - href: api/intune-rbac-roledefinition-list.md - - name: Get - href: api/intune-rbac-roledefinition-get.md - - name: Create - href: api/intune-rbac-roledefinition-create.md - - name: Delete - href: api/intune-rbac-roledefinition-delete.md - - name: Update - href: api/intune-rbac-roledefinition-update.md - - name: Role management - href: resources/intune-rbac-rolemanagement.md - items: - - name: Get - href: api/intune-rbac-rolemanagement-get.md - - name: Update - href: api/intune-rbac-rolemanagement-update.md - - name: Role permission - href: resources/intune-rbac-rolepermission.md - - name: Role scope tag - href: resources/intune-rbac-rolescopetag.md - items: - - name: List - href: api/intune-rbac-rolescopetag-list.md - - name: Get - href: api/intune-rbac-rolescopetag-get.md - - name: Create - href: api/intune-rbac-rolescopetag-create.md - - name: Delete - href: api/intune-rbac-rolescopetag-delete.md - - name: Update - href: api/intune-rbac-rolescopetag-update.md - - name: assign action - href: api/intune-rbac-rolescopetag-assign.md - - name: getRoleScopeTagsById action - href: api/intune-rbac-rolescopetag-getrolescopetagsbyid.md - - name: getRoleScopeTagsById action - href: api/intune-rbac-rolescopetag-getrolescopetagsbyid.md - - name: Role scope tag auto assignment - href: resources/intune-rbac-rolescopetagautoassignment.md - items: - - name: List - href: api/intune-rbac-rolescopetagautoassignment-list.md - - name: Get - href: api/intune-rbac-rolescopetagautoassignment-get.md - - name: Create - href: api/intune-rbac-rolescopetagautoassignment-create.md - - name: Delete - href: api/intune-rbac-rolescopetagautoassignment-delete.md - - name: Update - href: api/intune-rbac-rolescopetagautoassignment-update.md - - name: Shared resources - href: resources/intune-shared-conceptual.md - items: - - name: Action state - href: resources/intune-shared-actionstate.md - - name: All devices assignment target - href: resources/intune-shared-alldevicesassignmenttarget.md - - name: All licensed users assignment target - href: resources/intune-shared-alllicensedusersassignmenttarget.md - - name: Android enterprise always on VPN package type - href: resources/intune-shared-androidenterprisealwaysonvpnpackagetype.md - - name: Android managed app protection - href: resources/intune-shared-androidmanagedappprotection.md - items: - - name: List - href: api/intune-shared-androidmanagedappprotection-list.md - - name: Get - href: api/intune-shared-androidmanagedappprotection-get.md - - name: Create - href: api/intune-shared-androidmanagedappprotection-create.md - - name: Delete - href: api/intune-shared-androidmanagedappprotection-delete.md - - name: Update - href: api/intune-shared-androidmanagedappprotection-update.md - - name: hasPayloadLinks action - href: api/intune-shared-androidmanagedappprotection-haspayloadlinks.md - - name: Android managed store app assignment settings - href: resources/intune-shared-androidmanagedstoreappassignmentsettings.md - - name: Android managed store auto update mode - href: resources/intune-shared-androidmanagedstoreautoupdatemode.md - - name: Certificate destination store - href: resources/intune-shared-certificatedestinationstore.md - - name: Certificate issuance states - href: resources/intune-shared-certificateissuancestates.md - - name: Certificate revocation status - href: resources/intune-shared-certificaterevocationstatus.md - - name: Certificate store - href: resources/intune-shared-certificatestore.md - - name: Certificate validity period scale - href: resources/intune-shared-certificatevalidityperiodscale.md - - name: Company portal action - href: resources/intune-shared-companyportalaction.md - - name: Company portal blocked action - href: resources/intune-shared-companyportalblockedaction.md - - name: Compliance status - href: resources/intune-shared-compliancestatus.md - - name: Configuration manager collection assignment target - href: resources/intune-shared-configurationmanagercollectionassignmenttarget.md - - name: Device and app management assignment filter type - href: resources/intune-shared-deviceandappmanagementassignmentfiltertype.md - - name: Device and app management assignment source - href: resources/intune-shared-deviceandappmanagementassignmentsource.md - - name: Device and app management assignment target - href: resources/intune-shared-deviceandappmanagementassignmenttarget.md - - name: Device app management - href: resources/intune-shared-deviceappmanagement.md - items: - - name: Get - href: api/intune-shared-deviceappmanagement-get.md - - name: Update - href: api/intune-shared-deviceappmanagement-update.md - - name: syncMicrosoftStoreForBusinessApps action - href: api/intune-shared-deviceappmanagement-syncmicrosoftstoreforbusinessapps.md - - name: Device category - href: resources/intune-shared-devicecategory.md - items: - - name: List - href: api/intune-shared-devicecategory-list.md - - name: Get - href: api/intune-shared-devicecategory-get.md - - name: Create - href: api/intune-shared-devicecategory-create.md - - name: Delete - href: api/intune-shared-devicecategory-delete.md - - name: Update - href: api/intune-shared-devicecategory-update.md - - name: Device compliance policy - href: resources/intune-shared-devicecompliancepolicy.md - items: - - name: List - href: api/intune-shared-devicecompliancepolicy-list.md - - name: Get - href: api/intune-shared-devicecompliancepolicy-get.md - - name: assign action - href: api/intune-shared-devicecompliancepolicy-assign.md - - name: refreshDeviceComplianceReportSummarization action - href: api/intune-shared-devicecompliancepolicy-refreshdevicecompliancereportsummarization.md - - name: hasPayloadLinks action - href: api/intune-shared-devicecompliancepolicy-haspayloadlinks.md - - name: Device configuration - href: resources/intune-shared-deviceconfiguration.md - items: - - name: List - href: api/intune-shared-deviceconfiguration-list.md - - name: Get - href: api/intune-shared-deviceconfiguration-get.md - - name: assign action - href: api/intune-shared-deviceconfiguration-assign.md - - name: windowsPrivacyAccessControls action - href: api/intune-shared-deviceconfiguration-windowsprivacyaccesscontrols.md - - name: assignedAccessMultiModeProfiles action - href: api/intune-shared-deviceconfiguration-assignedaccessmultimodeprofiles.md - - name: getTargetedUsersAndDevices action - href: api/intune-shared-deviceconfiguration-gettargetedusersanddevices.md - - name: hasPayloadLinks action - href: api/intune-shared-deviceconfiguration-haspayloadlinks.md - - name: Device enrollment configuration - href: resources/intune-shared-deviceenrollmentconfiguration.md - items: - - name: List - href: api/intune-shared-deviceenrollmentconfiguration-list.md - - name: Get - href: api/intune-shared-deviceenrollmentconfiguration-get.md - - name: setPriority action - href: api/intune-shared-deviceenrollmentconfiguration-setpriority.md - - name: assign action - href: api/intune-shared-deviceenrollmentconfiguration-assign.md - - name: hasPayloadLinks action - href: api/intune-shared-deviceenrollmentconfiguration-haspayloadlinks.md - - name: Device management - href: resources/intune-shared-devicemanagement.md - items: - - name: Get - href: api/intune-shared-devicemanagement-get.md - - name: Update - href: api/intune-shared-devicemanagement-update.md - - name: enableLegacyPcManagement action - href: api/intune-shared-devicemanagement-enablelegacypcmanagement.md - - name: sendCustomNotificationToCompanyPortal action - href: api/intune-shared-devicemanagement-sendcustomnotificationtocompanyportal.md - - name: Device management derived credential settings - href: resources/intune-shared-devicemanagementderivedcredentialsettings.md - items: - - name: Get - href: api/intune-shared-devicemanagementderivedcredentialsettings-get.md - - name: Update - href: api/intune-shared-devicemanagementderivedcredentialsettings-update.md - - name: List - href: api/intune-shared-devicemanagementderivedcredentialsettings-list.md - - name: Delete - href: api/intune-shared-devicemanagementderivedcredentialsettings-delete.md - - name: Device management script - href: resources/intune-shared-devicemanagementscript.md - items: - - name: List - href: api/intune-shared-devicemanagementscript-list.md - - name: Get - href: api/intune-shared-devicemanagementscript-get.md - - name: Create - href: api/intune-shared-devicemanagementscript-create.md - - name: Delete - href: api/intune-shared-devicemanagementscript-delete.md - - name: Update - href: api/intune-shared-devicemanagementscript-update.md - - name: assign action - href: api/intune-shared-devicemanagementscript-assign.md - - name: hasPayloadLinks action - href: api/intune-shared-devicemanagementscript-haspayloadlinks.md - - name: Enablement - href: resources/intune-shared-enablement.md - - name: Enrollment availability options - href: resources/intune-shared-enrollmentavailabilityoptions.md - - name: Enrollment state - href: resources/intune-shared-enrollmentstate.md - - name: Exclusion group assignment target - href: resources/intune-shared-exclusiongroupassignmenttarget.md - - name: Extended key usage - href: resources/intune-shared-extendedkeyusage.md - - name: Group assignment target - href: resources/intune-shared-groupassignmenttarget.md - - name: Hash algorithms - href: resources/intune-shared-hashalgorithms.md - - name: Install intent - href: resources/intune-shared-installintent.md - - name: iOS LOB app assignment settings - href: resources/intune-shared-ioslobappassignmentsettings.md - - name: iOS LOB app provisioning configuration - href: resources/intune-shared-ioslobappprovisioningconfiguration.md - items: - - name: List - href: api/intune-shared-ioslobappprovisioningconfiguration-list.md - - name: Get - href: api/intune-shared-ioslobappprovisioningconfiguration-get.md - - name: Create - href: api/intune-shared-ioslobappprovisioningconfiguration-create.md - - name: Delete - href: api/intune-shared-ioslobappprovisioningconfiguration-delete.md - - name: Update - href: api/intune-shared-ioslobappprovisioningconfiguration-update.md - - name: assign action - href: api/intune-shared-ioslobappprovisioningconfiguration-assign.md - - name: hasPayloadLinks action - href: api/intune-shared-ioslobappprovisioningconfiguration-haspayloadlinks.md - - name: iOS managed app protection - href: resources/intune-shared-iosmanagedappprotection.md - items: - - name: List - href: api/intune-shared-iosmanagedappprotection-list.md - - name: Get - href: api/intune-shared-iosmanagedappprotection-get.md - - name: Create - href: api/intune-shared-iosmanagedappprotection-create.md - - name: Delete - href: api/intune-shared-iosmanagedappprotection-delete.md - - name: Update - href: api/intune-shared-iosmanagedappprotection-update.md - - name: hasPayloadLinks action - href: api/intune-shared-iosmanagedappprotection-haspayloadlinks.md - - name: iOS store app assignment settings - href: resources/intune-shared-iosstoreappassignmentsettings.md - - name: iOS VPP app assignment settings - href: resources/intune-shared-iosvppappassignmentsettings.md - - name: IP range - href: resources/intune-shared-iprange.md - - name: IPv4 range - href: resources/intune-shared-ipv4range.md - - name: IPv6 range - href: resources/intune-shared-ipv6range.md - - name: Key long value pair - href: resources/intune-shared-keylongvaluepair.md - - name: Key size - href: resources/intune-shared-keysize.md - - name: Key storage provider option - href: resources/intune-shared-keystorageprovideroption.md - - name: Key usages - href: resources/intune-shared-keyusages.md - - name: macOS LOB app assignment settings - href: resources/intune-shared-macoslobappassignmentsettings.md - - name: macOS VPP app assignment settings - href: resources/intune-shared-macosvppappassignmentsettings.md - - name: Managed device owner type - href: resources/intune-shared-manageddeviceownertype.md - - name: Management agent type - href: resources/intune-shared-managementagenttype.md - - name: MDM windows information protection policy - href: resources/intune-shared-mdmwindowsinformationprotectionpolicy.md - items: - - name: List - href: api/intune-shared-mdmwindowsinformationprotectionpolicy-list.md - - name: Get - href: api/intune-shared-mdmwindowsinformationprotectionpolicy-get.md - - name: Create - href: api/intune-shared-mdmwindowsinformationprotectionpolicy-create.md - - name: Delete - href: api/intune-shared-mdmwindowsinformationprotectionpolicy-delete.md - - name: Update - href: api/intune-shared-mdmwindowsinformationprotectionpolicy-update.md - - name: hasPayloadLinks action - href: api/intune-shared-mdmwindowsinformationprotectionpolicy-haspayloadlinks.md - - name: Microsoft store for business app assignment settings - href: resources/intune-shared-microsoftstoreforbusinessappassignmentsettings.md - - name: MIME content - href: resources/intune-shared-mimecontent.md - - name: Mobile app - href: resources/intune-shared-mobileapp.md - items: - - name: List - href: api/intune-shared-mobileapp-list.md - - name: Get - href: api/intune-shared-mobileapp-get.md - - name: assign action - href: api/intune-shared-mobileapp-assign.md - - name: getTopMobileApps - href: api/intune-shared-mobileapp-gettopmobileapps.md - - name: updateRelationships action - href: api/intune-shared-mobileapp-updaterelationships.md - - name: hasPayloadLinks action - href: api/intune-shared-mobileapp-haspayloadlinks.md - - name: Mobile app assignment settings - href: resources/intune-shared-mobileappassignmentsettings.md - - name: Mobile app install time settings - href: resources/intune-shared-mobileappinstalltimesettings.md - - name: Mobile app troubleshooting event - href: resources/intune-shared-mobileapptroubleshootingevent.md - items: - - name: List - href: api/intune-shared-mobileapptroubleshootingevent-list.md - - name: Get - href: api/intune-shared-mobileapptroubleshootingevent-get.md - - name: Create - href: api/intune-shared-mobileapptroubleshootingevent-create.md - - name: Delete - href: api/intune-shared-mobileapptroubleshootingevent-delete.md - - name: Update - href: api/intune-shared-mobileapptroubleshootingevent-update.md - - name: Owner type - href: resources/intune-shared-ownertype.md - - name: Proxied domain - href: resources/intune-shared-proxieddomain.md - - name: Report - href: resources/intune-shared-report.md - - name: Report root - href: resources/intune-shared-reportroot.md - items: - - name: Get - href: api/intune-shared-reportroot-get.md - - name: Update - href: api/intune-shared-reportroot-update.md - - name: RGB color - href: resources/intune-shared-rgbcolor.md - - name: Run as account type - href: resources/intune-shared-runasaccounttype.md - - name: Saved UI state generation options - href: resources/intune-shared-saveduistategenerationoptions.md - - name: Setting source type - href: resources/intune-shared-settingsourcetype.md - - name: Subject alternative name type - href: resources/intune-shared-subjectalternativenametype.md - - name: Subject name format - href: resources/intune-shared-subjectnameformat.md - - name: Targeted managed app configuration - href: resources/intune-shared-targetedmanagedappconfiguration.md - items: - - name: List - href: api/intune-shared-targetedmanagedappconfiguration-list.md - - name: Get - href: api/intune-shared-targetedmanagedappconfiguration-get.md - - name: Create - href: api/intune-shared-targetedmanagedappconfiguration-create.md - - name: Delete - href: api/intune-shared-targetedmanagedappconfiguration-delete.md - - name: Update - href: api/intune-shared-targetedmanagedappconfiguration-update.md - - name: assign action - href: api/intune-shared-targetedmanagedappconfiguration-assign.md - - name: targetApps action - href: api/intune-shared-targetedmanagedappconfiguration-targetapps.md - - name: hasPayloadLinks action - href: api/intune-shared-targetedmanagedappconfiguration-haspayloadlinks.md - - name: URI - href: resources/intune-shared-uri.md - - name: User - href: resources/intune-shared-user.md - items: - - name: List - href: api/intune-shared-user-list.md - - name: Get - href: api/intune-shared-user-get.md - - name: Create - href: api/intune-shared-user-create.md - - name: Delete - href: api/intune-shared-user-delete.md - - name: Update - href: api/intune-shared-user-update.md - - name: removeAllDevicesFromManagement action - href: api/intune-shared-user-removealldevicesfrommanagement.md - - name: wipeManagedAppRegistrationByDeviceTag action - href: api/intune-shared-user-wipemanagedappregistrationbydevicetag.md - - name: wipeManagedAppRegistrationsByDeviceTag action - href: api/intune-shared-user-wipemanagedappregistrationsbydevicetag.md - - name: VPP token account type - href: resources/intune-shared-vpptokenaccounttype.md - - name: VPP token action failure reason - href: resources/intune-shared-vpptokenactionfailurereason.md - - name: Win get app assignment settings - href: resources/intune-shared-wingetappassignmentsettings.md - - name: Win get app install time settings - href: resources/intune-shared-wingetappinstalltimesettings.md - - name: Win get app notification - href: resources/intune-shared-wingetappnotification.md - - name: Win get app restart settings - href: resources/intune-shared-wingetapprestartsettings.md - - name: Win32 LOB app assignment settings - href: resources/intune-shared-win32lobappassignmentsettings.md - - name: Win32 LOB app delivery optimization priority - href: resources/intune-shared-win32lobappdeliveryoptimizationpriority.md - - name: Win32 LOB app notification - href: resources/intune-shared-win32lobappnotification.md - - name: Win32 LOB app restart settings - href: resources/intune-shared-win32lobapprestartsettings.md - - name: Windows AppX app assignment settings - href: resources/intune-shared-windowsappxappassignmentsettings.md - - name: Windows autopilot deployment profile - href: resources/intune-shared-windowsautopilotdeploymentprofile.md - items: - - name: Get - href: api/intune-shared-windowsautopilotdeploymentprofile-get.md - - name: assign action - href: api/intune-shared-windowsautopilotdeploymentprofile-assign.md - - name: hasPayloadLinks action - href: api/intune-shared-windowsautopilotdeploymentprofile-haspayloadlinks.md - - name: Windows domain join configuration - href: resources/intune-shared-windowsdomainjoinconfiguration.md - items: - - name: List - href: api/intune-shared-windowsdomainjoinconfiguration-list.md - - name: Get - href: api/intune-shared-windowsdomainjoinconfiguration-get.md - - name: Create - href: api/intune-shared-windowsdomainjoinconfiguration-create.md - - name: Delete - href: api/intune-shared-windowsdomainjoinconfiguration-delete.md - - name: Update - href: api/intune-shared-windowsdomainjoinconfiguration-update.md - - name: Windows universal AppX app assignment settings - href: resources/intune-shared-windowsuniversalappxappassignmentsettings.md - - name: Windows update state - href: resources/intune-shared-windowsupdatestate.md - items: - - name: List - href: api/intune-shared-windowsupdatestate-list.md - - name: Get - href: api/intune-shared-windowsupdatestate-get.md - - name: Create - href: api/intune-shared-windowsupdatestate-create.md - - name: Delete - href: api/intune-shared-windowsupdatestate-delete.md - - name: Update - href: api/intune-shared-windowsupdatestate-update.md - - name: Device updates (preview) - displayName: Windows updates - items: - - name: Updates - href: resources/adminwindowsupdates.md - - name: Catalog - items: - - name: Catalog - href: resources/windowsupdates-catalog.md - - name: Feature update catalog entry - href: resources/windowsupdates-featureupdatecatalogentry.md - - name: Quality update catalog entry - href: resources/windowsupdates-qualityupdatecatalogentry.md - - name: Driver update catalog entry - href: resources/windowsupdates-driverupdatecatalogentry.md - - name: List catalog entries - href: api/windowsupdates-catalog-list-entries.md - - name: Compliance change - href: resources/windowsupdates-compliancechange.md - items: - - name: List - href: api/windowsupdates-updatepolicy-list-compliancechanges.md - - name: Get - href: api/windowsupdates-compliancechange-get.md - - name: Update - href: api/windowsupdates-compliancechange-update.md - - name: Delete - href: api/windowsupdates-compliancechange-delete.md - - name: Content approval - href: resources/windowsupdates-contentapproval.md - items: - - name: List - href: api/windowsupdates-updatepolicy-list-compliancechanges-contentapproval.md - - name: Create - href: api/windowsupdates-updatepolicy-post-compliancechanges-contentapproval.md - - name: Get - href: api/windowsupdates-contentapproval-get.md - - name: Update - href: api/windowsupdates-contentapproval-update.md - - name: Delete - href: api/windowsupdates-contentapproval-delete.md - - name: Deployable content - items: - - name: Catalog content - href: resources/windowsupdates-catalogcontent.md - - name: Deployment - href: resources/windowsupdates-deployment.md - items: - - name: List deployments - href: api/adminwindowsupdates-list-deployments.md - - name: Create deployment - href: api/adminwindowsupdates-post-deployments.md - - name: Get deployment - href: api/windowsupdates-deployment-get.md - - name: Update deployment - href: api/windowsupdates-deployment-update.md - - name: Delete deployment - href: api/windowsupdates-deployment-delete.md - - name: Deployment audience - href: resources/windowsupdates-deploymentaudience.md - items: - - name: List - href: api/adminwindowsupdates-list-deploymentaudiences.md - - name: Create - href: api/adminwindowsupdates-post-deploymentaudiences.md - - name: Get - href: api/windowsupdates-deploymentaudience-get.md - - name: Delete - href: api/windowsupdates-deploymentaudience-delete.md - - name: List members - href: api/windowsupdates-deploymentaudience-list-members.md - - name: List exclusions - href: api/windowsupdates-deploymentaudience-list-exclusions.md - - name: Update members and exclusions - href: api/windowsupdates-deploymentaudience-updateaudience.md - - name: Update by ID - href: api/windowsupdates-deploymentaudience-updateaudiencebyid.md - - name: Resource connection - href: resources/windowsupdates-resourceconnection.md - items: - - name: List - href: api/adminwindowsupdates-list-resourceconnections.md - - name: Get - href: api/windowsupdates-resourceconnection-get.md - - name: Delete - href: api/windowsupdates-resourceconnection-delete.md - - name: Operational insights connection - href: resources/windowsupdates-operationalinsightsconnection.md - items: - - name: List - href: api/adminwindowsupdates-list-resourceconnections-operationalinsightsconnection.md - - name: Create - href: api/adminwindowsupdates-post-resourceconnections-operationalinsightsconnection.md - - name: Get - href: api/windowsupdates-operationalinsightsconnection-get.md - - name: Delete - href: api/windowsupdates-resourceconnection-delete.md - - name: Updatable asset - href: resources/windowsupdates-updatableasset.md - items: - - name: List updatable assets - href: api/adminwindowsupdates-list-updatableassets.md - - name: Get updatable asset - href: api/windowsupdates-updatableasset-get.md - - name: Delete updatable asset - href: api/windowsupdates-updatableasset-delete.md - - name: Microsoft Entra device - href: resources/windowsupdates-azureaddevice.md - items: - - name: List Microsoft Entra devices - href: api/adminwindowsupdates-list-updatableassets-azureaddevice.md - - name: Get Microsoft Entra device - href: api/windowsupdates-azureaddevice-get.md - - name: Delete Microsoft Entra device - href: api/windowsupdates-azureaddevice-delete.md - - name: Enroll in update management - href: api/windowsupdates-updatableasset-enrollassets.md - - name: Enroll by ID - href: api/windowsupdates-updatableasset-enrollassetsbyid.md - - name: Unenroll from update management - href: api/windowsupdates-updatableasset-unenrollassets.md - - name: Unenroll by ID - href: api/windowsupdates-updatableasset-unenrollassetsbyid.md - - name: Updatable asset group - href: resources/windowsupdates-updatableassetgroup.md - items: - - name: List updatable asset groups - href: api/adminwindowsupdates-list-updatableassets-updatableassetgroup.md - - name: Create updatable asset group - href: api/adminwindowsupdates-post-updatableassets-updatableassetgroup.md - - name: Get updatable asset group - href: api/windowsupdates-updatableassetgroup-get.md - - name: Delete updatable asset group - href: api/windowsupdates-updatableassetgroup-delete.md - - name: List members - href: api/windowsupdates-updatableassetgroup-list-members.md - - name: Add members - href: api/windowsupdates-updatableassetgroup-addmembers.md - - name: Add members by ID - href: api/windowsupdates-updatableassetgroup-addmembersbyid.md - - name: Remove members - href: api/windowsupdates-updatableassetgroup-removemembers.md - - name: Remove members by ID - href: api/windowsupdates-updatableassetgroup-removemembersbyid.md - - name: Update policy - href: resources/windowsupdates-updatepolicy.md - items: - - name: List - href: api/adminwindowsupdates-list-updatepolicies.md - - name: Create - href: api/adminwindowsupdates-post-updatepolicies.md - - name: Get - href: api/windowsupdates-updatepolicy-get.md - - name: Update - href: api/windowsupdates-updatepolicy-update.md - - name: Delete - href: api/windowsupdates-updatepolicy-delete.md - - name: Microsoft 365 apps (preview) - displayName: Microsoft 365 applications - items: - - name: Admin Microsoft 365 apps - href: resources/adminmicrosoft365apps.md - - name: Installation options - href: resources/m365appsInstallationoptions.md - items: - - name: Get - href: api/m365AppsInstallationOptions-get.md - - name: Update - href: api/m365AppsInstallationOptions-update.md - - name: Multi-tenant management (preview) - items: - - name: Managed tenant - href: resources/managedtenants-managedtenant.md - - name: Aggregated policy compliance - href: resources/managedtenants-aggregatedpolicycompliance.md - items: - - name: List aggregated policy compliances - href: api/managedtenants-managedtenant-list-aggregatedpolicycompliances.md - - name: Audit events - href: resources/managedtenants-auditevent.md - items: - - name: List - href: api/managedtenants-managedtenant-list-auditevents.md - - name: Get - href: api/managedtenants-auditevent-get.md - - name: Cloud PC connection - href: resources/managedtenants-cloudpcconnection.md - items: - - name: List cloud PC connections - href: api/managedtenants-managedtenant-list-cloudpcconnections.md - - name: Get cloud PC connection - href: api/managedtenants-cloudpcconnection-get.md - - name: Cloud PC device - href: resources/managedtenants-cloudpcdevice.md - items: - - name: List cloud PC devices - href: api/managedtenants-managedtenant-list-cloudpcdevices.md - - name: Get cloud PC device - href: api/managedtenants-cloudpcdevice-get.md - - name: Cloud PC overview - href: resources/managedtenants-cloudpcoverview.md - items: - - name: List cloud PC overviews - href: api/managedtenants-managedtenant-list-cloudpcsoverview.md - - name: Get cloud PC overview - href: api/managedtenants-cloudpcoverview-get.md - - name: Conditional access policy coverage - href: resources/managedtenants-conditionalaccesspolicycoverage.md - items: - - name: List conditional access coverages - href: api/managedtenants-managedtenant-list-conditionalaccesspolicycoverages.md - - name: Get conditional access policy coverage - href: api/managedtenants-conditionalaccesspolicycoverage-get.md - - name: Credential user registrations summary - href: resources/managedtenants-credentialuserregistrationssummary.md - items: - - name: List credential user registration summaries - href: api/managedtenants-managedtenant-list-credentialuserregistrationssummaries.md - - name: Get credential user registrations summary - href: api/managedtenants-credentialuserregistrationssummary-get.md - - name: Device compliance policy setting state summary - href: resources/managedtenants-devicecompliancepolicysettingstatesummary.md - items: - - name: List device compliance policy setting state summary - href: api/managedtenants-managedtenant-list-devicecompliancepolicysettingstatesummary.md - - name: Get device compliance policy setting state summary - href: api/managedtenants-devicecompliancepolicysettingstatesummary-get.md - - name: Managed device compliance - href: resources/managedtenants-manageddevicecompliance.md - items: - - name: List managed device compliances - href: api/managedtenants-managedtenant-list-manageddevicecompliances.md - - name: Get managed device compliance - href: api/managedtenants-manageddevicecompliance-get.md - - name: Managed device compliance trend - href: resources/managedtenants-manageddevicecompliancetrend.md - items: - - name: List managed device compliance trend - href: api/managedtenants-managedtenant-list-manageddevicecompliancetrends.md - - name: Get managed device compliance trend - href: api/managedtenants-manageddevicecompliancetrend-get.md - - name: Management action - href: resources/managedtenants-managementaction.md - items: - - name: List management action - href: api/managedtenants-managedtenant-list-managementactions.md - - name: Get management action - href: api/managedtenants-managementaction-get.md - - name: Apply management action - href: api/managedtenants-managementaction-apply.md - - name: Management action tenant deployment status - href: resources/managedtenants-managementactiontenantdeploymentstatus.md - items: - - name: List management action deployment statuses - href: api/managedtenants-managedtenant-list-managementactiontenantdeploymentstatuses.md - - name: Get management action deployment status - href: api/managedtenants-managementactiontenantdeploymentstatus-get.md - - name: Change management action deployment status - href: api/managedtenants-managementactiontenantdeploymentstatus-changedeploymentstatus.md - - name: Management intent - href: resources/managedtenants-managementintent.md - items: - - name: List management intents - href: api/managedtenants-managedtenant-list-managementintents.md - - name: Get management intent - href: api/managedtenants-managementintent-get.md - - name: Management template - href: resources/managedtenants-managementtemplate.md - items: - - name: List management templates - href: api/managedtenants-managedtenant-list-managementtemplates.md - - name: Get management template - href: api/managedtenants-managementtemplate-get.md - - name: My roles - href: resources/managedtenants-myrole.md - items: - - name: List - href: api/managedtenants-managedtenant-list-myroles.md - - name: Tenant customized information - href: resources/managedtenants-tenantcustomizedinformation.md - items: - - name: List tenant customized information - href: api/managedtenants-managedtenant-list-tenantscustomizedinformation.md - - name: Get tenant customized information - href: api/managedtenants-tenantcustomizedinformation-get.md - - name: Update tenant customized information - href: api/managedtenants-tenantcustomizedinformation-update.md - - name: Tenant detailed information - href: resources/managedtenants-tenantdetailedinformation.md - items: - - name: List tenant detailed information - href: api/managedtenants-managedtenant-list-tenantsdetailedinformation.md - - name: Get tenant detailed information - href: api/managedtenants-tenantdetailedinformation-get.md - - name: Tenant - href: resources/managedtenants-tenant.md - items: - - name: List tenants - href: api/managedtenants-managedtenant-list-tenants.md - - name: Get tenant - href: api/managedtenants-tenant-get.md - - name: Offboard tenant - href: api/managedtenants-tenant-offboardtenant.md - - name: Reset tenant onboarding status - href: api/managedtenants-tenant-resettenantonboardingstatus.md - - name: Tenant group - href: resources/managedtenants-tenantgroup.md - items: - - name: List tenant groups - href: api/managedtenants-managedtenant-list-tenantgroups.md - - name: Get tenant group - href: api/managedtenants-tenantgroup-get.md - - name: Search for tenant - href: api/managedtenants-tenantgroup-tenantsearch.md - - name: Tenant tag - href: resources/managedtenants-tenanttag.md - items: - - name: List tenant tags - href: api/managedtenants-managedtenant-list-tenanttags.md - - name: Create tenant tag - href: api/managedtenants-managedtenant-post-tenanttags.md - - name: Get tenant tag - href: api/managedtenants-tenanttag-get.md - - name: Update tenant tag - href: api/managedtenants-tenanttag-update.md - - name: Delete tenant tag - href: api/managedtenants-tenanttag-delete.md - - name: Assign tenant tag - href: api/managedtenants-tenanttag-assigntag.md - - name: Unassign tenant tag - href: api/managedtenants-tenanttag-unassigntag.md - - name: Tenant usage - href: resources/managedtenants-tenantusage.md - items: - - name: List - href: api/managedtenants-managedtenant-list-tenantusage.md - - name: Windows device malware state - href: resources/managedtenants-windowsdevicemalwarestate.md - items: - - name: List Windows device malware states - href: api/managedtenants-managedtenant-list-windowsdevicemalwarestates.md - - name: Get Windows device malware state - href: api/managedtenants-windowsdevicemalwarestate-get.md - - name: Windows protection state - href: resources/managedtenants-windowsprotectionstate.md - items: - - name: List Windows protection state - href: api/managedtenants-managedtenant-list-windowsprotectionstates.md - - name: Get Windows protection state - href: api/managedtenants-windowsprotectionstate-get.md - - name: Service health and communications - items: - - name: Overview - href: resources/service-communications-api-overview.md - - name: Service announcement - href: resources/serviceannouncement.md - - name: Service health - href: resources/servicehealth.md - items: - - name: List health overviews - href: api/serviceannouncement-list-healthoverviews.md - - name: Get service health - href: api/servicehealth-get.md - - name: Service health issue - href: resources/servicehealthissue.md - items: - - name: List issues - href: api/serviceannouncement-list-issues.md - - name: Get issue - href: api/servicehealthissue-get.md - - name: Get post-incident review report - href: api/servicehealthissue-incidentreport.md - - name: Service update message - href: resources/serviceupdatemessage.md - items: - - name: List messages - href: api/serviceannouncement-list-messages.md - - name: Get message - href: api/serviceupdatemessage-get.md - - name: Mark read status - href: api/serviceupdatemessage-markread.md - - name: Mark unread status - href: api/serviceupdatemessage-markunread.md - - name: Archive status - href: api/serviceupdatemessage-archive.md - - name: Unarchive status - href: api/serviceupdatemessage-unarchive.md - - name: Mark favorite status - href: api/serviceupdatemessage-favorite.md - - name: Remove favorite status - href: api/serviceupdatemessage-unfavorite.md - - name: List message attachments - href: api/serviceupdatemessage-list-attachments.md - - name: Service announcement attachment - href: resources/serviceannouncementattachment.md - items: - - name: Get - href: api/serviceannouncementattachment-get.md - - name: Education - items: - - name: Overview - href: resources/education-overview.md - - name: Schools - href: resources/educationschool.md - items: - - name: List schools - href: api/educationroot-list-schools.md - - name: Create school - href: api/educationroot-post-schools.md - - name: Get school - href: api/educationschool-get.md - - name: Update school - href: api/educationschool-update.md - - name: Delete school - href: api/educationschool-delete.md - - name: List classes - href: api/educationschool-list-classes.md - - name: Create class - href: api/educationschool-post-classes.md - - name: Remove class - href: api/educationschool-delete-classes.md - - name: List users - href: api/educationschool-list-users.md - - name: Add user - href: api/educationschool-post-users.md - - name: Remove user - href: api/educationschool-delete-users.md - - name: Get delta - href: api/educationschool-delta.md - - name: Classes - href: resources/educationclass.md - items: - - name: List schools - href: api/educationclass-list-schools.md - - name: List classes - href: api/educationroot-list-classes.md - - name: Create class - href: api/educationroot-post-classes.md - - name: Get class - href: api/educationclass-get.md - - name: Update class - href: api/educationclass-update.md - - name: Delete class - href: api/educationclass-delete.md - - name: List teachers - href: api/educationclass-list-teachers.md - - name: Add teacher - href: api/educationclass-post-teachers.md - - name: Remove teacher - href: api/educationclass-delete-teachers.md - - name: List members - href: api/educationclass-list-members.md - - name: Add member - href: api/educationclass-post-members.md - - name: Remove member - href: api/educationclass-delete-members.md - - name: List assignments - href: api/educationclass-list-assignments.md - - name: Create assignment - href: api/educationclass-post-assignments.md - - name: Get assignment settings - href: api/educationassignmentsettings-get.md - - name: Get assignment defaults - href: api/educationassignmentdefaults-get.md - - name: List categories - href: api/educationclass-list-categories.md - - name: List modules - href: api/educationclass-list-modules.md - - name: Create category - href: api/educationclass-post-category.md - - name: Get delta - href: api/educationclass-delta.md - - name: Users - href: resources/educationuser.md - items: - - name: Get user - href: api/educationuser-get.md - - name: Delete user - href: api/educationuser-delete.md - - name: List classes - href: api/educationuser-list-classes.md - - name: List rubrics - href: api/educationuser-list-rubrics.md - - name: Create rubric - href: api/educationuser-post-rubrics.md - - name: Get delta - href: api/educationuser-delta.md - - name: List schools - href: api/educationuser-list-schools.md - - name: List assignments - href: api/educationuser-list-assignments.md - - name: Assignment - href: resources/educationassignment.md - items: - - name: Create assignment - href: api/educationclass-post-assignments.md - - name: Get assignment - href: api/educationassignment-get.md - - name: Update assignment - href: api/educationassignment-update.md - - name: Delete assignment - href: api/educationassignment-delete.md - - name: List assignment resources - href: api/educationassignment-list-resources.md - - name: Create assignment resource - href: api/educationassignment-post-resources.md - - name: Get assignment resource - href: api/educationassignmentresource-get.md - - name: Delete resource from assignment - href: api/educationassignmentresource-delete.md - - name: Publish assignment - href: api/educationassignment-publish.md - - name: List submissions for assignment - href: api/educationassignment-list-submissions.md - - name: Set up assignment resources folder - href: api/educationassignment-setupresourcesfolder.md - - name: Set up assignment feedback resources folder - href: api/educationassignment-setupfeedbackresourcesfolder.md - - name: Get rubric attached to assignment - href: api/educationassignment-get-rubric.md - - name: List categories - href: api/educationassignment-list-categories.md - - name: Add category - href: api/educationassignment-post-categories.md - - name: Remove category - href: api/educationassignment-remove-category.md - - name: Attach rubric to assignment - href: api/educationassignment-put-rubric.md - - name: Remove rubric from assignment - href: api/educationassignment-delete-rubric.md - - name: Get delta - href: api/educationassignment-delta.md - - name: Add grading category - href: api/educationassignment-post-gradingcategory.md - - name: Update grading category - href: api/educationgradingcategory-update.md - - name: Remove grading category - href: api/educationassignment-delete-gradingcategory.md - - name: Activate assignment - href: api/educationassignment-activate.md - - name: Deactivate assignment - href: api/educationassignment-deactivate.md - - name: Assignment settings - href: resources/educationassignmentsettings.md - items: - - name: Get - href: api/educationassignmentsettings-get.md - - name: Update - href: api/educationassignmentsettings-update.md - - name: Assignment defaults - href: resources/educationassignmentdefaults.md - items: - - name: Get - href: api/educationassignmentdefaults-get.md - - name: Update - href: api/educationassignmentdefaults-update.md - - name: Category - href: resources/educationcategory.md - items: - - name: Create category - href: api/educationclass-post-category.md - - name: Get category - href: api/educationcategory-get.md - - name: Delete category - href: api/educationcategory-delete.md - - name: Get delta - href: api/educationcategory-delta.md - - name: Grading category - href: resources/educationgradingcategory.md - items: - - name: Add grading category - href: api/educationassignment-post-gradingcategory.md - - name: Update grading category - href: api/educationgradingcategory-update.md - - name: Delete grading category - href: api/educationassignment-delete-gradingcategory.md - - name: Module - href: resources/educationmodule.md - items: - - name: Create module - href: api/educationclass-post-module.md - - name: Get module - href: api/educationmodule-get.md - - name: Update module - href: api/educationmodule-update.md - - name: Delete module - href: api/educationmodule-delete.md - - name: List module resources - href: api/educationmodule-list-resources.md - - name: Create module resource - href: api/educationmodule-post-resources.md - - name: Get module resource - href: api/educationmoduleresource-get.md - - name: Update module resource - href: api/educationmoduleresource-update.md - - name: Delete resource from module - href: api/educationmoduleresource-delete.md - - name: Publish module - href: api/educationmodule-publish.md - - name: Set up module resources folder - href: api/educationmodule-setupresourcesfolder.md - - name: Pin module - href: api/educationmodule-pin.md - - name: Unpin module - href: api/educationmodule-unpin.md - - name: Rubric - href: resources/educationrubric.md - items: - - name: Create - href: api/educationuser-post-rubrics.md - - name: Get - href: api/educationrubric-get.md - - name: Update - href: api/educationrubric-update.md - - name: Delete - href: api/educationrubric-delete.md - - name: Submission - href: resources/educationsubmission.md - items: - - name: List submissions for assignment - href: api/educationassignment-list-submissions.md - - name: List submission resources - href: api/educationsubmission-list-resources.md - - name: Add submission resource - href: api/educationsubmission-post-resources.md - - name: Add submission feedback resource outcome - href: api/educationfeedbackresourceoutcome-post-outcomes.md - - name: Get submission resource - href: api/educationsubmissionresource-get.md - - name: Delete submission resource - href: api/educationsubmissionresource-delete.md - - name: Delete feedback resource outcome - href: api/educationfeedbackresourceoutcome-delete.md - - name: Get submission - href: api/educationsubmission-get.md - - name: Set up submission resources folder - href: api/educationsubmission-setupresourcesfolder.md - - name: Submit submission - href: api/educationsubmission-submit.md - - name: Unsubmit submission - href: api/educationsubmission-unsubmit.md - - name: List submitted resources - href: api/educationsubmission-list-submittedresources.md - - name: List outcomes - href: api/educationsubmission-list-outcomes.md - - name: Get submitted resource - href: api/educationsubmittedsubmissionresource-get.md - - name: Return submission - href: api/educationsubmission-return.md - - name: Reassign submission - href: api/educationsubmission-reassign.md - - name: Excuse submission - href: api/educationsubmission-excuse.md - - name: Outcome - items: - - name: Outcome - href: resources/educationoutcome.md - - name: Feedback outcome type - href: resources/educationfeedbackoutcome.md - - name: Feedback resource outcome type - href: resources/educationfeedbackresourceoutcome.md - - name: Points outcome type - href: resources/educationpointsoutcome.md - - name: Rubric outcome type - href: resources/educationrubricoutcome.md - - name: Update outcome - href: api/educationoutcome-update.md - - name: Synchronization profile - href: resources/educationsynchronizationprofile.md - items: - - name: List profile - href: api/educationsynchronizationprofile-list.md - - name: Create profile - href: api/educationsynchronizationprofile-post.md - - name: Get profile - href: api/educationsynchronizationprofile-get.md - - name: Delete profile - href: api/educationsynchronizationprofile-delete.md - - name: Start sync - href: api/educationsynchronizationprofile-start.md - - name: Pause sync - href: api/educationsynchronizationprofile-pause.md - - name: Resume sync - href: api/educationsynchronizationprofile-resume.md - - name: Reset sync - href: api/educationsynchronizationprofile-reset.md - - name: Get upload URL - href: api/educationsynchronizationprofile-uploadurl.md - - name: Synchronization profile status - href: resources/educationsynchronizationprofilestatus.md - items: - - name: Get - href: api/educationsynchronizationprofilestatus-get.md - - name: Synchronization errors - href: resources/educationsynchronizationerror.md - items: - - name: Get - href: api/educationsynchronizationerrors-get.md - - name: Employee experience - displayName: Viva - items: - - name: Employee engagement (preview) - displayName: Viva Engage - items: - - name: Overview - href: resources/engagement-api-overview.md - - name: Community - href: resources/community.md - items: - - name: Create - href: api/employeeexperience-post-communities.md - - name: Get - href: api/community-get.md - - name: Engagement async operation - href: resources/engagementasyncoperation.md - items: - - name: Get - href: api/engagementasyncoperation-get.md - - name: Employee goals (preview) - items: - - name: Goals export job - href: resources/goalsexportjob.md - items: - - name: List - href: api/goals-list-exportjobs.md - - name: Create - href: api/goals-post-exportjobs.md - - name: Get - href: api/goalsexportjob-get.md - - name: Extensions - items: - - name: Overview - displayName: Directory extensions, Schema extensions, Open extensions, On-premises extensions - href: /graph/extensibility-overview?context=graph/api/beta&view=graph-rest-beta&preserve-view=true - - name: Directory extensions - items: - - name: Extension property - href: resources/extensionproperty.md - - name: List - href: api/application-list-extensionproperty.md - - name: Create - href: api/application-post-extensionproperty.md - - name: Get - href: api/extensionproperty-get.md - - name: Delete - href: api/extensionproperty-delete.md - - name: Open extensions - items: - - name: Open type extension - href: resources/opentypeextension.md - - name: Create - href: api/opentypeextension-post-opentypeextension.md - - name: Get - href: api/opentypeextension-get.md - - name: Update - href: api/opentypeextension-update.md - - name: Delete - href: api/opentypeextension-delete.md - - name: Schema extensions - items: - - name: Schema extension - href: resources/schemaextension.md - - name: List - href: api/schemaextension-list.md - - name: Create - href: api/schemaextension-post-schemaextensions.md - - name: Get - href: api/schemaextension-get.md - - name: Update - href: api/schemaextension-update.md - - name: Delete - href: api/schemaextension-delete.md - - name: External data connections - items: - - name: Overview - href: resources/connectors-api-overview.md - - name: External connection - items: - - name: External connection - href: resources/externalconnectors-externalconnection.md - - name: List - href: api/externalconnectors-externalconnection-list.md - - name: Create - href: api/externalconnectors-external-post-connections.md - - name: Get - href: api/externalconnectors-externalconnection-get.md - - name: Update - href: api/externalconnectors-externalconnection-update.md - - name: Delete - href: api/externalconnectors-externalconnection-delete.md - - name: Get operation - href: api/externalconnectors-connectionoperation-get.md - - name: Connection quota - items: - - name: Connection quota - href: resources/externalconnectors-connectionquota.md - - name: Get - href: api/externalconnectors-connectionquota-get.md - - name: External activity - items: - - name: External activity - href: resources/externalconnectors-externalactivity.md - - name: External activity result - items: - - name: External activity result - href: resources/externalconnectors-externalactivityresult.md - - name: External group - items: - - name: External group - href: resources/externalconnectors-externalgroup.md - - name: Create - href: api/externalconnectors-externalconnection-post-groups.md - - name: Delete - href: api/externalconnectors-externalgroup-delete.md - - name: External group member - items: - - name: External group member - href: resources/externalconnectors-externalgroupmember.md - - name: Create - href: api/externalconnectors-externalgroup-post-members.md - - name: Delete - href: api/externalconnectors-externalgroupmember-delete.md - - name: External item - items: - - name: External item - href: resources/externalconnectors-externalitem.md - - name: Create - href: api/externalconnectors-externalconnection-put-items.md - - name: Get - href: api/externalconnectors-externalitem-get.md - - name: Update - href: api/externalconnectors-externalitem-update.md - - name: Delete - href: api/externalconnectors-externalitem-delete.md - - name: Add activities - href: api/externalconnectors-externalitem-addactivities.md - - name: Schema - items: - - name: Schema - href: resources/externalconnectors-schema.md - - name: Create - href: api/externalconnectors-externalconnection-patch-schema.md - - name: Get - href: api/externalconnectors-schema-get.md - - name: Update - href: api/externalconnectors-schema-update.md - - name: Files - displayName: OneDrive, OneDrive for Business, OneDrive business, OneDrive personal, SharePoint - items: - - name: Overview - href: resources/onedrive.md - - name: Drives - href: resources/drive.md - items: - - name: Get drive - href: api/drive-get.md - - name: List drives - href: api/drive-list.md - - name: List children - href: api/driveitem-list-children.md - - name: Recent files - href: api/drive-recent.md - - name: Shared files - href: api/drive-sharedwithme.md - - name: Get special folder - href: api/drive-get-specialfolder.md - - name: List followed items - href: api/drive-list-following.md - - name: Drive items - href: resources/driveitem.md - items: - - name: Get item - href: api/driveitem-get.md - - name: Update item - href: api/driveitem-update.md - - name: Delete item - href: api/driveitem-delete.md - - name: Assign sensitivity label - href: api/driveitem-assignsensitivitylabel.md - - name: Check in files - href: api/driveitem-checkin.md - - name: Check out files - href: api/driveitem-checkout.md - - name: Convert file - href: api/driveitem-get-content-format.md - - name: Copy item - href: api/driveitem-copy.md - - name: Create folder - href: api/driveitem-post-children.md - - name: Download file - href: api/driveitem-get-content.md - - name: Extract sensitivity labels - href: api/driveitem-extractsensitivitylabels.md - - name: Follow item - href: api/driveitem-follow.md - - name: Get activities by interval - href: api/itemactivity-getbyinterval.md - - name: Get item analytics - href: api/itemanalytics-get.md - - name: Get preview link - href: api/driveitem-preview.md - - name: Get retention label - href: api/driveitem-getretentionlabel.md - - name: Get thumbnails - href: api/driveitem-list-thumbnails.md - - name: List children - href: api/driveitem-list-children.md - - name: List versions - href: api/driveitem-list-versions.md - - name: Lock or unlock record - href: api/driveitem-lockorunlockrecord.md - - name: Move item - href: api/driveitem-move.md - - name: Permanently delete item - href: api/driveitem-permanentdelete.md - - name: Preview item - href: api/driveitem-preview.md - - name: Remove retention label - href: api/driveitem-removeretentionlabel.md - - name: Restore item - href: api/driveitem-restore.md - - name: Resumable upload - href: api/driveitem-createuploadsession.md - - name: Search items - href: api/driveitem-search.md - - name: Set retention label - href: api/driveitem-setretentionlabel.md - - name: Track changes - href: api/driveitem-delta.md - - name: Unfollow item - href: api/driveitem-unfollow.md - - name: Upload - href: api/driveitem-put-content.md - - name: Bundles - href: resources/bundle.md - items: - - name: List - href: api/bundle-list.md - - name: Create - href: api/drive-post-bundles.md - - name: Get - href: api/bundle-get.md - - name: Update - href: api/bundle-update.md - - name: Add item - href: api/bundle-additem.md - - name: Remove item - href: api/bundle-removeitem.md - - name: Permissions - href: resources/permission.md - items: - - name: Create sharing link - href: api/driveitem-createlink.md - - name: Use sharing links - href: api/shares-get.md - - name: Grant access to sharing link - href: api/permission-grant.md - - name: Revoke grants on sharing link - href: api/permission-revokegrants.md - - name: List permissions - href: api/driveitem-list-permissions.md - - name: Add permissions - href: api/driveitem-invite.md - - name: Get permission - href: api/permission-get.md - - name: Update permission - href: api/permission-update.md - - name: Delete permission - href: api/permission-delete.md - - name: File storage containers - href: resources/filestoragecontainer.md - items: - - name: List file storage containers - href: api/filestorage-list-containers.md - - name: Create file storage container - href: api/filestoragecontainer-post.md - - name: Get file storage container - href: api/filestoragecontainer-get.md - - name: Get drive - href: api/filestoragecontainer-get-drive.md - - name: Update file storage containers - href: api/filestoragecontainer-update.md - - name: Delete file storage container - href: api/filestorage-delete-containers.md - - name: Activate file storage container - href: api/filestoragecontainer-activate.md - - name: List permissions - href: api/filestoragecontainer-list-permissions.md - - name: Add permissions - href: api/filestoragecontainer-post-permissions.md - - name: Update permissions - href: api/filestoragecontainer-update-permissions.md - - name: Delete permissions - href: api/filestoragecontainer-delete-permissions.md - - name: List custom property - href: api/filestoragecontainer-list-customproperty.md - - name: Add custom property - href: api/filestoragecontainer-post-customproperty.md - - name: Update custom property - href: api/filestoragecontainer-update-customproperty.md - - name: Delete custom property - href: api/filestoragecontainer-delete-customproperty.md - - name: Financials (preview) - items: - - name: Overview - href: resources/dynamics-graph-reference.md - - name: Account - href: resources/dynamics-account.md - items: - - name: Get account - href: api/dynamics-account-get.md - - name: Aged accounts payable - href: resources/dynamics-agedaccountspayable.md - items: - - name: Get aged accounts payable - href: api/dynamics-agedaccountspayable-get.md - - name: Aged accounts receivable - href: resources/dynamics-agedaccountsreceivable.md - items: - - name: Get aged accounts payable - href: api/dynamics-agedaccountsreceivable-get.md - - name: Companies - href: resources/dynamics-companies.md - items: - - name: Get companies - href: api/dynamics-companies-get.md - - name: Company information - href: resources/dynamics-companyinformation.md - items: - - name: Get company information - href: api/dynamics-companyinformation-get.md - - name: Update company information - href: api/dynamics-companyinformation-update.md - - name: Countries/regions - href: resources/dynamics-countriesregions.md - items: - - name: Get countries/regions - href: api/dynamics-countriesregions-get.md - - name: Create countries/regions - href: api/dynamics-create-countriesregions.md - - name: Delete countries/regions - href: api/dynamics-countriesregions-delete.md - - name: Currencies - href: resources/dynamics-currencies.md - items: - - name: Create currencies - href: api/dynamics-create-currencies.md - - name: Get currencies - href: api/dynamics-currencies-get.md - - name: Update currencies - href: api/dynamics-currencies-update.md - - name: Delete currencies - href: api/dynamics-currencies-delete.md - - name: Customer - href: resources/dynamics-customer.md - items: - - name: Get customer - href: api/dynamics-customer-get.md - - name: Create customer - href: api/dynamics-create-customer.md - - name: Update customer - href: api/dynamics-customer-update.md - - name: Delete customer - href: api/dynamics-customer-delete.md - - name: Customer payment - href: resources/dynamics-customerpayment.md - items: - - name: Get customer payment - href: api/dynamics-customerpayment-get.md - - name: Create customer payment - href: api/dynamics-create-customerpayment.md - - name: Update customer payment - href: api/dynamics-customerpayment-update.md - - name: Delete customer payment - href: api/dynamics-customerpayment-delete.md - - name: Customer payments journal - href: resources/dynamics-customerpaymentsjournal.md - items: - - name: Get customer payments journal - href: api/dynamics-customerpaymentsjournal-get.md - - name: Create customer payments journal - href: api/dynamics-create-customerpaymentsjournal.md - - name: Update customer payments journal - href: api/dynamics-customerpaymentsjournal-update.md - - name: Delete customer payments journal - href: api/dynamics-customerpaymentsjournal-delete.md - - name: Dimension - href: resources/dynamics-dimension.md - items: - - name: Get dimension - href: api/dynamics-dimension-get.md - - name: Dimension value - href: resources/dynamics-dimensionvalue.md - items: - - name: Get dimension - href: api/dynamics-dimensionvalue-get.md - - name: Employee - href: resources/dynamics-employee.md - items: - - name: Get employee - href: api/dynamics-employee-get.md - - name: Create employee - href: api/dynamics-create-employee.md - - name: Update employee - href: api/dynamics-employee-update.md - - name: Delete employee - href: api/dynamics-employee-delete.md - - name: General ledger entries - href: resources/dynamics-generalledgerentries.md - items: - - name: Get general ledger entries - href: api/dynamics-generalledgerentries-get.md - - name: Item - href: resources/dynamics-item.md - items: - - name: Get item - href: api/dynamics-item-get.md - - name: Create item - href: api/dynamics-create-item.md - - name: Update item - href: api/dynamics-item-update.md - - name: Delete item - href: api/dynamics-item-delete.md - - name: Item categories - href: resources/dynamics-itemcategories.md - items: - - name: Get item categories - href: api/dynamics-itemcategories-get.md - - name: Create item categories - href: api/dynamics-create-itemcategories.md - - name: Update item categories - href: api/dynamics-itemcategories-update.md - - name: Delete item categories - href: api/dynamics-itemcategories-delete.md - - name: Journal - href: resources/dynamics-journal.md - items: - - name: Get journal - href: api/dynamics-journal-get.md - - name: Create journal - href: api/dynamics-create-journal.md - - name: Update journal - href: api/dynamics-journal-update.md - - name: Delete journal - href: api/dynamics-journal-delete.md - - name: Journal line - href: resources/dynamics-journalline.md - items: - - name: Get journal line - href: api/dynamics-journalline-get.md - - name: Create journal line - href: api/dynamics-create-journalline.md - - name: Update journal line - href: api/dynamics-journalline-update.md - - name: Delete journal line - href: api/dynamics-journalline-delete.md - - name: Payment methods - href: resources/dynamics-paymentmethods.md - items: - - name: Get payment methods - href: api/dynamics-paymentmethods-get.md - - name: Create payment methods - href: api/dynamics-create-paymentmethods.md - - name: Update payment methods - href: api/dynamics-paymentmethods-update.md - - name: Delete payment methods - href: api/dynamics-paymentmethods-delete.md - - name: Payment terms - href: resources/dynamics-paymentterms.md - items: - - name: Get payment terms - href: api/dynamics-paymentterms-get.md - - name: Create payment terms - href: api/dynamics-create-paymentterms.md - - name: Update payment terms - href: api/dynamics-paymentterms-update.md - - name: Delete payment terms - href: api/dynamics-paymentterms-delete.md - - name: Shipment methods - href: resources/dynamics-shipmentmethods.md - items: - - name: Get shipment methods - href: api/dynamics-shipmentmethods-get.md - - name: Create shipment methods - href: api/dynamics-create-shipmentmethods.md - - name: Update shipment methods - href: api/dynamics-shipmentmethods-update.md - - name: Delete shipment methods - href: api/dynamics-shipmentmethods-delete.md - - name: Tax area - href: resources/dynamics-taxarea.md - items: - - name: Get tax area - href: api/dynamics-taxarea-get.md - - name: Create tax area - href: api/dynamics-create-taxarea.md - - name: Update tax area - href: api/dynamics-taxarea-update.md - - name: Delete tax area - href: api/dynamics-taxarea-delete.md - - name: Tax groups - href: resources/dynamics-taxgroups.md - items: - - name: Get tax groups - href: api/dynamics-taxgroups-get.md - - name: Create tax groups - href: api/dynamics-create-taxgroups.md - - name: Update tax groups - href: api/dynamics-taxgroups-update.md - - name: Delete tax groups - href: api/dynamics-taxgroups-delete.md - - name: Units of measure - href: resources/dynamics-unitsofmeasure.md - items: - - name: Get units of measure - href: api/dynamics-unitsofmeasure-get.md - - name: Create units of measure - href: api/dynamics-create-unitsofmeasure.md - - name: Update units of measure - href: api/dynamics-unitsofmeasure-update.md - - name: Delete units of measure - href: api/dynamics-unitsofmeasure-delete.md - - name: Vendor - href: resources/dynamics-vendor.md - items: - - name: Get vendor - href: api/dynamics-vendor-get.md - - name: Create vendor - href: api/dynamics-create-vendor.md - - name: Update vendor - href: api/dynamics-vendor-update.md - - name: Delete vendor - href: api/dynamics-vendor-delete.md - - name: Identity and access - items: - - name: Overview - displayName: Azure AD, Microsoft identity platform, Identity and access - href: resources/azure-ad-overview.md - - name: Directory management - items: - - name: Administrative unit - href: resources/administrativeunit.md - items: - - name: List - href: api/directory-list-administrativeunits.md - - name: Create - href: api/directory-post-administrativeunits.md - - name: Get - href: api/administrativeunit-get.md - - name: Update - href: api/administrativeunit-update.md - - name: Delete - href: api/administrativeunit-delete.md - - name: Get delta - href: api/administrativeunit-delta.md - - name: Get delta for directory object - href: api/directoryobject-delta.md - - name: Add a member - href: api/administrativeunit-post-members.md - - name: List members - href: api/administrativeunit-list-members.md - - name: Get a member - href: api/administrativeunit-get-members.md - - name: Remove a member - href: api/administrativeunit-delete-members.md - - name: Assign a role with scope - href: api/administrativeunit-post-scopedrolemembers.md - - name: List role assignments with scope - href: api/administrativeunit-list-scopedrolemembers.md - - name: Get a role assignment with scope - href: api/administrativeunit-get-scopedrolemembers.md - - name: Remove a role assignment with scope - href: api/administrativeunit-delete-scopedrolemembers.md - - name: BitLocker recovery key (preview) - items: - - name: BitLocker recovery key - href: resources/bitlockerrecoverykey.md - - name: List - href: api/bitlocker-list-recoverykeys.md - - name: Get - href: api/bitlockerrecoverykey-get.md - - name: Company subscription - href: resources/companysubscription.md - items: - - name: List - href: api/directory-list-subscriptions.md - - name: Get - href: api/companysubscription-get.md - - name: Contracts - href: resources/contract.md - items: - - name: Get contract - href: api/contract-get.md - - name: List contracts - href: api/contract-list.md - - name: Custom security attributes - items: - - name: Overview - href: resources/custom-security-attributes-overview.md - - name: Allowed values - href: resources/allowedvalue.md - items: - - name: List - href: api/customsecurityattributedefinition-list-allowedvalues.md - - name: Create - href: api/customsecurityattributedefinition-post-allowedvalues.md - - name: Get - href: api/allowedvalue-get.md - - name: Update - href: api/allowedvalue-update.md - - name: Attribute sets - href: resources/attributeset.md - items: - - name: List - href: api/directory-list-attributesets.md - - name: Create - href: api/directory-post-attributesets.md - - name: Get - href: api/attributeset-get.md - - name: Update - href: api/attributeset-update.md - - name: Custom security attribute definitions - href: resources/customsecurityattributedefinition.md - items: - - name: List - href: api/directory-list-customsecurityattributedefinitions.md - - name: Create - href: api/directory-post-customsecurityattributedefinitions.md - - name: Get - href: api/customsecurityattributedefinition-get.md - - name: Update - href: api/customsecurityattributedefinition-update.md - - name: Deleted items - href: resources/directory.md - items: - - name: Get deleted item - href: api/directory-deleteditems-get.md - - name: List deleted items - href: api/directory-deleteditems-list.md - - name: Permanently delete item - href: api/directory-deleteditems-delete.md - - name: Restore deleted item - href: api/directory-deleteditems-restore.md - - name: List deleted items owned by user - href: api/directory-deleteditems-getuserownedobjects.md - - name: Device - href: resources/device.md - items: - - name: Get delta for directory object - href: api/directoryobject-delta.md - - name: List devices - href: api/device-list.md - - name: Create device - href: api/device-post-devices.md - - name: Get device - href: api/device-get.md - - name: Update device - href: api/device-update.md - - name: Delete device - href: api/device-delete.md - - name: Get delta - href: api/device-delta.md - - name: Check member objects - href: api/directoryobject-checkmemberobjects.md - - name: Get member objects - href: api/directoryobject-getmemberobjects.md - - name: List registered owners - href: api/device-list-registeredowners.md - - name: List registered users - href: api/device-list-registeredusers.md - - name: Create registered owner - href: api/device-post-registeredowners.md - - name: Create registered user - href: api/device-post-registeredusers.md - - name: Remove registered owner - href: api/device-delete-registeredowners.md - - name: Remove registered user - href: api/device-delete-registeredusers.md - - name: List device memberships - href: api/device-list-memberof.md - - name: List device transitive memberships - href: api/device-list-transitivememberof.md - - name: List device usage rights - href: api/device-list-usagerights.md - - name: Device local credential (preview) - items: - - name: Device local credential - href: resources/devicelocalcredentialinfo.md - - name: List - href: api/directory-list-devicelocalcredentials.md - - name: Get - href: api/devicelocalcredentialinfo-get.md - - name: Directory object - href: resources/directoryobject.md - items: - - name: Get directory object - href: api/directoryobject-get.md - - name: Delete directory object - href: api/directoryobject-delete.md - - name: Check member objects - href: api/directoryobject-checkmemberobjects.md - - name: Get member objects - href: api/directoryobject-getmemberobjects.md - - name: Get member groups - href: api/directoryobject-getmembergroups.md - - name: Check member groups - href: api/directoryobject-checkmembergroups.md - - name: Get directoryObjects by ids - href: api/directoryobject-getbyids.md - - name: Get delta - href: api/directoryobject-delta.md - - name: Validate properties - href: api/directoryobject-validateproperties.md - - name: Directory role - href: resources/directoryrole.md - items: - - name: List directory roles - href: api/directoryrole-list.md - - name: Activate directory role - href: api/directoryrole-post-directoryroles.md - - name: Get directory role - href: api/directoryrole-get.md - - name: List members - href: api/directoryrole-list-members.md - - name: Add member - href: api/directoryrole-post-members.md - - name: Remove member - href: api/directoryrole-delete-member.md - - name: List scoped members - href: api/directoryrole-list-scopedmembers.md - - name: Get delta - href: api/directoryrole-delta.md - - name: Get delta for directory object - href: api/directoryobject-delta.md - - name: Directory role template - href: resources/directoryroletemplate.md - items: - - name: List directory role templates - href: api/directoryroletemplate-list.md - - name: Get directory role template - href: api/directoryroletemplate-get.md - - name: Directory settings - href: resources/directorysetting.md - items: - - name: Create - href: api/group-post-settings.md - - name: Get - href: api/directorysetting-get.md - - name: List - href: api/group-list-settings.md - - name: Update - href: api/directorysetting-update.md - - name: Delete - href: api/directorysetting-delete.md - - name: Directory setting template - href: resources/directorysettingtemplate.md - items: - - name: List directory setting templates - href: api/directorysettingtemplate-list.md - - name: Get directory setting template - href: api/directorysettingtemplate-get.md - - name: Domains - href: resources/domain.md - items: - - name: List domains - href: api/domain-list.md - - name: List domain name references - href: api/domain-list-domainnamereferences.md - - name: List service configuration records - href: api/domain-list-serviceconfigurationrecords.md - - name: List verification DNS records - href: api/domain-list-verificationdnsrecords.md - - name: Create domain - href: api/domain-post-domains.md - - name: Delete domain - href: api/domain-delete.md - - name: Force delete domain - href: api/domain-forcedelete.md - - name: Get domain - href: api/domain-get.md - - name: Update domain - href: api/domain-update.md - - name: Verify domain - href: api/domain-verify.md - - name: Promote domain - href: api/domain-promote.md - - name: Feature rollout policy - href: resources/featurerolloutpolicy.md - items: - - name: List - href: api/list-featurerolloutpolicies.md - - name: Get - href: api/featurerolloutpolicy-get.md - - name: Create - href: api/post-featurerolloutpolicies.md - - name: Update - href: api/featurerolloutpolicy-update.md - - name: Delete - href: api/featurerolloutpolicy-delete.md - - name: Create appliesTo - href: api/featurerolloutpolicy-post-appliesto.md - - name: Delete appliesTo - href: api/featurerolloutpolicy-delete-appliesto.md - - name: Mobility management policy (Preview) - href: resources/mobilitymanagementpolicy.md - items: - - name: List mobile device management policies - href: api/mobiledevicemanagementpolicies-list.md - - name: Get - href: api/mobiledevicemanagementpolicies-get.md - - name: Update - href: api/mobiledevicemanagementpolicies-update.md - - name: Delete - href: api/mobiledevicemanagementpolicies-delete.md - - name: List included groups - href: api/mobiledevicemanagementpolicies-list-includedgroups.md - - name: Add included groups - href: api/mobiledevicemanagementpolicies-post-includedgroups.md - - name: Remove included groups - href: api/mobiledevicemanagementpolicies-delete-includedgroups.md - - name: List mobile app management policies - href: api/mobileappmanagementpolicies-list.md - - name: Get - href: api/mobileappmanagementpolicies-get.md - - name: Update - href: api/mobileappmanagementpolicies-update.md - - name: Delete - href: api/mobileappmanagementpolicies-delete.md - - name: List included groups - href: api/mobileappmanagementpolicies-list-includedgroups.md - - name: Add included groups - href: api/mobileappmanagementpolicies-post-includedgroups.md - - name: Remove included groups - href: api/mobileappmanagementpolicies-delete-includedgroups.md - - name: On-premises directory synchronization - href: resources/onpremisesdirectorysynchronization.md - items: - - name: Get - href: api/onpremisesdirectorysynchronization-get.md - - name: Update - href: api/onpremisesdirectorysynchronization-update.md - - name: Organization - href: resources/organization.md - items: - - name: List - href: api/organization-list.md - - name: Get - href: api/organization-get.md - - name: Update - href: api/organization-update.md - - name: Organization settings - href: resources/organizationSettings.md - items: - - name: App settings for Microsoft 365 data (preview) - items: - - name: App data access settings - href: resources/microsoftapplicationdataaccesssettings.md - - name: List - href: api/organizationsettings-list-microsoftapplicationdataaccess.md - - name: Update - href: api/microsoftapplicationdataaccesssettings-update.md - - name: Org control for contact insights (preview) - items: - - name: Insights settings - href: resources/insightssettings.md - - name: List - href: api/organizationsettings-list-contactinsights.md - - name: Update - href: api/insightssettings-update.md - - name: Org control for item insights (preview) - items: - - name: Insights settings - href: resources/insightssettings.md - - name: List - href: api/organizationsettings-list-iteminsights.md - - name: Update - href: api/insightssettings-update.md - - name: Org control for people insights (preview) - items: - - name: Insights settings - href: resources/insightssettings.md - - name: List - href: api/organizationsettings-list-peopleinsights.md - - name: Update - href: api/insightssettings-update.md - - name: Todo configuration (preview) - href: resources/admintodo.md - items: - - name: Get - href: api/admintodo-get.md - - name: Update - href: api/admintodo-update.md - - name: Forms configuration (preview) - href: resources/adminforms.md - items: - - name: Get - href: api/adminforms-get.md - - name: Update - href: api/adminForms-update.md - - name: Apps and Services configuration (preview) - href: resources/adminappsandservices.md - items: - - name: Get - href: api/adminappsandservices-get.md - - name: Update - href: api/adminappsandservices-update.md - - name: Dynamics configuration (preview) - href: resources/admindynamics.md - items: - - name: Get - href: api/admindynamics-get.md - - name: Update - href: api/admindynamics-update.md - - name: Organizational contacts - href: resources/orgcontact.md - items: - - name: List org contacts - href: api/orgcontact-list.md - - name: Get org contact - href: api/orgcontact-get.md - - name: Get org contact delta - href: api/orgcontact-delta.md - - name: Get delta for directory object - href: api/directoryobject-delta.md - - name: Directory objects - href: resources/directoryobject.md - items: - - name: Get member groups - href: api/directoryobject-getmembergroups.md - - name: Check member groups - href: api/directoryobject-checkmembergroups.md - - name: Get member objects - href: api/directoryobject-getmemberobjects.md - - name: Check member objects - href: api/directoryobject-checkmemberobjects.md - - name: Retry service provisioning - href: api/orgcontact-retryserviceprovisioning.md - - name: Groups - href: resources/group.md - items: - - name: List memberOf - href: api/orgcontact-list-memberof.md - - name: Get member groups - href: api/directoryobject-getmembergroups.md - - name: Get member groups - href: api/directoryobject-getmembergroups.md - - name: Check member groups - href: api/directoryobject-checkmembergroups.md - - name: Org hierarchy - items: - - name: List direct reports - href: api/orgcontact-list-directreports.md - - name: List memberOf - href: api/orgcontact-list-memberof.md - - name: Get manager - href: api/orgcontact-get-manager.md - - name: Role management - displayName: Unified RBAC - href: resources/rolemanagement.md - items: - - name: Role definition - href: resources/unifiedroledefinition.md - items: - - name: List role definitions - href: api/rbacapplication-list-roledefinitions.md - - name: Create role definition - href: api/rbacapplication-post-roledefinitions.md - - name: Get role definition - href: api/unifiedroledefinition-get.md - - name: Update role definition - href: api/unifiedroledefinition-update.md - - name: Delete role definition - href: api/unifiedroledefinition-delete.md - - name: List assigned principals - href: api/unifiedroledefinition-assignedprincipals.md - - name: Role assignment - href: resources/unifiedroleassignment.md - items: - - name: List role assignment - href: api/rbacapplication-list-roleassignments.md - - name: List transitive role assignments - href: api/rbacapplication-list-transitiveroleassignments.md - - name: Create role assignment - href: api/rbacapplication-post-roleassignments.md - - name: Get role assignment - href: api/unifiedroleassignment-get.md - - name: Delete role assignment - href: api/unifiedroleassignment-delete.md - - name: Role assignment multiple - href: resources/unifiedroleassignmentmultiple.md - items: - - name: List - href: api/rbacapplicationmultiple-list-roleassignments.md - - name: Create - href: api/rbacapplicationmultiple-post-roleassignments.md - - name: Get - href: api/unifiedroleassignmentmultiple-get.md - - name: Update - href: api/unifiedroleassignmentmultiple-update.md - - name: Delete - href: api/unifiedroleassignmentmultiple-delete.md - - name: Resource namespace - href: resources/unifiedrbacresourcenamespace.md - items: - - name: List - href: api/rbacapplicationmultiple-list-resourcenamespaces.md - - name: Get - href: api/unifiedrbacresourcenamespace-get.md - - name: Resource action - href: resources/unifiedrbacresourceaction.md - items: - - name: List - href: api/unifiedrbacresourcenamespace-list-resourceactions.md - - name: Get - href: api/unifiedrbacresourceaction-get.md - - name: Custom app scope - href: resources/customappscope.md - items: - - name: List - href: api/unifiedrbacapplication-list-customappscopes.md - - name: Create - href: api/unifiedrbacapplication-post-customappscope.md - - name: Get - href: api/customappscope-get.md - - name: Update - href: api/customappscope-update.md - - name: Delete - href: api/customappscope-delete.md - - name: Subscribed sku - href: resources/subscribedsku.md - items: - - name: List - href: api/subscribedsku-list.md - - name: Get - href: api/subscribedsku-get.md - - name: Tenant information - href: resources/tenantinformation.md - items: - - name: Find tenant by domain name - href: api/tenantrelationship-findtenantinformationbydomainname.md - - name: Find tenant by tenant ID - href: api/tenantrelationship-findtenantinformationbytenantid.md - - name: Trusted certificate authorities for apps (preview) - items: - - name: Certificate-based app configuration - href: resources/certificatebasedapplicationconfiguration.md - - name: List - href: api/certificateauthoritypath-list-certificatebasedapplicationconfigurations.md - - name: Create - href: api/certificateauthoritypath-post-certificatebasedapplicationconfigurations.md - - name: Get - href: api/certificatebasedapplicationconfiguration-get.md - - name: Update - href: api/certificatebasedapplicationconfiguration-update.md - - name: Delete - href: api/certificatebasedapplicationconfiguration-delete.md - - name: Certificate authority - href: resources/certificateauthorityasentity.md - items: - - name: List - href: api/certificatebasedapplicationconfiguration-list-trustedcertificateauthorities.md - - name: Create - href: api/certificatebasedapplicationconfiguration-post-trustedcertificateauthorities.md - - name: Get - href: api/certificateauthorityasentity-get.md - - name: Update - href: api/certificateauthorityasentity-update.md - - name: Delete - href: api/certificateauthorityasentity-delete.md - - name: Governance - href: resources/identitygovernance-overview.md - displayName: Identity Governance, Access reviews, Entitlement Management, Terms of Use, Privileged Identity Management - items: - - name: Access reviews - href: resources/accessreviewsv2-overview.md - items: - - name: Access review schedule definition - href: resources/accessreviewscheduledefinition.md - items: - - name: List - href: api/accessreviewset-list-definitions.md - - name: Get - href: api/accessreviewscheduledefinition-get.md - - name: Create - href: api/accessreviewset-post-definitions.md - - name: Delete - href: api/accessreviewscheduledefinition-delete.md - - name: Update - href: api/accessreviewscheduledefinition-update.md - - name: Filter by current user - href: api/accessreviewscheduledefinition-filterbycurrentuser.md - - name: Access review instance - href: resources/accessreviewinstance.md - items: - - name: List - href: api/accessreviewscheduledefinition-list-instances.md - - name: Get - href: api/accessreviewinstance-get.md - - name: Update - href: api/accessreviewinstance-update.md - - name: Filter by current user - href: api/accessreviewinstance-filterbycurrentuser.md - - name: Send reminder - href: api/accessreviewinstance-sendreminder.md - - name: Stop - href: api/accessreviewinstance-stop.md - - name: Accept recommendations - href: api/accessreviewinstance-acceptrecommendations.md - - name: Apply decisions - href: api/accessreviewinstance-applydecisions.md - - name: Stop apply decisions - href: api/accessreviewinstance-stopapplydecisions.md - - name: Batch record decisions - href: api/accessreviewinstance-batchrecorddecisions.md - - name: Reset decisions - href: api/accessreviewinstance-resetdecisions.md - - name: List contacted reviewers - href: api/accessreviewinstance-list-contactedreviewers.md - - name: List pending approval (deprecated) - href: api/accessreviewinstance-pendingaccessreviewinstances.md - - name: Access review stage - href: resources/accessreviewstage.md - items: - - name: List - href: api/accessreviewinstance-list-stages.md - - name: Get - href: api/accessreviewstage-get.md - - name: Update - href: api/accessreviewstage-update.md - - name: Filter by current user - href: api/accessreviewstage-filterbycurrentuser.md - - name: Stop - href: api/accessreviewstage-stop.md - - name: Access review instance decision item - displayName: access review decisions - href: resources/accessreviewinstancedecisionitem.md - items: - - name: List decisions from an instance - href: api/accessreviewinstance-list-decisions.md - - name: List decisions from a stage of an instance - href: api/accessreviewstage-list-decisions.md - - name: Get - href: api/accessreviewinstancedecisionitem-get.md - - name: Filter by current user - href: api/accessreviewinstancedecisionitem-filterbycurrentuser.md - - name: Update - href: api/accessreviewinstancedecisionitem-update.md - - name: Record all decisions - href: api/accessreviewinstancedecisionitem-recordalldecisions.md - - name: List pending approval (deprecated) - href: api/accessreviewinstancedecisionitem-listpendingapproval.md - - name: Access review policy - href: resources/accessreviewpolicy.md - items: - - name: Get - href: api/accessreviewpolicy-get.md - - name: Update - href: api/accessreviewpolicy-update.md - - name: Access review history definition - href: resources/accessreviewhistorydefinition.md - items: - - name: Get - href: api/accessreviewhistorydefinition-get.md - - name: List - href: api/accessreviewset-list-historydefinitions.md - - name: Create - href: api/accessreviewset-post-historydefinitions.md - - name: Access review history instance - href: resources/accessreviewhistoryinstance.md - items: - - name: List - href: api/accessreviewhistorydefinition-list-instances.md - - name: Generate download URI - displayName: Downloadable access review history report - href: api/accessreviewhistoryinstance-generatedownloaduri.md - - name: Access reviews (deprecated) - href: resources/accessreviews-root.md - items: - - name: Access review - href: resources/accessreview.md - items: - - name: List access reviews - href: api/accessreview-list.md - - name: Get access review - href: api/accessreview-get.md - - name: Create access review - href: api/accessreview-create.md - - name: Update access review - href: api/accessreview-update.md - - name: Delete access review - href: api/accessreview-delete.md - - name: Add reviewer - href: api/accessreview-addreviewer.md - - name: List decisions - href: api/accessreview-listdecisions.md - - name: List my decisions - href: api/accessreview-listmydecisions.md - - name: List reviewers - href: api/accessreview-listreviewers.md - - name: Remove reviewer - href: api/accessreview-removereviewer.md - - name: Reset - href: api/accessreview-reset.md - - name: Send reminder - href: api/accessreview-sendreminder.md - - name: Stop - href: api/accessreview-stop.md - - name: Business flow template - href: resources/businessflowtemplate.md - items: - - name: List - href: api/businessflowtemplate-list.md - - name: Program - href: resources/program.md - items: - - name: Create - href: api/program-create.md - - name: Delete - href: api/program-delete.md - - name: List - href: api/program-list.md - - name: Update - href: api/program-update.md - - name: List controls - href: api/program-listcontrols.md - - name: Program control - href: resources/programcontrol.md - items: - - name: Create - href: api/programcontrol-create.md - - name: Delete - href: api/programcontrol-delete.md - - name: List - href: api/programcontrol-list.md - - name: Program control type - href: resources/programcontroltype.md - items: - - name: List - href: api/programcontroltype-list.md - - name: Consent requests - href: resources/consentrequests-overview.md - items: - - name: Admin consent request policy - href: resources/adminconsentrequestpolicy.md - items: - - name: Get - href: api/adminconsentrequestpolicy-get.md - - name: Update - href: api/adminconsentrequestpolicy-update.md - - name: App consent requests - href: resources/appconsentrequest.md - items: - - name: List - href: api/appconsentapprovalroute-list-appconsentrequests.md - - name: Get - href: api/appconsentrequest-get.md - - name: Filter by current user - href: api/appconsentrequest-filterByCurrentUser.md - - name: User consent requests - href: resources/userconsentrequest.md - items: - - name: List - href: api/appconsentrequest-list-userconsentrequests.md - - name: Get - href: api/userconsentrequest-get.md - - name: Filter by current user - href: api/userconsentrequest-filterByCurrentUser.md - - name: Entitlement management - href: resources/entitlementmanagement-overview.md - items: - - name: Access package - href: resources/accesspackage.md - items: - - name: List - href: api/entitlementmanagement-list-accesspackages.md - - name: Create - href: api/entitlementmanagement-post-accesspackages.md - - name: Get - href: api/accesspackage-get.md - - name: Update - href: api/accesspackage-update.md - - name: Delete - href: api/accesspackage-delete.md - - name: Filter by current user - href: api/accesspackage-filterbycurrentuser.md - - name: Get applicable policy requirements - href: api/accesspackage-getapplicablepolicyrequirements.md - - name: List incompatible access packages - href: api/accesspackage-list-incompatibleaccesspackages.md - - name: Add incompatible access package - href: api/accesspackage-post-incompatibleaccesspackage.md - - name: Remove incompatible access package - href: api/accesspackage-delete-incompatibleaccesspackage.md - - name: List incompatible groups - href: api/accesspackage-list-incompatiblegroups.md - - name: Add incompatible group - href: api/accesspackage-post-incompatiblegroup.md - - name: Remove incompatible group - href: api/accesspackage-delete-incompatiblegroup.md - - name: List access packages incompatible with - href: api/accesspackage-list-accesspackagesincompatiblewith.md - - name: Move to catalog - href: api/accesspackage-movetocatalog.md - - name: Access package assignment - href: resources/accesspackageassignment.md - items: - - name: List - href: api/entitlementmanagement-list-accesspackageassignments.md - - name: Additional access - href: api/accesspackageassignment-additionalaccess.md - - name: Filter by current user - href: api/accesspackageassignment-filterbycurrentuser.md - - name: Reprocess - href: api/accesspackageassignment-reprocess.md - - name: Access package assignment approval - items: - - name: Approval - href: resources/approval.md - - name: Get - href: api/approval-get.md - - name: Approval step - items: - - name: Approval - href: resources/approvalstep.md - - name: List - href: api/approval-list-steps.md - - name: Get - href: api/approvalstep-get.md - - name: Update - href: api/approvalstep-update.md - - name: Access package assignment policy - href: resources/accesspackageassignmentpolicy.md - items: - - name: List - href: api/entitlementmanagement-list-accesspackageassignmentpolicies.md - - name: Create - href: api/entitlementmanagement-post-accesspackageassignmentpolicies.md - - name: Get - href: api/accesspackageassignmentpolicy-get.md - - name: Update - href: api/accesspackageassignmentpolicy-update.md - - name: Delete - href: api/accesspackageassignmentpolicy-delete.md - - name: Access package assignment request - href: resources/accesspackageassignmentrequest.md - items: - - name: List - href: api/entitlementmanagement-list-accesspackageassignmentrequests.md - - name: Create - href: api/entitlementmanagement-post-accesspackageassignmentrequests.md - - name: Get - href: api/accesspackageassignmentrequest-get.md - - name: Delete - href: api/accesspackageassignmentrequest-delete.md - - name: Filter by current user - href: api/accesspackageassignmentrequest-filterbycurrentuser.md - - name: Cancel - href: api/accesspackageassignmentrequest-cancel.md - - name: Reprocess - href: api/accesspackageassignmentrequest-reprocess.md - - name: Resume - href: api/accesspackageassignmentrequest-resume.md - - name: Access package assignment resource role - href: resources/accesspackageassignmentresourcerole.md - items: - - name: List - href: api/entitlementmanagement-list-accesspackageassignmentresourceroles.md - - name: Get - href: api/accesspackageassignmentresourcerole-get.md - - name: Access package catalog - href: resources/accesspackagecatalog.md - items: - - name: List - href: api/entitlementmanagement-list-accesspackagecatalogs.md - - name: Create - href: api/entitlementmanagement-post-accesspackagecatalogs.md - - name: Get - href: api/accesspackagecatalog-get.md - - name: Update - href: api/accesspackagecatalog-update.md - - name: Delete - href: api/accesspackagecatalog-delete.md - - name: List resources - href: api/accesspackagecatalog-list-accesspackageresources.md - - name: List resource roles - href: api/accesspackagecatalog-list-accesspackageresourceroles.md - - name: Access package custom workflow extension - items: - - name: Assignment request workflow extension - href: resources/accesspackageassignmentrequestworkflowextension.md - items: - - name: List - href: api/accesspackagecatalog-list-accesspackagecustomworkflowextensions.md - - name: Create - href: api/accesspackagecatalog-post-accesspackagecustomworkflowextensions.md - - name: Get - href: api/accesspackageassignmentrequestworkflowextension-get.md - - name: Update - href: api/accesspackageassignmentrequestworkflowextension-update.md - - name: Delete - href: api/accesspackageassignmentrequestworkflowextension-delete.md - - name: Assignment workflow extension - href: resources/accesspackageassignmentworkflowextension.md - items: - - name: List - href: api/accesspackagecatalog-list-accesspackagecustomworkflowextensions.md - - name: Create - href: api/accesspackagecatalog-post-accesspackagecustomworkflowextensions.md - - name: Get - href: api/accesspackageassignmentworkflowextension-get.md - - name: Update - href: api/accesspackageassignmentworkflowextension-update.md - - name: Delete - href: api/accesspackageassignmentworkflowextension-delete.md - - name: Access package resource request - href: resources/accesspackageresourcerequest.md - items: - - name: List - href: api/entitlementmanagement-list-accesspackageresourcerequests.md - - name: Create - href: api/entitlementmanagement-post-accesspackageresourcerequests.md - - name: Access package resource environment - href: resources/accesspackageresourceenvironment.md - items: - - name: List - href: api/entitlementmanagement-list-accesspackageresourceenvironment.md - - name: Get - href: api/accesspackageresourceenvironment-get.md - - name: Access package resource - href: resources/accesspackageresource.md - items: - - name: List - href: api/accesspackagecatalog-list-accesspackageresources.md - - name: Access package resource role - href: resources/accesspackageresourcerole.md - items: - - name: List - href: api/accesspackagecatalog-list-accesspackageresourceroles.md - - name: Access package resource role scope - href: resources/accesspackageresourcerolescope.md - items: - - name: List - href: api/accesspackage-list-accesspackageresourcerolescopes.md - - name: Create - href: api/accesspackage-post-accesspackageresourcerolescopes.md - - name: Delete - href: api/accesspackage-delete-accesspackageresourcerolescopes.md - - name: Access package subject - href: resources/accesspackagesubject.md - items: - - name: Get - href: api/accesspackagesubject-get.md - - name: Update - href: api/accesspackagesubject-update.md - - name: Connected organization - href: resources/connectedorganization.md - items: - - name: List - href: api/entitlementmanagement-list-connectedorganizations.md - - name: Create - href: api/entitlementmanagement-post-connectedorganizations.md - - name: Get - href: api/connectedorganization-get.md - - name: Update - href: api/connectedorganization-update.md - - name: Delete - href: api/connectedorganization-delete.md - - name: List external sponsors - href: api/connectedorganization-list-externalsponsors.md - - name: List internal sponsors - href: api/connectedorganization-list-internalsponsors.md - - name: Add external sponsors - href: api/connectedorganization-post-externalsponsors.md - - name: Add internal sponsors - href: api/connectedorganization-post-internalsponsors.md - - name: Remove external sponsors - href: api/connectedorganization-delete-externalsponsors.md - - name: Remove internal sponsors - href: api/connectedorganization-delete-internalsponsors.md - - name: Custom access package workflow extension (deprecated) - href: resources/customAccessPackageWorkflowExtension.md - items: - - name: List - href: api/accesspackagecatalog-list-customaccesspackageworkflowextensions.md - - name: Create - href: api/accesspackagecatalog-post-customaccesspackageworkflowextensions.md - - name: Get - href: api/customaccesspackageworkflowextension-get.md - - name: Update - href: api/customaccesspackageworkflowextension-update.md - - name: Delete - href: api/customaccesspackageworkflowextension-delete.md - - name: Entitlement management settings - href: resources/entitlementmanagementsettings.md - items: - - name: Get - href: api/entitlementmanagementsettings-get.md - - name: Update - href: api/entitlementmanagementsettings-update.md - - name: Lifecycle workflows - items: - - name: Overview - href: resources/identitygovernance-lifecycleworkflows-overview.md - displayName: LCW, Identity Governance, Joiner, Mover, Leaver - - name: Workflow - items: - - name: Workflow - href: resources/identitygovernance-workflow.md - - name: List - href: api/identitygovernance-lifecycleworkflowscontainer-list-workflows.md - - name: Create - href: api/identitygovernance-lifecycleworkflowscontainer-post-workflows.md - - name: Get - href: api/identitygovernance-workflow-get.md - - name: Update - href: api/identitygovernance-workflow-update.md - - name: Delete - href: api/identitygovernance-workflow-delete.md - - name: List users in scope - href: api/workflow-list-executionscope.md - - name: List deleted workflows - href: api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems.md - - name: Get a deleted workflow - href: api/identitygovernance-deleteditemcontainer-get.md - - name: Permanently delete a workflow - href: api/identitygovernance-deletedItemcontainer-delete.md - - name: Restore - href: api/identitygovernance-workflow-restore.md - - name: Activate (run on-demand) - href: api/identitygovernance-workflow-activate.md - - name: Workflow version - items: - - name: Workflow version - href: resources/identitygovernance-workflowversion.md - - name: List - href: api/identitygovernance-workflow-list-versions.md - - name: Get - href: api/identitygovernance-workflowversion-get.md - - name: Create - href: api/identitygovernance-workflow-createnewversion.md - - name: List tasks for a workflow version - href: api/identitygovernance-workflowversion-list-tasks.md - - name: Get task for a workflow version - href: api/identitygovernance-task-get.md - - name: Workflow task - items: - - name: Workflow task - href: resources/identitygovernance-task.md - - name: List tasks - href: api/identitygovernance-workflow-list-task.md - - name: Get task - href: api/identitygovernance-task-get.md - - name: Update task - href: api/identitygovernance-task-update.md - - name: Reports - items: - - name: Overview - displayName: Lifecycle Workflows reporting - href: resources/identitygovernance-lifecycleworkflows-reporting-overview.md - - name: User processing results - href: resources/identitygovernance-userprocessingresult.md - items: - - name: List user processing results - href: api/identitygovernance-workflow-list-userprocessingresults.md - - name: Get user processing result - href: api/identitygovernance-userprocessingresult-get.md - - name: Get summary - href: api/identitygovernance-userprocessingresult-summary.md - - name: List task processing results - href: api/identitygovernance-userprocessingresult-list-taskprocessingresults.md - - name: Task report - href: resources/identitygovernance-taskreport.md - items: - - name: List task reports - href: api/identitygovernance-workflow-list-taskreports.md - - name: Get summary - href: api/identitygovernance-taskreport-summary.md - - name: List task processing results - href: api/identitygovernance-taskreport-list-taskprocessingresults.md - - name: Workflow run - items: - - name: Run - href: resources/identitygovernance-run.md - - name: List runs - href: api/identitygovernance-workflow-list-runs.md - - name: Get runs - href: api/identitygovernance-run-get.md - - name: Get summary - href: api/identitygovernance-run-summary.md - - name: List task processing results - href: api/identitygovernance-run-list-taskprocessingresults.md - - name: List user processing results - href: api/identitygovernance-run-list-userprocessingresults.md - - name: Task processing result - items: - - name: Task processing result - href: resources/identitygovernance-taskprocessingresult.md - - name: Resume - href: api/identitygovernance-taskprocessingresult-resume.md - - name: Workflow template - items: - - name: Workflow template - href: resources/identitygovernance-workflowtemplate.md - - name: List - href: api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates.md - - name: Get - href: api/identitygovernance-workflowtemplate-get.md - - name: Task definition - items: - - name: Task definition - href: resources/identitygovernance-taskdefinition.md - - name: List - href: api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions.md - - name: Get - href: api/identitygovernance-taskdefinition-get.md - - name: Custom task extension - items: - - name: Custom task extension - href: resources/identitygovernance-customtaskextension.md - - name: List - href: api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions.md - - name: Get - href: api/identitygovernance-customtaskextension-get.md - - name: Create - href: api/identitygovernance-lifecycleworkflowscontainer-post-customtaskextensions.md - - name: Update - href: api/identitygovernance-customtaskextension-update.md - - name: Delete - href: api/identitygovernance-customtaskextension-delete.md - - name: Settings - items: - - name: Lifecycle management settings - href: resources/identitygovernance-lifecyclemanagementsettings.md - - name: Get - href: api/identitygovernance-lifecyclemanagementsettings-get.md - - name: Update - href: api/identitygovernance-lifecyclemanagementsettings-update.md - - name: Privileged Identity Management iteration 3 - items: - - name: PIM for Microsoft Entra roles - href: resources/privilegedidentitymanagementv3-overview.md - displayName: Privileged Identity Management, PIM, Identity Governance - items: - - name: Assignment schedule requests - href: resources/unifiedroleassignmentschedulerequest.md - items: - - name: List - href: api/rbacapplication-list-roleassignmentschedulerequests.md - - name: Create - href: api/rbacapplication-post-roleassignmentschedulerequests.md - - name: Get - href: api/unifiedroleassignmentschedulerequest-get.md - - name: Cancel - href: api/unifiedroleassignmentschedulerequest-cancel.md - - name: Filter by current user - href: api/unifiedroleassignmentschedulerequest-filterbycurrentuser.md - - name: Assignment schedules - href: resources/unifiedroleassignmentschedule.md - items: - - name: List - href: api/rbacapplication-list-roleassignmentschedules.md - - name: Get - href: api/unifiedroleassignmentschedule-get.md - - name: Filter by current user - href: api/unifiedroleassignmentschedule-filterbycurrentuser.md - - name: Assignment schedule instances - href: resources/unifiedroleassignmentscheduleinstance.md - items: - - name: List - href: api/rbacapplication-list-roleassignmentscheduleinstances.md - - name: Get - href: api/unifiedroleassignmentscheduleinstance-get.md - - name: Filter by current user - href: api/unifiedroleassignmentscheduleinstance-filterbycurrentuser.md - - name: Eligibility schedule requests - href: resources/unifiedroleeligibilityschedulerequest.md - items: - - name: List - href: api/rbacapplication-list-roleeligibilityschedulerequests.md - - name: Create - href: api/rbacapplication-post-roleeligibilityschedulerequests.md - - name: Get - href: api/unifiedroleeligibilityschedulerequest-get.md - - name: Cancel - href: api/unifiedroleeligibilityschedulerequest-cancel.md - - name: Filter by current user - href: api/unifiedroleeligibilityschedulerequest-filterbycurrentuser.md - - name: Eligibility schedules - href: resources/unifiedroleeligibilityschedule.md - items: - - name: List - href: api/rbacapplication-list-roleeligibilityschedules.md - - name: Get - href: api/unifiedroleeligibilityschedule-get.md - - name: Filter by current user - href: api/unifiedroleeligibilityschedule-filterbycurrentuser.md - - name: Eligibility schedule instances - href: resources/unifiedroleeligibilityscheduleinstance.md - items: - - name: List - href: api/rbacapplication-list-roleeligibilityscheduleinstances.md - - name: Get - href: api/unifiedroleeligibilityscheduleinstance-get.md - - name: Filter by current user - href: api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser.md - - name: Assignment approval - href: resources/approval.md - items: - - name: Get - href: api/approval-get.md - - name: Approval step - items: - - name: Approval step - href: resources/approvalstep.md - - name: List - href: api/approval-list-steps.md - - name: Get - href: api/approvalstep-get.md - - name: Update - href: api/approvalstep-update.md - - name: Policies and rules - items: - - name: Policy - href: resources/unifiedrolemanagementpolicy.md - - name: List - href: api/policyroot-list-rolemanagementpolicies.md - - name: Get - href: api/unifiedrolemanagementpolicy-get.md - - name: Update - href: api/unifiedrolemanagementpolicy-update.md - - name: Rules - href: resources/unifiedrolemanagementpolicyrule.md - items: - - name: List rules - href: api/unifiedrolemanagementpolicy-list-rules.md - - name: Get rule - href: api/unifiedrolemanagementpolicyrule-get.md - - name: Update rule - href: api/unifiedrolemanagementpolicyrule-update.md - - name: Role management policy assignments - href: resources/unifiedrolemanagementpolicyassignment.md - items: - - name: List - href: api/policyroot-list-rolemanagementpolicyassignments.md - - name: Get - href: api/unifiedrolemanagementpolicyassignment-get.md - - name: Role management alerts - items: - - name: Alerts - href: resources/unifiedrolemanagementalert.md - items: - - name: List - href: api/rolemanagementalert-list-alerts.md - - name: Get - href: api/unifiedrolemanagementalert-get.md - - name: Update - href: api/unifiedrolemanagementalert-update.md - - name: Refresh - href: api/unifiedrolemanagementalert-refresh.md - - name: Alert definitions - href: resources/unifiedrolemanagementalertdefinition.md - items: - - name: List - href: api/rolemanagementalert-list-alertdefinitions.md - - name: Get - href: api/unifiedrolemanagementalertdefinition-get.md - - name: Alert configurations - href: resources/unifiedrolemanagementalertconfiguration.md - items: - - name: Invalid license - href: resources/invalidlicensealertconfiguration.md - - name: No MFA on role activation - href: resources/nomfaonroleactivationalertconfiguration.md - - name: Redundant role assignment - href: resources/redundantassignmentalertconfiguration.md - - name: Role assigned outside PIM - href: resources/rolesassignedoutsideprivilegedidentitymanagementalertconfiguration.md - - name: Frequent role activation - href: resources/sequentialactivationrenewalsalertconfiguration.md - - name: Stale account in privileged role - href: resources/stalesigninalertconfiguration.md - - name: Too many global administrators - href: resources/toomanyglobaladminsassignedtotenantalertconfiguration.md - - name: List - href: api/rolemanagementalert-list-alertconfigurations.md - - name: Get - href: api/unifiedrolemanagementalertconfiguration-get.md - - name: Update - href: api/unifiedrolemanagementalertconfiguration-update.md - - name: Alert incidents - href: resources/unifiedrolemanagementalertincident.md - items: - - name: List - href: api/unifiedrolemanagementalert-list-alertincidents.md - - name: Get - href: api/unifiedrolemanagementalertincident-get.md - - name: Remediate - href: api/unifiedrolemanagementalertincident-remediate.md - - name: Long running operations - href: resources/longrunningoperation.md - items: - - name: Get - href: api/longrunningoperation-get.md - - name: PIM for Groups - href: resources/privilegedidentitymanagement-for-groups-api-overview.md - items: - - name: Assignment schedule requests - href: resources/privilegedaccessgroupassignmentschedulerequest.md - items: - - name: List - href: api/privilegedaccessgroup-list-assignmentschedulerequests.md - - name: Create - href: api/privilegedaccessgroup-post-assignmentschedulerequests.md - - name: Get - href: api/privilegedaccessgroupassignmentschedulerequest-get.md - - name: Cancel - href: api/privilegedaccessgroupassignmentschedulerequest-cancel.md - - name: Filter by current user - href: api/privilegedaccessgroupassignmentschedulerequest-filterbycurrentuser.md - - name: Assignment schedules - href: resources/privilegedaccessgroupassignmentschedule.md - items: - - name: List - href: api/privilegedaccessgroup-list-assignmentschedules.md - - name: Get - href: api/privilegedaccessgroupassignmentschedule-get.md - - name: Filter by current user - href: api/privilegedaccessgroupassignmentschedule-filterbycurrentuser.md - - name: Assignment schedule instances - href: resources/privilegedaccessgroupassignmentscheduleinstance.md - items: - - name: List - href: api/privilegedaccessgroup-list-assignmentscheduleinstances.md - - name: Get - href: api/privilegedaccessgroupassignmentscheduleinstance-get.md - - name: Filter by current user - href: api/privilegedaccessgroupassignmentscheduleinstance-filterbycurrentuser.md - - name: Eligibility schedule requests - href: resources/privilegedaccessgroupeligibilityschedulerequest.md - items: - - name: List - href: api/privilegedaccessgroup-list-eligibilityschedulerequests.md - - name: Create - href: api/privilegedaccessgroup-post-eligibilityschedulerequests.md - - name: Get - href: api/privilegedaccessgroupeligibilityschedulerequest-get.md - - name: Cancel - href: api/privilegedaccessgroupeligibilityschedulerequest-cancel.md - - name: Filter by current user - href: api/privilegedaccessgroupeligibilityschedulerequest-filterbycurrentuser.md - - name: Eligibility schedules - href: resources/privilegedaccessgroupeligibilityschedule.md - items: - - name: List - href: api/privilegedaccessgroup-list-eligibilityschedules.md - - name: Get - href: api/privilegedaccessgroupeligibilityschedule-get.md - - name: Filter by current user - href: api/privilegedaccessgroupeligibilityschedule-filterbycurrentuser.md - - name: Eligibility schedule instances - href: resources/privilegedaccessgroupeligibilityscheduleinstance.md - items: - - name: List - href: api/privilegedaccessgroup-list-eligibilityscheduleinstances.md - - name: Get - href: api/privilegedaccessgroupeligibilityscheduleinstance-get.md - - name: Filter by current user - href: api/privilegedaccessgroupeligibilityscheduleinstance-filterbycurrentuser.md - - name: Assignment approval - href: resources/approval.md - items: - - name: Get - href: api/approval-get.md - - name: Filter by current user - href: api/approval-filterbycurrentuser.md - - name: Approval step - items: - - name: Approval step - href: resources/approvalstep.md - - name: List - href: api/approval-list-steps.md - - name: Get - href: api/approvalstep-get.md - - name: Update - href: api/approvalstep-update.md - - name: Policies and rules - items: - - name: Policy - href: resources/unifiedrolemanagementpolicy.md - - name: List - href: api/policyroot-list-rolemanagementpolicies.md - - name: Get - href: api/unifiedrolemanagementpolicy-get.md - - name: Update - href: api/unifiedrolemanagementpolicy-update.md - - name: Rules - href: resources/unifiedrolemanagementpolicyrule.md - items: - - name: List rules - href: api/unifiedrolemanagementpolicy-list-rules.md - - name: Get rule - href: api/unifiedrolemanagementpolicyrule-get.md - - name: Update rule - href: api/unifiedrolemanagementpolicyrule-update.md - - name: Policy assignments - href: resources/unifiedrolemanagementpolicyassignment.md - items: - - name: List - href: api/policyroot-list-rolemanagementpolicyassignments.md - - name: Get - href: api/unifiedrolemanagementpolicyassignment-get.md - - name: Privileged Identity Management iteration 2 - href: resources/privilegedidentitymanagement-root.md - items: - - name: PIM for Azure resources - href: resources/privilegedidentitymanagement-resources.md - items: - - name: Managed resources - href: resources/governanceresource.md - items: - - name: List - href: api/governanceresource-list.md - - name: Get - href: api/governanceresource-get.md - - name: Register - href: api/governanceresource-register.md - - name: Role definitions - href: resources/governanceroledefinition.md - items: - - name: List - href: api/governanceroledefinition-list.md - - name: Get - href: api/governanceroledefinition-get.md - - name: Role settings - href: resources/governancerolesetting.md - items: - - name: List - href: api/governancerolesetting-list.md - - name: Get - href: api/governancerolesetting-get.md - - name: Update - href: api/governancerolesetting-update.md - - name: Role assignments - href: resources/governanceroleassignment.md - items: - - name: List - href: api/governanceroleassignment-list.md - - name: Get - href: api/governanceroleassignment-get.md - - name: Export - href: api/governanceroleassignment-export.md - - name: Role assignment requests - href: resources/governanceroleassignmentrequest.md - items: - - name: List - href: api/governanceroleassignmentrequest-list.md - - name: Create - href: api/governanceroleassignmentrequest-post.md - - name: Get - href: api/governanceroleassignmentrequest-get.md - - name: Update - href: api/governanceroleassignmentrequest-update.md - - name: Cancel - href: api/governanceroleassignmentrequest-cancel.md - - name: Terms of use - items: - - name: Agreement - href: resources/agreement.md - - name: List - href: api/termsofusecontainer-list-agreements.md - - name: Create - href: api/termsofusecontainer-post-agreements.md - - name: Get - href: api/agreement-get.md - - name: Update - href: api/agreement-update.md - - name: Delete - href: api/agreement-delete.md - - name: Agreement acceptances - href: resources/agreementacceptance.md - items: - - name: List agreement acceptances for a user - href: api/user-list-agreementacceptances.md - - name: List acceptances - href: api/agreement-list-acceptances.md - - name: Agreement file - items: - - name: Default agreement file - href: resources/agreementfile.md - - name: Localized agreement file - href: resources/agreementfilelocalization.md - - name: Get default file - href: api/agreementfile-get.md - - name: Create localized files - href: api/agreement-post-files.md - - name: List files - href: api/agreement-list-files.md - - name: List localized files - href: api/agreementfile-list-localizations.md - - name: Identity and sign-in - items: - - name: Authentication event listeners (preview) - href: resources/authenticationeventlistener.md - items: - - name: On attribute collection - href: resources/onattributecollectionlistener.md - - name: On attribute collection start - href: resources/onattributecollectionstartlistener.md - - name: On attribute collection submit - href: resources/onattributecollectionsubmitlistener.md - - name: On authentication method load start - href: resources/onauthenticationmethodloadstartlistener.md - - name: On interactive authentication flow start - href: resources/oninteractiveauthflowstartlistener.md - - name: On token issuance start - href: resources/ontokenissuancestartlistener.md - - name: On user create start - href: resources/onusercreatestartlistener.md - - name: List - href: api/identitycontainer-list-authenticationeventlisteners.md - - name: Create - href: api/identitycontainer-post-authenticationeventlisteners.md - - name: Get - href: api/authenticationeventlistener-get.md - - name: Update - href: api/authenticationeventlistener-update.md - - name: Delete - href: api/authenticationeventlistener-delete.md - - name: Authentication methods - items: - - name: Overview - href: resources/authenticationmethods-overview.md - - name: Authentication methods - href: resources/authenticationmethod.md - items: - - name: List - href: api/authentication-list-methods.md - - name: Authentication sign-in preferences - href: resources/authentication.md - items: - - name: Get - href: api/authentication-get.md - - name: Update - href: api/authentication-update.md - - name: Email - href: resources/emailauthenticationmethod.md - items: - - name: List - href: api/authentication-list-emailmethods.md - - name: Get - href: api/emailauthenticationmethod-get.md - - name: Update - href: api/emailauthenticationmethod-update.md - - name: Delete - href: api/emailauthenticationmethod-delete.md - - name: Add - href: api/authentication-post-emailmethods.md - - name: FIDO2 security keys - href: resources/fido2authenticationmethod.md - items: - - name: List - href: api/fido2authenticationmethod-list.md - - name: Get - href: api/fido2authenticationmethod-get.md - - name: Delete - href: api/fido2authenticationmethod-delete.md - - name: Microsoft Authenticator - href: resources/microsoftauthenticatorauthenticationmethod.md - items: - - name: List - href: api/microsoftauthenticatorauthenticationmethod-list.md - - name: Get - href: api/microsoftauthenticatorauthenticationmethod-get.md - - name: Delete - href: api/microsoftauthenticatorauthenticationmethod-delete.md - - name: Password - href: resources/passwordauthenticationmethod.md - items: - - name: List - href: api/authentication-list-passwordmethods.md - - name: Get - href: api/passwordauthenticationmethod-get.md - - name: Reset - href: api/authenticationmethod-resetpassword.md - - name: Get operation status - href: api/authenticationoperation-get.md - - name: Phone - href: resources/phoneauthenticationmethod.md - items: - - name: List - href: api/authentication-list-phonemethods.md - - name: Get - href: api/phoneauthenticationmethod-get.md - - name: Update - href: api/phoneauthenticationmethod-update.md - - name: Delete - href: api/phoneauthenticationmethod-delete.md - - name: Add - href: api/authentication-post-phonemethods.md - - name: Enable SMS sign-in - href: api/phoneauthenticationmethod-enablesmssignin.md - - name: Disable SMS sign-in - href: api/phoneauthenticationmethod-disablesmssignin.md - - name: Software OATH token - href: resources/softwareOathAuthenticationMethod.md - items: - - name: List - href: api/authentication-list-softwareoathmethods.md - - name: Get - href: api/softwareOathAuthenticationMethod-get.md - - name: Delete - href: api/softwareOathAuthenticationMethod-delete.md - - name: Temporary Access Pass - displayName: TAP - href: resources/temporaryaccesspassauthenticationmethod.md - items: - - name: List - href: api/authentication-list-temporaryaccesspassmethods.md - - name: Create - href: api/authentication-post-temporaryaccesspassmethods.md - - name: Get - href: api/temporaryaccesspassauthenticationmethod-get.md - - name: Delete - href: api/temporaryaccesspassauthenticationmethod-delete.md - - name: Windows Hello for Business - href: resources/windowshelloforbusinessauthenticationmethod.md - items: - - name: List - href: api/windowshelloforbusinessauthenticationmethod-list.md - - name: Get - href: api/windowshelloforbusinessauthenticationmethod-get.md - - name: Delete - href: api/windowshelloforbusinessauthenticationmethod-delete.md - - name: Microsoft Authenticator Passwordless Phone Sign-In (deprecated) - href: resources/passwordlessmicrosoftauthenticatorauthenticationmethod.md - items: - - name: List - href: api/passwordlessmicrosoftauthenticatorauthenticationmethod-list.md - - name: Get - href: api/passwordlessmicrosoftauthenticatorauthenticationmethod-get.md - - name: Delete - href: api/passwordlessmicrosoftauthenticatorauthenticationmethod-delete.md - - name: Platform Credential - href: resources/platformcredentialauthenticationmethod.md - items: - - name: List - href: api/platformcredentialauthenticationmethod-list.md - - name: Get - href: api/platformcredentialauthenticationmethod-get.md - - name: Delete - href: api/platformcredentialauthenticationmethod-delete.md - - name: Authentication strengths - items: - - name: Overview - href: resources/authenticationstrengths-overview.md - - name: Authentication strengths policy - href: resources/authenticationstrengthpolicy.md - items: - - name: List - href: api/authenticationstrengthroot-list-policies.md - - name: Create - href: api/authenticationstrengthroot-post-policies.md - - name: Get - href: api/authenticationstrengthpolicy-get.md - - name: Update - href: api/authenticationstrengthpolicy-update.md - - name: Delete - href: api/authenticationstrengthroot-delete-policies.md - - name: Find by method mode (deprecated) - href: api/authenticationstrengthpolicy-findbymethodmode.md - - name: List usage - href: api/authenticationstrengthpolicy-usage.md - - name: Authentication combination configurations - items: - - name: Authentication combination configuration - href: resources/authenticationcombinationconfiguration.md - - name: FIDO2 combination configuration - href: resources/fido2combinationconfiguration.md - - name: Create - href: api/authenticationstrengthpolicy-post-combinationconfigurations.md - - name: List - href: api/authenticationstrengthpolicy-list-combinationconfigurations.md - - name: Get - href: api/authenticationcombinationconfiguration-get.md - - name: Update - href: api/authenticationcombinationconfiguration-update.md - - name: Delete - href: api/authenticationstrengthpolicy-delete-combinationconfigurations.md - - name: Update allowed combinations - href: api/authenticationstrengthpolicy-updateallowedcombinations.md - - name: Authentication method modes - href: resources/authenticationmethodmodedetail.md - items: - - name: List authentication combinations and method modes - href: api/authenticationstrengthroot-list-authenticationmethodmodes.md - - name: Get authentication method modes - href: api/authenticationmethodmodedetail-get.md - - name: Certificate-based authentication configuration - displayName: CBA - href: resources/certificatebasedauthconfiguration.md - items: - - name: List - href: api/certificatebasedauthconfiguration-list.md - - name: Get - href: api/certificatebasedauthconfiguration-get.md - - name: Create - href: api/certificatebasedauthconfiguration-post-certificatebasedauthconfiguration.md - - name: Delete - href: api/certificatebasedauthconfiguration-delete.md - - name: Conditional Access - items: - - name: Conditional Access - href: resources/conditionalaccessroot.md - - name: Policies - items: - - name: Conditional Access policy - href: resources/conditionalaccesspolicy.md - - name: List - href: api/conditionalaccessroot-list-policies.md - - name: Create - href: api/conditionalaccessroot-post-policies.md - - name: Get - href: api/conditionalaccesspolicy-get.md - - name: Update - href: api/conditionalaccesspolicy-update.md - - name: Delete - href: api/conditionalaccesspolicy-delete.md - - name: Named locations - items: - - name: Named location - items: - - name: Named location - href: resources/namedlocation.md - - name: List - href: api/conditionalaccessroot-list-namedlocations.md - - name: Get - href: api/namedlocation-get.md - - name: Delete - href: api/namedlocation-delete.md - - name: Country named location - items: - - name: Country named location - href: resources/countrynamedlocation.md - - name: List - href: api/conditionalaccessroot-list-namedlocations.md - - name: Create - href: api/conditionalaccessroot-post-namedlocations.md - - name: Get - href: api/countrynamedlocation-get.md - - name: Update - href: api/countrynamedlocation-update.md - - name: Delete - href: api/countrynamedlocation-delete.md - - name: IP named location - items: - - name: IP named location - href: resources/ipnamedlocation.md - - name: List - href: api/conditionalaccessroot-list-namedlocations.md - - name: Create - href: api/conditionalaccessroot-post-namedlocations.md - - name: Get - href: api/ipnamedlocation-get.md - - name: Update - href: api/ipnamedlocation-update.md - - name: Delete - href: api/ipnamedlocation-delete.md - - name: Authentication context - items: - - name: Authentication context class reference - href: resources/authenticationcontextclassreference.md - - name: List - href: api/conditionalaccessroot-list-authenticationcontextclassreferences.md - - name: Create - href: api/conditionalaccessroot-post-authenticationcontextclassreferences.md - - name: Get - href: api/authenticationcontextclassreference-get.md - - name: Update - href: api/authenticationcontextclassreference-update.md - - name: Delete - href: api/authenticationcontextclassreference-delete.md - - name: Templates - items: - - name: Conditional access template - href: resources/conditionalAccessTemplate.md - - name: List - href: api/conditionalaccessroot-list-templates.md - - name: Get - href: api/conditionalaccesstemplate-get.md - - name: Cross-tenant access - items: - - name: Overview - displayName: Cross-tenant access settings, XTAP - href: resources/crosstenantaccesspolicy-overview.md - - name: Policy - items: - - name: Cross-tenant access policy - href: resources/crosstenantaccesspolicy.md - - name: Get - href: api/crosstenantaccesspolicy-get.md - - name: Update - href: api/crosstenantaccesspolicy-update.md - - name: Default settings - items: - - name: Cross-tenant access default settings - href: resources/crosstenantaccesspolicyconfigurationdefault.md - - name: Get - href: api/crosstenantaccesspolicyconfigurationdefault-get.md - - name: Update - href: api/crosstenantaccesspolicyconfigurationdefault-update.md - - name: Reset to system default - href: api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault.md - - name: Partner settings - items: - - name: Cross-tenant access partner settings - href: resources/crosstenantaccesspolicyconfigurationpartner.md - - name: List - href: api/crosstenantaccesspolicy-list-partners.md - - name: Create - href: api/crosstenantaccesspolicy-post-partners.md - - name: Get - href: api/crosstenantaccesspolicyconfigurationpartner-get.md - - name: Update - href: api/crosstenantaccesspolicyconfigurationpartner-update.md - - name: Delete - href: api/crosstenantaccesspolicyconfigurationpartner-delete.md - - name: Partner user sync settings - items: - - name: Cross-tenant access partner user sync settings - href: resources/crosstenantidentitysyncpolicypartner.md - - name: Create - href: api/crosstenantaccesspolicyconfigurationpartner-put-identitysynchronization.md - - name: Get - href: api/crosstenantidentitysyncpolicypartner-get.md - - name: Update - href: api/crosstenantidentitysyncpolicypartner-update.md - - name: Delete - href: api/crosstenantidentitysyncpolicypartner-delete.md - - name: Cross-tenant shared user profiles - items: - - name: Inbound shared user profiles - href: resources/inboundshareduserprofile.md - items: - - name: Get - href: api/inboundshareduserprofile-get.md - - name: List - href: api/directory-list-inboundshareduserprofiles.md - - name: Export personal data - href: api/inboundshareduserprofile-exportpersonaldata.md - - name: Remove personal data - href: api/inboundshareduserprofile-removepersonaldata.md - - name: Outbound shared user profiles - href: resources/outboundshareduserprofile.md - items: - - name: Get - href: api/outboundshareduserprofile-get.md - - name: List - href: api/directory-list-outboundshareduserprofiles.md - - name: List tenant references - href: api/outboundshareduserprofile-list-tenants.md - - name: Remove personal data - href: api/tenantreference-removepersonaldata.md - - name: Custom authentication extensions (preview) - href: resources/customauthenticationextension.md - items: - - name: On attribute collection start - href: resources/onattributecollectionstartcustomextension.md - - name: On attribute collection submit - href: resources/onattributecollectionsubmitcustomextension.md - - name: On token issuance start - href: resources/ontokenissuancestartcustomextension.md - - name: List custom authentication extensions - href: api/identitycontainer-list-customauthenticationextensions.md - - name: Create custom authentication extension - href: api/identitycontainer-post-customauthenticationextensions.md - - name: Get custom authentication extension - href: api/customauthenticationextension-get.md - - name: Update custom authentication extension - href: api/customauthenticationextension-update.md - - name: Delete custom authentication extension - href: api/customauthenticationextension-delete.md - - name: Get on attribute collection start - href: api/onattributecollectionstartcustomextension-get.md - - name: Update on attribute collection start - href: api/onattributecollectionstartcustomextension-update.md - - name: Get on attribute collection submit - href: api/onattributecollectionsubmitcustomextension-get.md - - name: Update on attribute collection submit - href: api/onattributecollectionsubmitcustomextension-update.md - - name: Data policy operation - href: resources/datapolicyoperation.md - items: - - name: Get - href: api/datapolicyoperation-get.md - - name: Export personal data - href: api/user-exportpersonaldata.md - - name: Delegated permission grant - href: resources/oauth2permissiongrant.md - items: - - name: List - href: api/oauth2permissiongrant-list.md - - name: Get - href: api/oauth2permissiongrant-get.md - - name: Create - href: api/oauth2permissiongrant-post.md - - name: Update - href: api/oauth2permissiongrant-update.md - - name: Delete - href: api/oauth2permissiongrant-delete.md - - name: Get delta - href: api/oauth2permissiongrant-delta.md - - name: External identities policy (preview) - href: resources/externalidentitiespolicy.md - items: - - name: Get - href: api/externalidentitiespolicy-get.md - - name: Update - href: api/externalidentitiespolicy-update.md - - name: Identity protection - href: resources/identityprotection-overview.md - items: - - name: Risk detection - items: - - name: Risk detection - href: resources/riskdetection.md - - name: List risk detections - href: api/riskdetection-list.md - - name: Get risk detection - href: api/riskdetection-get.md - - name: Risky user - items: - - name: Risky user - href: resources/riskyuser.md - - name: List risky users - href: api/riskyusers-list.md - - name: Get risky user - href: api/riskyusers-get.md - - name: List history - href: api/riskyuser-list-history.md - - name: Confirm compromised - href: api/riskyusers-confirmcompromised.md - - name: Dismiss - href: api/riskyusers-dismiss.md - - name: Service principal risk detection - items: - - name: Risk detection - href: resources/serviceprincipalriskdetection.md - - name: List - href: api/identityprotectionroot-list-serviceprincipalriskdetections.md - - name: Get - href: api/serviceprincipalriskdetection-get.md - - name: Risky service principal - items: - - name: Risky service principal - href: resources/riskyserviceprincipal.md - - name: List risky service principals - href: api/identityprotectionroot-list-riskyserviceprincipals.md - - name: Get risky service principal - href: api/riskyserviceprincipal-get.md - - name: List history - href: api/riskyserviceprincipal-list-history.md - - name: Confirm compromised - href: api/riskyserviceprincipal-confirmcompromised.md - - name: Dismiss - href: api/riskyserviceprincipal-dismiss.md - - name: Identity provider - items: - - name: Identity provider base - href: resources/identityproviderbase.md - - name: External identities - items: - - name: Built-in identity provider type - href: resources/builtinidentityprovider.md - - name: Social identity provider type - href: resources/socialidentityprovider.md - - name: Apple identity provider type - href: resources/applemanagedidentityprovider.md - - name: OpenID Connect identity provider type - href: resources/openidconnectidentityprovider.md - - name: List available identity providers - href: api/identityproviderbase-availableprovidertypes.md - - name: List configured identity providers - href: api/identitycontainer-list-identityproviders.md - - name: Create identity provider - href: api/identitycontainer-post-identityproviders.md - - name: Get identity provider - href: api/identityproviderbase-get.md - - name: Update identity provider - href: api/identityproviderbase-update.md - - name: Delete identity provider - href: api/identityproviderbase-delete.md - - name: Domain-based external identities - items: - - name: SAML/Ws-Fed external domain federation - href: resources/samlorwsfedexternaldomainfederation.md - - name: List federated configurations - href: api/samlorwsfedexternaldomainfederation-list.md - - name: Get federated configuration - href: api/samlorwsfedexternaldomainfederation-get.md - - name: Create federated configuration - href: api/samlorwsfedexternaldomainfederation-post.md - - name: Update federated configuration - href: api/samlorwsfedexternaldomainfederation-update.md - - name: Delete federated configuration - href: api/samlorwsfedexternaldomainfederation-delete.md - - name: List domains - href: api/samlorwsfedexternaldomainfederation-list-domains.md - - name: Create domain - href: api/samlorwsfedexternaldomainfederation-post-domains.md - - name: Federation with Microsoft Entra ID - items: - - name: Federated domain configuration - href: resources/internaldomainfederation.md - - name: List - href: api/domain-list-federationconfiguration.md - - name: Create - href: api/domain-post-federationconfiguration.md - - name: Get - href: api/internaldomainfederation-get.md - - name: Update - href: api/internaldomainfederation-update.md - - name: Delete - href: api/internaldomainfederation-delete.md - - name: Identity provider (deprecated) - items: - - name: Identity provider type - href: resources/identityprovider.md - - name: OpenID Connect identity provider type - href: resources/openidconnectprovider.md - - name: List - href: api/identityprovider-list.md - - name: Create - href: api/identityprovider-post-identityproviders.md - - name: Get - href: api/identityprovider-get.md - - name: Update - href: api/identityprovider-update.md - - name: Delete - href: api/identityprovider-delete.md - - name: List available provider types - href: api/identityprovider-list-availableprovidertypes.md - - name: Invitation manager - href: resources/invitation.md - items: - - name: Create invitation - href: api/invitation-post.md - - name: Multi-tenant organization - items: - - name: Overview - displayName: Multi-tenant organization, MTO - href: resources/multitenantorganization-overview.md - - name: Multi-tenant organization - items: - - name: Multi-tenant organization - href: resources/multitenantorganization.md - - name: Create - href: api/tenantrelationship-put-multitenantorganization.md - - name: Get - href: api/multitenantorganization-get.md - - name: Update - href: api/multitenantorganization-update.md - - name: Tenant - items: - - name: Tenant - href: resources/multitenantorganizationmember.md - - name: List - href: api/multitenantorganization-list-tenants.md - - name: Add - href: api/multitenantorganization-post-tenants.md - - name: Get - href: api/multitenantorganizationmember-get.md - - name: Update - href: api/multitenantorganizationmember-update.md - - name: Remove - href: api/multitenantorganization-delete-tenants.md - - name: Join request - items: - - name: Join request - href: resources/multitenantorganizationjoinrequestrecord.md - - name: Get - href: api/multitenantorganizationjoinrequestrecord-get.md - - name: Update - href: api/multitenantorganizationjoinrequestrecord-update.md - - name: Partner configuration template - items: - - name: Partner configuration template - href: resources/multitenantorganizationpartnerconfigurationtemplate.md - - name: Get - href: api/multitenantorganizationpartnerconfigurationtemplate-get.md - - name: Update - href: api/multitenantorganizationpartnerconfigurationtemplate-update.md - - name: Reset - href: api/multitenantorganizationpartnerconfigurationtemplate-resettodefaultsettings.md - - name: Identity sync policy template - items: - - name: Identity sync policy template - href: resources/multitenantorganizationidentitysyncpolicytemplate.md - - name: Get - href: api/multitenantorganizationidentitysyncpolicytemplate-get.md - - name: Update - href: api/multitenantorganizationidentitysyncpolicytemplate-update.md - - name: Reset - href: api/multitenantorganizationidentitysyncpolicytemplate-resettodefaultsettings.md - - name: Organization - href: resources/organization.md - items: - - name: Get org details - href: api/organization-get.md - - name: Update org details - href: api/organization-update.md - - name: Organizational branding - href: resources/organizationalbranding.md - items: - - name: Get - href: api/organizationalbranding-get.md - - name: Update - href: api/organizationalbranding-update.md - - name: Branding localization - href: resources/organizationalbrandinglocalization.md - items: - - name: List - href: api/organizationalbranding-list-localizations.md - - name: Create - href: api/organizationalbranding-post-localizations.md - - name: Get - href: api/organizationalbrandinglocalization-get.md - - name: Update - href: api/organizationalbrandinglocalization-update.md - - name: Delete - href: api/organizationalbrandinglocalization-delete.md - - name: Policies - items: - - name: Overview - href: resources/policy-overview.md - - name: Activity-based timeout policy - href: resources/activitybasedtimeoutpolicy.md - items: - - name: Create - href: api/activitybasedtimeoutpolicy-post-activitybasedtimeoutpolicies.md - - name: List - href: api/activitybasedtimeoutpolicy-list.md - - name: Get - href: api/activitybasedtimeoutpolicy-get.md - - name: Update - href: api/activitybasedtimeoutpolicy-update.md - - name: Delete - href: api/activitybasedtimeoutpolicy-delete.md - - name: Application authentication method policy - items: - - name: Overview - href: resources/applicationauthenticationmethodpolicy.md - - name: Tenant app management policy - items: - - name: Tenant app management policy - href: resources/tenantappmanagementpolicy.md - - name: Get - href: api/tenantappmanagementpolicy-get.md - - name: Update - href: api/tenantappmanagementpolicy-update.md - - name: App management policy - items: - - name: App management policy - href: resources/appmanagementpolicy.md - - name: List - href: api/appmanagementpolicy-list.md - - name: Get - href: api/appmanagementpolicy-get.md - - name: Create - href: api/appmanagementpolicy-post.md - - name: Update - href: api/appmanagementpolicy-update.md - - name: Delete - href: api/appmanagementpolicy-delete.md - - name: Create appliesTo - href: api/appmanagementpolicy-post-appliesto.md - - name: List appliesTo - href: api/appmanagementpolicy-list-appliesto.md - - name: Delete appliesTo - href: api/appmanagementpolicy-delete-appliesto.md - - name: Authentication events policy - items: - - name: Authentication events policy - href: resources/authenticationeventspolicy.md - - name: Sign-up-start event - items: - - name: Authentication listener - href: resources/authenticationlistener.md - - name: Invoke user flow listener type - href: resources/invokeuserflowlistener.md - - name: List listeners - href: api/authenticationeventspolicy-list-onsignupstart.md - - name: Create listener - href: api/authenticationeventspolicy-post-onsignupstart.md - - name: Get listener - href: api/authenticationlistener-get.md - - name: Update listener - href: api/authenticationlistener-update.md - - name: Put listener - href: api/authenticationlistener-put.md - - name: Delete listener - href: api/authenticationlistener-delete.md - - name: Authentication flows policy - items: - - name: Authentication flows policy - href: resources/authenticationflowspolicy.md - - name: Get - href: api/authenticationflowspolicy-get.md - - name: Update - href: api/authenticationflowspolicy-update.md - - name: Authentication methods policy - items: - - name: Overview - href: resources/authenticationmethodspolicies-overview.md - - name: Authentication methods policy - href: resources/authenticationmethodspolicy.md - items: - - name: Get - href: api/authenticationmethodspolicy-get.md - - name: Update - href: api/authenticationmethodspolicy-update.md - - name: Email policy - href: resources/emailauthenticationmethodconfiguration.md - items: - - name: Get - href: api/emailauthenticationmethodconfiguration-get.md - - name: Update - href: api/emailauthenticationmethodconfiguration-update.md - - name: Delete - href: api/emailauthenticationmethodconfiguration-delete.md - - name: FIDO2 policy - href: resources/fido2authenticationmethodconfiguration.md - items: - - name: Get - href: api/fido2authenticationmethodconfiguration-get.md - - name: Update - href: api/fido2authenticationmethodconfiguration-update.md - - name: Delete - href: api/fido2authenticationmethodconfiguration-delete.md - - name: Hardware OATH policy - href: resources/hardwareoathAuthenticationMethodConfiguration.md - items: - - name: Get - href: api/hardwareoathAuthenticationMethodConfiguration-get.md - - name: Update - href: api/hardwareoathAuthenticationMethodConfiguration-update.md - - name: Delete - href: api/hardwareoathAuthenticationMethodConfiguration-delete.md - - name: Microsoft Authenticator policy - href: resources/microsoftauthenticatorauthenticationmethodconfiguration.md - items: - - name: Get - href: api/microsoftauthenticatorauthenticationmethodconfiguration-get.md - - name: Update - href: api/microsoftauthenticatorauthenticationmethodconfiguration-update.md - - name: Delete - href: api/microsoftauthenticatorauthenticationmethodconfiguration-delete.md - - name: SMS policy - href: resources/smsAuthenticationMethodConfiguration.md - items: - - name: Get - href: api/smsAuthenticationMethodConfiguration-get.md - - name: Update - href: api/smsAuthenticationMethodConfiguration-update.md - - name: Delete - href: api/smsAuthenticationMethodConfiguration-delete.md - - name: Temporary Access Pass policy - href: resources/temporaryaccesspassauthenticationmethodconfiguration.md - items: - - name: Get - href: api/temporaryaccesspassauthenticationmethodconfiguration-get.md - - name: Update - href: api/temporaryaccesspassauthenticationmethodconfiguration-update.md - - name: Delete - href: api/temporaryaccesspassauthenticationmethodconfiguration-delete.md - - name: Third-party software OATH policy - href: resources/softwareoathAuthenticationMethodConfiguration.md - items: - - name: Get - href: api/softwareoathAuthenticationMethodConfiguration-get.md - - name: Update - href: api/softwareoathAuthenticationMethodConfiguration-update.md - - name: Delete - href: api/softwareoathAuthenticationMethodConfiguration-delete.md - - name: Voice call policy - href: resources/voiceAuthenticationMethodConfiguration.md - items: - - name: Get - href: api/voiceAuthenticationMethodConfiguration-get.md - - name: Update - href: api/voiceAuthenticationMethodConfiguration-update.md - - name: Delete - href: api/voiceAuthenticationMethodConfiguration-delete.md - - name: X509 certificate - displayName: certificate-based authentication, CBA - href: resources/x509Certificateauthenticationmethodconfiguration.md - items: - - name: Get - href: api/x509certificateauthenticationmethodconfiguration-get.md - - name: Update - href: api/x509certificateauthenticationmethodconfiguration-update.md - - name: Delete - href: api/x509certificateauthenticationmethodconfiguration-delete.md - - name: Authorization policy - href: resources/authorizationpolicy.md - items: - - name: Get - href: api/authorizationpolicy-get.md - - name: Update - href: api/authorizationpolicy-update.md - - name: B2C authentication methods policy - href: resources/b2cauthenticationmethodspolicy.md - items: - - name: Get - href: api/b2cauthenticationmethodspolicy-get.md - - name: Update - href: api/b2cauthenticationmethodspolicy-update.md - - name: Claims mapping policy - href: resources/claimsmappingpolicy.md - items: - - name: Create - href: api/claimsmappingpolicy-post-claimsmappingpolicies.md - - name: List - href: api/claimsmappingpolicy-list.md - - name: Get - href: api/claimsmappingpolicy-get.md - - name: Update - href: api/claimsmappingpolicy-update.md - - name: Delete - href: api/claimsmappingpolicy-delete.md - - name: List applied to applications - href: api/claimsmappingpolicy-list-appliesto.md - - name: Continuous access evaluation policy - href: resources/continuousaccessevaluationpolicy.md - items: - - name: Get - href: api/continuousaccessevaluationpolicy-get.md - - name: Update - href: api/continuousaccessevaluationpolicy-update.md - - name: Device registration policy (preview) - href: resources/deviceregistrationpolicy.md - items: - - name: Get - href: api/deviceregistrationpolicy-get.md - - name: Update - href: api/deviceregistrationpolicy-update.md - - name: Feature rollout policy - href: resources/featurerolloutpolicy.md - items: - - name: List - href: api/list-featurerolloutpolicies.md - - name: Get - href: api/featurerolloutpolicy-get.md - - name: Create - href: api/post-featurerolloutpolicies.md - - name: Update - href: api/featurerolloutpolicy-update.md - - name: Delete - href: api/featurerolloutpolicy-delete.md - - name: Create appliesTo - href: api/featurerolloutpolicy-post-appliesto.md - - name: Delete appliesTo - href: api/featurerolloutpolicy-delete-appliesto.md - - name: Home realm discovery policy - href: resources/homerealmdiscoverypolicy.md - items: - - name: Create - href: api/homerealmdiscoverypolicy-post-homerealmdiscoverypolicies.md - - name: List - href: api/homerealmdiscoverypolicy-list.md - - name: Get - href: api/homerealmdiscoverypolicy-get.md - - name: Update - href: api/homerealmdiscoverypolicy-update.md - - name: Delete - href: api/homerealmdiscoverypolicy-delete.md - - name: List applied to applications - href: api/homerealmdiscoverypolicy-list-appliesto.md - - name: Permission grant policy - href: resources/permissiongrantpolicy.md - items: - - name: Create - href: api/permissiongrantpolicy-post-permissiongrantpolicies.md - - name: List - href: api/permissiongrantpolicy-list.md - - name: Get - href: api/permissiongrantpolicy-get.md - - name: Update - href: api/permissiongrantpolicy-update.md - - name: Delete - href: api/permissiongrantpolicy-delete.md - - name: Permission grant condition sets - href: resources/permissiongrantconditionset.md - items: - - name: List includes - href: api/permissiongrantpolicy-list-includes.md - - name: Create in includes - href: api/permissiongrantpolicy-post-includes.md - - name: Delete from includes - href: api/permissiongrantpolicy-delete-includes.md - - name: List excludes - href: api/permissiongrantpolicy-list-excludes.md - - name: Create in excludes - href: api/permissiongrantpolicy-post-excludes.md - - name: Delete from excludes - href: api/permissiongrantpolicy-delete-excludes.md - - name: Permission grant pre-approval policy - href: resources/permissiongrantpreapprovalpolicy.md - items: - - name: Create - href: api/policyroot-post-permissiongrantpreapprovalpolicies.md - - name: List - href: api/policyroot-list-permissiongrantpreapprovalpolicies.md - - name: Get - href: api/permissiongrantpreapprovalpolicy-get.md - - name: Update - href: api/permissiongrantpreapprovalpolicy-update.md - - name: Delete - href: api/permissiongrantpreapprovalpolicy-delete.md - - name: Remote desktop security configuration policy - href: resources/remotedesktopsecurityconfiguration.md - items: - - name: Create - href: api/serviceprincipal-post-remotedesktopsecurityconfiguration.md - - name: Get - href: api/remotedesktopsecurityconfiguration-get.md - - name: Update - href: api/remotedesktopsecurityconfiguration-update.md - - name: Delete - href: api/serviceprincipal-delete-remotedesktopsecurityconfiguration.md - - name: Target device groups - href: resources/targetdevicegroup.md - items: - - name: List - href: api/remotedesktopsecurityconfiguration-list-targetdevicegroups.md - - name: Create - href: api/remotedesktopsecurityconfiguration-post-targetdevicegroups.md - - name: Get - href: api/targetdevicegroup-get.md - - name: Update - href: api/targetdevicegroup-update.md - - name: Delete - href: api/remotedesktopsecurityconfiguration-delete-targetdevicegroups.md - - name: Token issuance policy - href: resources/tokenissuancepolicy.md - items: - - name: Create - href: api/tokenissuancepolicy-post-tokenissuancepolicy.md - - name: List - href: api/tokenissuancepolicy-list.md - - name: Get - href: api/tokenissuancepolicy-get.md - - name: Update - href: api/tokenissuancepolicy-update.md - - name: Delete - href: api/tokenissuancepolicy-delete.md - - name: List applied to applications - href: api/tokenissuancepolicy-list-appliesto.md - - name: Token lifetime policy - href: resources/tokenlifetimepolicy.md - items: - - name: Create - href: api/tokenlifetimepolicy-post-tokenlifetimepolicies.md - - name: List - href: api/tokenlifetimepolicy-list.md - - name: Get - href: api/tokenlifetimepolicy-get.md - - name: Update - href: api/tokenlifetimepolicy-update.md - - name: Delete - href: api/tokenlifetimepolicy-delete.md - - name: List applied to applications - href: api/tokenlifetimepolicy-list-appliesto.md - - name: Security defaults policy - href: resources/identitysecuritydefaultsenforcementpolicy.md - items: - - name: Get - href: api/identitysecuritydefaultsenforcementpolicy-get.md - - name: Update - href: api/identitysecuritydefaultsenforcementpolicy-update.md - - name: Trust Framework Keyset - href: resources/trustframeworkkeyset.md - items: - - name: List - href: api/trustframework-list-keysets.md - - name: Create - href: api/trustframework-post-keysets.md - - name: Get - href: api/trustframeworkkeyset-get.md - - name: Update - href: api/trustframeworkkeyset-update.md - - name: Delete - href: api/trustframeworkkeyset-delete.md - - name: Generate key - href: api/trustframeworkkeyset-generatekey.md - - name: Get active key - href: api/trustframeworkkeyset-getactivekey.md - - name: Upload certificate - href: api/trustframeworkkeyset-uploadcertificate.md - - name: Upload PKCS12 certificate - href: api/trustframeworkkeyset-uploadpkcs12.md - - name: Upload secret - href: api/trustframeworkkeyset-uploadsecret.md - - name: Trust Framework policy - href: resources/trustframeworkpolicy.md - items: - - name: List - href: api/trustframework-list-trustframeworkpolicies.md - - name: Create - href: api/trustframework-post-trustframeworkpolicy.md - - name: Get - href: api/trustframeworkpolicy-get.md - - name: Update - href: api/trustframework-put-trustframeworkpolicy.md - - name: Delete - href: api/trustframeworkpolicy-delete.md - - name: User flows for Microsoft Entra ID and Azure AD B2C - items: - - name: User flow (deprecated) - items: - - name: User flow - href: resources/identityuserflow.md - - name: List - href: api/identityuserflow-list.md - - name: Create - href: api/identityuserflow-post-userflows.md - - name: Get - href: api/identityuserflow-get.md - - name: Delete - href: api/identityuserflow-delete.md - - name: User flows for Azure AD B2C (preview) - items: - - name: B2C user flow - href: resources/b2cidentityuserflow.md - - name: List - href: api/identitycontainer-list-b2cuserflows.md - - name: Create - href: api/identitycontainer-post-b2cuserflows.md - - name: Get - href: api/b2cidentityuserflow-get.md - - name: Update - href: api/b2cidentityuserflow-update.md - - name: Delete - href: api/b2cidentityuserflow-delete.md - - name: List identity providers - href: api/b2cidentityuserflow-list-userflowidentityproviders.md - - name: Add identity provider - href: api/b2cidentityuserflow-userflowidentityproviders-update.md - - name: Remove identity provider - href: api/b2cidentityuserflow-delete-userflowidentityproviders.md - - name: List identity providers (deprecated) - href: api/b2cidentityuserflow-list-identityproviders.md - - name: Add identity provider (deprecated) - href: api/b2cidentityuserflow-post-identityproviders.md - - name: Remove identity provider (deprecated) - href: api/b2cidentityuserflow-delete-identityproviders.md - - name: List user attribute assignments - href: api/b2cidentityuserflow-list-userattributeassignments.md - - name: Create user attribute assignment - href: api/b2cidentityuserflow-post-userattributeassignments.md - - name: List languages - href: api/b2cidentityuserflow-list-languages.md - - name: Create or update language - href: api/b2cidentityuserflow-put-languages.md - - name: Get API connectors configuration - href: api/b2cidentityuserflow-get-apiConnectorConfiguration.md - - name: Configure an API connector - href: api/b2cidentityuserflow-put-apiConnectorConfiguration.md - - name: Self-service sign up user flows for Microsoft Entra ID - items: - - name: Self-service sign up user flow - href: resources/b2xidentityuserflow.md - - name: List - href: api/identitycontainer-list-b2xuserflows.md - - name: Create - href: api/identitycontainer-post-b2xuserflows.md - - name: Get - href: api/b2xidentityuserflow-get.md - - name: Delete - href: api/b2xidentityuserflow-delete.md - - name: List identity providers - href: api/b2xidentityuserflow-list-userflowidentityproviders.md - - name: Add identity provider - href: api/b2xidentityuserflow-userflowidentityproviders-update.md - - name: Delete identity provider - href: api/b2xidentityuserflow-delete-userflowidentityproviders.md - - name: List identity providers (deprecated) - href: api/b2xidentityuserflow-list-identityproviders.md - - name: Add identity provider (deprecated) - href: api/b2xidentityuserflow-post-identityproviders.md - - name: Delete identity provider (deprecated) - href: api/b2xidentityuserflow-delete-identityproviders.md - - name: List user attribute assignments - href: api/b2xidentityuserflow-list-userattributeassignments.md - - name: Create user attribute assignment - href: api/b2xidentityuserflow-post-userattributeassignments.md - - name: List languages - href: api/b2xidentityuserflow-list-languages.md - - name: Get API connectors configuration - href: api/b2xidentityuserflow-get-apiConnectorConfiguration.md - - name: Configure an API connector - href: api/b2xidentityuserflow-put-apiConnectorConfiguration.md - - name: User flow attributes - items: - - name: User flow attribute - href: resources/identityuserflowattribute.md - - name: List - href: api/identityuserflowattribute-list.md - - name: Create - href: api/identityuserflowattribute-post.md - - name: Get - href: api/identityuserflowattribute-get.md - - name: Update - href: api/identityuserflowattribute-update.md - - name: Delete - href: api/identityuserflowattribute-delete.md - - name: User flow attribute assignment - items: - - name: User - href: resources/identityuserflowattributeassignment.md - - name: Get - href: api/identityuserflowattributeassignment-get.md - - name: Update - href: api/identityuserflowattributeassignment-update.md - - name: Delete - href: api/identityuserflowattributeassignment-delete.md - - name: User flow language configuration - items: - - name: User flow language configuration - href: resources/userflowlanguageconfiguration.md - - name: Get user flow language configuration - href: api/userflowlanguageconfiguration-get.md - - name: Delete user flow language configuration - href: api/userflowlanguageconfiguration-delete.md - - name: List defaultPages - href: api/userflowlanguageconfiguration-list-defaultpages.md - - name: List overridesPages - href: api/userflowlanguageconfiguration-list-overridespages.md - - name: User flow language page - href: resources/userflowlanguagepage.md - - name: Get user flow language page - href: api/userflowlanguagepage-get.md - - name: Update user flow language page - href: api/userflowlanguagepage-put.md - - name: Delete user flow language page - href: api/userflowlanguagepage-delete.md - - name: API connectors - items: - - name: API connector - href: resources/identityapiconnector.md - - name: List - href: api/identityapiconnector-list.md - - name: Create - href: api/identityapiconnector-create.md - - name: Get - href: api/identityapiconnector-get.md - - name: Update - href: api/identityapiconnector-update.md - - name: Upload a client certificate - href: api/identityapiconnector-uploadclientcertificate.md - - name: Delete - href: api/identityapiconnector-delete.md - - name: User flows for Microsoft Entra ID for customers (preview) - items: - - name: Authentication events flow - href: resources/authenticationeventsflow.md - - name: Self-service sign up user flow - href: resources/externalusersselfservicesignupeventsflow.md - - name: List user flows - href: api/identitycontainer-list-authenticationeventsflows.md - - name: Create user flow - href: api/identitycontainer-post-authenticationeventsflows.md - - name: Get user flow - href: api/authenticationeventsflow-get.md - - name: Update user flow - href: api/authenticationeventsflow-update.md - - name: Delete user flow - href: api/authenticationeventsflow-delete.md - - name: Identity providers - items: - - name: List identity providers in a user flow - href: api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders.md - - name: Add identity provider to a user flow - href: api/onauthenticationmethodloadstartexternalusersselfservicesignup-post-identityproviders.md - - name: Remove identity provider from a user flow - href: api/onauthenticationmethodloadstartexternalusersselfservicesignup-delete-identityproviders.md - - name: User flow attributes - items: - - name: User flow attribute - href: resources/identityuserflowattribute.md - - name: List - href: api/identityuserflowattribute-list.md - - name: Create - href: api/identityuserflowattribute-post.md - - name: Get - href: api/identityuserflowattribute-get.md - - name: Update - href: api/identityuserflowattribute-update.md - - name: Delete - href: api/identityuserflowattribute-delete.md - - name: List attributes in a user flow - href: api/onattributecollectionexternalusersselfservicesignup-list-attributes.md - - name: Add attributes to a user flow - href: api/onattributecollectionexternalusersselfservicesignup-post-attributes.md - - name: Remove attributes from a user flow - href: api/onattributecollectionexternalusersselfservicesignup-delete-attributes.md - - name: Authentication condition applications - href: resources/authenticationconditionapplication.md - items: - - name: List applications - href: api/authenticationconditionsapplications-list-includeapplications.md - - name: Add applications - href: api/authenticationconditionsapplications-post-includeapplications.md - - name: Remove applications - href: api/authenticationconditionapplication-delete.md - - name: Multicloud permissions management (preview) - items: - - name: Overview - href: resources/permissions-management-api-overview.md - - name: Authorization systems - href: resources/authorizationsystem.md - items: - - name: List - href: api/externalconnectors-external-list-authorizationsystems.md - - name: Get - href: api/authorizationsystem-get.md - - name: AWS authorization system - href: resources/awsauthorizationsystem.md - items: - - name: List - href: api/awsauthorizationsystem-list.md - - name: AWS authorization system inventory - items: - - name: AWS identities - items: - - name: All AWS identities - href: resources/awsidentity.md - items: - - name: List - href: api/awsassociatedidentities-list-all.md - - name: Get - href: api/awsidentity-get.md - - name: AWS role - href: resources/awsrole.md - items: - - name: List - href: api/awsassociatedidentities-list-roles.md - - name: Get - href: api/awsrole-get.md - - name: AWS user - href: resources/awsuser.md - items: - - name: List - href: api/awsassociatedidentities-list-users.md - - name: Get - href: api/awsuser-get.md - - name: List assumable roles - href: api/awsuser-list-assumableroles.md - - name: AWS action - href: resources/awsauthorizationsystemtypeaction.md - items: - - name: List - href: api/awsauthorizationsystem-list-actions.md - - name: Get - href: api/awsauthorizationsystemtypeaction-get.md - - name: AWS policy - href: resources/awspolicy.md - items: - - name: List - href: api/awsauthorizationsystem-list-policies.md - - name: Get - href: api/awspolicy-get.md - - name: AWS resource - href: resources/awsauthorizationsystemresource.md - items: - - name: List - href: api/awsauthorizationsystem-list-resources.md - - name: Get - href: api/awsauthorizationsystemresource-get.md - - name: AWS services - href: resources/authorizationsystemtypeservice.md - items: - - name: List - href: api/awsauthorizationsystem-list-services.md - - name: Get - href: api/authorizationsystemtypeservice-get.md - - name: Azure authorization system - href: resources/azureauthorizationsystem.md - items: - - name: List - href: api/azureauthorizationsystem-list.md - - name: Azure authorization system inventory - items: - - name: Azure identities - items: - - name: All Azure identities - href: resources/azureidentity.md - items: - - name: List - href: api/azureassociatedidentities-list-all.md - - name: Get - href: api/azureidentity-get.md - - name: Azure managed identity - href: resources/azuremanagedidentity.md - items: - - name: List - href: api/azureassociatedidentities-list-managedidentities.md - - name: Get - href: api/azuremanagedidentity-get.md - - name: Azure service principal - href: resources/azureserviceprincipal.md - items: - - name: List - href: api/azureassociatedidentities-list-serviceprincipals.md - - name: Get - href: api/azureserviceprincipal-get.md - - name: Azure user - href: resources/azureuser.md - items: - - name: List - href: api/azureassociatedidentities-list-users.md - - name: Get - href: api/azureuser-get.md - - name: Azure action - href: resources/azureauthorizationsystemtypeaction.md - items: - - name: List - href: api/azureauthorizationsystem-list-actions.md - - name: Get - href: api/azureauthorizationsystemtypeaction-get.md - - name: Azure resource - href: resources/azureauthorizationsystemresource.md - items: - - name: List - href: api/azureauthorizationsystem-list-resources.md - - name: Get - href: api/azureauthorizationsystemresource-get.md - - name: Azure role definition - href: resources/azureroledefinition.md - items: - - name: List - href: api/azureauthorizationsystem-list-roledefinitions.md - - name: Get - href: api/azureroledefinition-get.md - - name: Azure services - href: resources/authorizationsystemtypeservice.md - items: - - name: List - href: api/azureauthorizationsystem-list-services.md - - name: Get - href: api/authorizationsystemtypeservice-get.md - - name: GCP authorization system - href: resources/gcpauthorizationsystem.md - items: - - name: List - href: api/gcpauthorizationsystem-list.md - - name: GCP authorization system inventory - items: - - name: GCP identities - items: - - name: All identities - href: resources/gcpidentity.md - items: - - name: List - href: api/gcpassociatedidentities-list-all.md - - name: Get - href: api/gcpidentity-get.md - - name: GCP user - href: resources/gcpuser.md - items: - - name: List - href: api/gcpassociatedidentities-list-users.md - - name: Get - href: api/gcpuser-get.md - - name: GCP service account - href: resources/gcpserviceaccount.md - items: - - name: List - href: api/gcpassociatedidentities-list-serviceaccounts.md - - name: Get - href: api/gcpserviceaccount-get.md - - name: GCP action - href: resources/gcpauthorizationsystemtypeaction.md - items: - - name: List - href: api/gcpauthorizationsystem-list-actions.md - - name: Get - href: api/gcpauthorizationsystemtypeaction-get.md - - name: GCP resource - href: resources/gcpauthorizationsystemresource.md - items: - - name: List - href: api/gcpauthorizationsystem-list-resources.md - - name: Get - href: api/gcpauthorizationsystemresource-get.md - - name: GCP role - href: resources/gcprole.md - items: - - name: List - href: api/gcpauthorizationsystem-list-roles.md - - name: Get - href: api/gcprole-get.md - - name: GCP services - href: resources/authorizationsystemtypeservice.md - items: - - name: List - href: api/gcpauthorizationsystem-list-services.md - - name: Get - href: api/authorizationsystemtypeservice-get.md - - name: Permissions requests - items: - - name: Scheduled permissions request - href: resources/scheduledpermissionsrequest.md - items: - - name: Create - href: api/permissionsmanagement-post-scheduledpermissionsrequests.md - - name: Cancel all - href: api/scheduledpermissionsrequest-cancelall.md - - name: Permissions request change - href: resources/permissionsrequestchange.md - items: - - name: List - href: api/permissionsmanagement-list-permissionsrequestchanges.md - - name: Get - href: api/permissionsrequestchange-get.md - - name: Permissions analytics - items: - - name: Permissions creep index distribution - href: resources/permissionscreepindexdistribution.md - items: - - name: List - href: api/permissionsanalytics-list-permissionscreepindexdistributions.md - - name: Get - href: api/permissionscreepindexdistribution-get.md - - name: Identity findings - items: - - name: Inactive user finding - href: resources/inactiveuserfinding.md - items: - - name: List - href: api/inactiveuserfinding-list.md - - name: Get - href: api/inactiveuserfinding-get.md - - name: Aggregated summary - href: api/inactiveuserfinding-aggregatedsummary.md - - name: Inactive group finding - href: resources/inactivegroupfinding.md - items: - - name: List - href: api/inactivegroupfinding-list.md - - name: Get - href: api/inactivegroupfinding-get.md - - name: Inactive serverless functions - href: resources/inactiveserverlessfunctionfinding.md - items: - - name: List - href: api/inactiveserverlessfunctionfinding-list.md - - name: Get - href: api/inactiveserverlessfunctionfinding-get.md - - name: Aggregated summary - href: api/inactiveserverlessfunctionfinding-aggregatedsummary.md - - name: Inactive AWS role - href: resources/inactiveawsrolefinding.md - items: - - name: List - href: api/inactiveawsrolefinding-list.md - - name: Get - href: api/inactiveawsrolefinding-get.md - - name: Aggregated summary - href: api/inactiveawsrolefinding-aggregatedsummary.md - - name: Inactive AWS resource - href: resources/inactiveawsresourcefinding.md - items: - - name: List - href: api/inactiveawsresourcefinding-list.md - - name: Get - href: api/inactiveawsresourcefinding-get.md - - name: Aggregated summary - href: api/inactiveawsresourcefinding-aggregatedsummary.md - - name: Inactive Azure service principal - href: resources/inactiveazureserviceprincipalfinding.md - items: - - name: List - href: api/inactiveazureserviceprincipalfinding-list.md - - name: Get - href: api/inactiveazureserviceprincipalfinding-get.md - - name: Aggregated summary - href: api/inactiveazureserviceprincipalfinding-aggregatedsummary.md - - name: Inactive GCP service account - href: resources/inactivegcpserviceaccountfinding.md - items: - - name: List - href: api/inactivegcpserviceaccountfinding-list.md - - name: Get - href: api/inactivegcpserviceaccountfinding-get.md - - name: Aggregated summary - href: api/inactivegcpserviceaccountfinding-aggregatedsummary.md - - name: Super user - href: resources/superuserfinding.md - items: - - name: List - href: api/superuserfinding-list.md - - name: Get - href: api/superuserfinding-get.md - - name: Aggregated summary - href: api/superuserfinding-aggregatedsummary.md - - name: Super serverless functions - href: resources/superserverlessfunctionfinding.md - items: - - name: List - href: api/superserverlessfunctionfinding-list.md - - name: Get - href: api/superserverlessfunctionfinding-get.md - - name: Aggregated summary - href: api/superserverlessfunctionfinding-aggregatedsummary.md - - name: Super AWS role - href: resources/superawsrolefinding.md - items: - - name: List - href: api/superawsrolefinding-list.md - - name: Get - href: api/superawsrolefinding-get.md - - name: Aggregated summary - href: api/superawsrolefinding-aggregatedsummary.md - - name: Super AWS resource - href: resources/superawsresourcefinding.md - items: - - name: List - href: api/superawsresourcefinding-list.md - - name: Get - href: api/superawsresourcefinding-get.md - - name: Aggregated summary - href: api/superawsresourcefinding-aggregatedsummary.md - - name: Super Azure service principal - href: resources/superazureserviceprincipalfinding.md - items: - - name: List - href: api/superazureserviceprincipalfinding-list.md - - name: Get - href: api/superazureserviceprincipalfinding-get.md - - name: Aggregated summary - href: api/superazureserviceprincipalfinding-aggregatedsummary.md - - name: Super GCP service account - href: resources/supergcpserviceaccountfinding.md - items: - - name: List - href: api/supergcpserviceaccountfinding-list.md - - name: Get - href: api/supergcpserviceaccountfinding-get.md - - name: Aggregated summary - href: api/supergcpserviceaccountfinding-aggregatedsummary.md - - name: Overprovisioned user - href: resources/overprovisioneduserfinding.md - items: - - name: List - href: api/overprovisioneduserfinding-list.md - - name: Get - href: api/overprovisioneduserfinding-get.md - - name: Overprovisioned serverless functions - href: resources/overprovisionedserverlessfunctionfinding.md - items: - - name: List - href: api/overprovisionedserverlessfunctionfinding-list.md - - name: Get - href: api/overprovisionedserverlessfunctionfinding-get.md - - name: Overprovisioned AWS role - href: resources/overprovisionedawsrolefinding.md - items: - - name: List - href: api/overprovisionedawsrolefinding-list.md - - name: Get - href: api/overprovisionedawsrolefinding-get.md - - name: Overprovisioned AWS resource - href: resources/overprovisionedawsresourcefinding.md - items: - - name: List - href: api/overprovisionedawsresourcefinding-list.md - - name: Get - href: api/overprovisionedawsresourcefinding-get.md - - name: Overprovisioned Azure service principal - href: resources/overprovisionedazureserviceprincipalfinding.md - items: - - name: List - href: api/overprovisionedazureserviceprincipalfinding-list.md - - name: Get - href: api/overprovisionedazureserviceprincipalfinding-get.md - - name: Overprovisioned GCP service account - href: resources/overprovisionedgcpserviceaccountfinding.md - items: - - name: List - href: api/overprovisionedgcpserviceaccountfinding-list.md - - name: Get - href: api/overprovisionedgcpserviceaccountfinding-get.md - - name: AWS users with unenforced MFA - href: resources/unenforcedmfaawsuserfinding.md - items: - - name: List - href: api/unenforcedmfaawsuserfinding-list.md - - name: Get - href: api/unenforcedmfaawsuserfinding-get.md - - name: Aggregated summary - href: api/unenforcedmfaawsuserfinding-aggregatedsummary.md - - name: Privilege escalation findings - items: - - name: Privilege escalation user - href: resources/privilegeescalationuserfinding.md - items: - - name: List - href: api/privilegeescalationuserfinding-list.md - - name: Get - href: api/privilegeescalationuserfinding-get.md - - name: Privilege escalation AWS role - href: resources/privilegeescalationawsrolefinding.md - items: - - name: List - href: api/privilegeescalationawsrolefinding-list.md - - name: Get - href: api/privilegeescalationawsrolefinding-get.md - - name: Privilege escalation AWS resource - href: resources/privilegeescalationawsresourcefinding.md - items: - - name: List - href: api/privilegeescalationawsresourcefinding-list.md - - name: Get - href: api/privilegeescalationawsresourcefinding-get.md - - name: Privilege escalation GCP service account - href: resources/privilegeescalationgcpserviceaccountfinding.md - items: - - name: List - href: api/privilegeescalationgcpserviceaccountfinding-list.md - - name: Get - href: api/privilegeescalationgcpserviceaccountfinding-get.md - - name: Encrypted AWS S3 buckets - href: resources/encryptedawsstoragebucketfinding.md - items: - - name: List - href: api/encryptedawsstoragebucketfinding-list.md - - name: Get - href: api/encryptedawsstoragebucketfinding-get.md - - name: Encrypted Azure storage accounts - href: resources/encryptedazurestorageaccountfinding.md - items: - - name: List - href: api/encryptedazurestorageaccountfinding-list.md - - name: Get - href: api/encryptedazurestorageaccountfinding-get.md - - name: Encrypted GCP storage buckets - href: resources/encryptedgcpstoragebucketfinding.md - items: - - name: List - href: api/encryptedgcpstoragebucketfinding-list.md - - name: Get - href: api/encryptedgcpstoragebucketfinding-get.md - - name: Externally accessible AWS S3 buckets - href: resources/externallyaccessibleawsstoragebucketfinding.md - items: - - name: List - href: api/externallyaccessibleawsstoragebucketfinding-list.md - - name: Get - href: api/externallyaccessibleawsstoragebucketfinding-get.md - - name: Externally accessible Azure blob containers - href: resources/externallyaccessibleazureblobcontainerfinding.md - items: - - name: List - href: api/externallyaccessibleawsstoragebucketfinding-list.md - - name: Get - href: api/externallyaccessibleawsstoragebucketfinding-get.md - - name: Externally accessible GCP storage buckets - href: resources/externallyaccessiblegcpstoragebucketfinding.md - items: - - name: List - href: api/externallyaccessibleawsstoragebucketfinding-list.md - - name: Get - href: api/externallyaccessibleawsstoragebucketfinding-get.md - - name: Open AWS security group - href: resources/openawssecuritygroupfinding.md - items: - - name: List - href: api/openawssecuritygroupfinding-list.md - - name: Get - href: api/openawssecuritygroupfinding-get.md - - name: List assignedComputeInstanceDetails - href: api/openawssecuritygroupfinding-list-assignedcomputeinstancesdetails.md - - name: Get assignedComputeInstanceDetails - href: api/assignedcomputeinstancedetails-get.md - - name: Open network Azure security group - href: resources/opennetworkazuresecuritygroupfinding.md - items: - - name: List - href: api/opennetworkazuresecuritygroupfinding-list.md - - name: Get - href: api/opennetworkazuresecuritygroupfinding-get.md - - name: AWS identities that can access secret information - href: resources/openawssecuritygroupfinding.md - items: - - name: Users - href: resources/secretinformationaccessawsuserfinding.md - items: - - name: List - href: api/secretinformationaccessawsuserfinding-list.md - - name: Get - href: api/secretinformationaccessawsuserfinding-get.md - - name: Roles - href: resources/secretinformationaccessawsuserfinding.md - items: - - name: List - href: api/secretinformationaccessawsuserfinding-list.md - - name: Get - href: api/secretinformationaccessawsuserfinding-get.md - - name: Resources - href: resources/secretinformationaccessawsresourcefinding.md - items: - - name: List - href: api/secretinformationaccessawsresourcefinding-list.md - - name: Get - href: api/secretinformationaccessawsresourcefinding-get.md - - name: Serverless functions - href: resources/secretinformationaccessawsserverlessfunctionfinding.md - items: - - name: List - href: api/secretinformationaccessawsserverlessfunctionfinding-list.md - - name: Get - href: api/secretinformationaccessawsserverlessfunctionfinding-get.md - - name: AWS administrators that can use secruity tools - items: - - name: Users - href: resources/securitytoolawsuseradministratorfinding.md - items: - - name: List - href: api/securitytoolawsuseradministratorfinding-list.md - - name: Get - href: api/securitytoolawsuseradministratorfinding-get.md - - name: Roles - href: resources/securitytoolawsroleadministratorfinding.md - items: - - name: List - href: api/securitytoolawsroleadministratorfinding-list.md - - name: Get - href: api/securitytoolawsroleadministratorfinding-get.md - - name: Resources - href: resources/securitytoolawsresourceadministratorfinding.md - items: - - name: List - href: api/securitytoolawsresourceadministratorfinding-list.md - - name: Get - href: api/securitytoolawsresourceadministratorfinding-get.md - - name: Serverless functions - href: resources/securitytoolawsserverlessfunctionadministratorfinding.md - items: - - name: List - href: api/securitytoolawsserverlessfunctionadministratorfinding-list.md - - name: Get - href: api/securitytoolawsserverlessfunctionadministratorfinding-get.md - - name: AWS cross-account access - href: resources/awsexternalsystemaccessfinding.md - items: - - name: List - href: api/awsexternalsystemaccessfinding-list.md - - name: Get - href: api/awsexternalsystemaccessfinding-get.md - - name: AWS roles that can access accounts - href: resources/awsexternalsystemaccessrolefinding.md - items: - - name: List - href: api/awsexternalsystemaccessrolefinding-list.md - - name: Get - href: api/awsexternalsystemaccessrolefinding-get.md - - name: AWS IAM access key age - href: resources/awsidentityaccessmanagementkeyagefinding.md - items: - - name: List - href: api/awsidentityaccessmanagementkeyagefinding-list.md - - name: Get - href: api/awsidentityaccessmanagementkeyagefinding-get.md - - name: Aggregated summary - href: api/awsidentityaccessmanagementkeyagefinding-aggregatedsummary.md - - name: AWS IAM access key usage - href: resources/awsidentityaccessmanagementkeyusagefinding.md - items: - - name: List - href: api/awsidentityaccessmanagementkeyusagefinding-list.md - - name: Get - href: api/awsidentityaccessmanagementkeyusagefinding-get.md - - name: Aggregated summary - href: api/awsidentityaccessmanagementkeyusagefinding-aggregatedsummary.md - - name: Network access (preview) - items: - - name: Overview - displayName: ZTNA, Global Secure Access, Microsoft Entra Internet Access, Microsoft Entra Private Access - href: resources/networkaccess-global-secure-access-api-overview.md - - name: Tenant status - href: resources/networkaccess-tenantstatus.md - items: - - name: Onboard - href: api/networkaccess-networkaccessroot-onboard.md - - name: Get - href: api/networkaccess-tenantstatus-get.md - - name: Settings - href: resources/networkaccess-settings.md - items: - - name: Cross-tenant access settings - href: resources/networkaccess-crosstenantaccesssettings.md - items: - - name: Get - href: api/networkaccess-crosstenantaccesssettings-get.md - - name: Update - href: api/networkaccess-crosstenantaccesssettings-update.md - - name: Conditional Access Settings - href: resources/networkaccess-conditionalaccesssettings.md - items: - - name: Get - href: api/networkaccess-conditionalaccesssettings-get.md - - name: Update - href: api/networkaccess-conditionalaccesssettings-update.md - - name: Forwarding options - href: resources/networkaccess-forwardingoptions.md - items: - - name: Get - href: api/networkaccess-forwardingoptions-get.md - - name: Update - href: api/networkaccess-forwardingoptions-update.md - - name: Forwarding traffic - items: - - name: Forwarding profile - href: resources/networkaccess-forwardingprofile.md - items: - - name: List - href: api/networkaccess-networkaccessroot-list-forwardingprofiles.md - - name: Get - href: api/networkaccess-forwardingprofile-get.md - - name: Update - href: api/networkaccess-forwardingprofile-update.md - - name: Forwarding policy - href: resources/networkaccess-forwardingpolicy.md - items: - - name: List - href: api/networkaccess-networkaccessroot-list-forwardingpolicies.md - - name: Get - href: api/networkaccess-forwardingpolicy-get.md - - name: Update policy rules - href: api/networkaccess-forwardingpolicy-updatepolicyrules.md - - name: Forwarding policy link - href: resources/networkaccess-forwardingpolicylink.md - items: - - name: List - href: api/networkaccess-forwardingprofile-list-policies.md - - name: Get - href: api/networkaccess-forwardingpolicy-get.md - - name: Update - href: api/networkaccess-forwardingpolicylink-update.md - - name: Delete - href: api/networkaccess-forwardingpolicylink-delete.md - - name: Forwarding policy rule - href: resources/networkaccess-policyrule.md - items: - - name: Forwarding rule - href: resources/networkaccess-forwardingrule.md - items: - - name: Microsoft 365 forwarding rule - href: resources/networkaccess-m365forwardingrule.md - - name: Private access forwarding rule - href: resources/networkaccess-privateaccessforwardingrule.md - - name: List - href: api/networkaccess-policy-list-policyrules.md - - name: Get - href: api/networkaccess-policyrule-get.md - - name: Update - href: api/networkaccess-policyrule-update.md - - name: Filtering traffic - items: - - name: Filtering profile - href: resources/networkaccess-filteringprofile.md - items: - - name: List - href: api/networkaccess-filteringprofile-list.md - - name: Get - href: api/networkaccess-filteringprofile-get.md - - name: Update - href: api/networkaccess-filteringprofile-update.md - - name: Create policyLink - href: api/networkaccess-filteringpolicy-post-policyrules.md - - name: Filtering policy - href: resources/networkaccess-filteringpolicy.md - items: - - name: List - href: api/networkaccess-networkaccessroot-list-filteringpolicies.md - - name: Create - href: api/networkaccess-filteringpolicy-post-policyrules.md - - name: Get - href: api/networkaccess-filteringpolicy-get.md - - name: Update - href: api/networkaccess-filteringprofile-update.md - - name: Delete - href: api/networkaccess-filteringprofile-delete-policies.md - - name: List policyRules - href: api/networkaccess-policy-list-policyrules.md - - name: Create policyRule - href: api/networkaccess-filteringpolicy-post-policyrules.md - - name: Filtering policy link - href: resources/networkaccess-filteringpolicylink.md - items: - - name: List - href: api/networkaccess-filteringpolicylink-list.md - - name: Get - href: api/networkaccess-filteringpolicylink-get.md - - name: Update - href: api/networkaccess-filteringpolicylink-update.md - - name: Delete - href: api/networkaccess-filteringpolicylink-delete.md - - name: List policy - href: api/networkaccess-policylink-list-policy.md - - name: Add policy - href: api/networkaccess-filteringpolicy-post-policyrules.md - - name: Remove policy - href: api/networkaccess-filteringpolicylink-delete-policy.md - - name: Filtering rule - href: resources/networkaccess-filteringrule.md - items: - - name: List - href: api/networkaccess-filteringrule-list.md - - name: Get - href: api/networkaccess-filteringrule-get.md - - name: Create - href: api/networkaccess-filteringrule-post.md - - name: Update - href: api/networkaccess-filteringrule-update.md - - name: Delete - href: api/networkaccess-filteringrule-delete.md - - name: Branch site - href: resources/networkaccess-branchsite.md - items: - - name: List - href: api/networkaccess-connectivity-list-branches.md - - name: Create - href: api/networkaccess-connectivity-post-branches.md - - name: Get - href: api/networkaccess-branchsite-get.md - - name: Update - href: api/networkaccess-branchsite-update.md - - name: Delete - href: api/networkaccess-branchsite-delete.md - - name: Device link - href: resources/networkaccess-devicelink.md - items: - - name: List - href: api/networkaccess-branchsite-list-devicelinks.md - - name: Get - href: api/networkaccess-devicelink-get.md - - name: Create - href: api/networkaccess-branchsite-post-devicelinks.md - - name: Update - href: api/networkaccess-devicelink-update.md - - name: Delete - href: api/networkaccess-branchsite-delete-devicelinks.md - - name: Connectivity configuration - href: resources/networkaccess-connectivityconfigurationlink.md - items: - - name: Get - href: api/networkaccess-branchconnectivityconfiguration-get.md - - name: Forwarding profile - items: - - name: List - href: api/networkaccess-branchsite-list-forwardingprofiles.md - - name: Create - href: api/networkaccess-branchsite-post-forwardingprofiles.md - - name: Update forwarding profile for branch - href: api/networkaccess-forwardingprofile-update.md - - name: Traffic logs - href: resources/networkaccess-logs.md - items: - - name: Network access traffic - href: resources/networkaccess-networkaccesstraffic.md - - name: List - href: api/networkaccess-logs-list-traffic.md - - name: Enriched Microsoft 365 logs - href: resources/networkaccess-enrichedauditlogs.md - items: - - name: List - href: api/networkaccess-settings-list-enrichedauditlogs.md - - name: Update - href: api/networkaccess-enrichedauditlogs-update.md - - name: Traffic reports - href: resources/networkaccess-reports.md - items: - - name: Get entities summary - href: api/networkaccess-reports-entitiessummaries.md - - name: Get cross-tenant access summary - href: api/networkaccess-reports-getcrosstenantsummary.md - - name: Get cross-tenant access report - href: api/networkaccess-reports-crosstenantaccessreport.md - - name: Get destination summary - href: api/networkaccess-reports-getdestinationsummaries.md - - name: Get destination report - href: api/networkaccess-reports-destinationreport.md - - name: Get device usage summary - href: api/networkaccess-reports-getdeviceusagesummary.md - - name: Get device usage report - href: api/networkaccess-reports-devicereport.md - - name: Get user usage report - href: api/networkaccess-reports-userreport.md - - name: Get transaction summaries - href: api/networkaccess-reports-transactionsummaries.md - - name: Remote network reports - items: - - name: Remote network health status event - href: resources/networkaccess-remotenetworkhealthstatusevent.md - items: - - name: List - href: api/networkaccess-remotenetworkhealthstatusevent-list.md - - name: Partner customer administration - items: - - name: Granular delegated admin privileges - items: - - name: Overview - displayName: GDAP, Partner Center, CSP, VAR - href: resources/delegatedadminrelationships-api-overview.md - - name: Delegated admin relationships - href: resources/delegatedadminrelationship.md - items: - - name: Create - href: api/tenantrelationship-post-delegatedadminrelationships.md - - name: List - href: api/tenantrelationship-list-delegatedadminrelationships.md - - name: Get - href: api/delegatedadminrelationship-get.md - - name: Update - href: api/delegatedadminrelationship-update.md - - name: Delete - href: api/delegatedadminrelationship-delete.md - - name: Delegated admin access assignments - href: resources/delegatedadminaccessassignment.md - items: - - name: Create - href: api/delegatedadminrelationship-post-accessassignments.md - - name: List - href: api/delegatedadminrelationship-list-accessassignments.md - - name: Get - href: api/delegatedadminaccessassignment-get.md - - name: Update - href: api/delegatedadminaccessassignment-update.md - - name: Delete - href: api/delegatedadminaccessassignment-delete.md - - name: Delegated admin relationship requests - href: resources/delegatedadminrelationshiprequest.md - items: - - name: Create - href: api/delegatedadminrelationship-post-requests.md - - name: List - href: api/delegatedadminrelationship-list-requests.md - - name: Get - href: api/delegatedadminrelationshiprequest-get.md - - name: Delegated admin relationship operations - href: resources/delegatedadminrelationshipoperation.md - items: - - name: List - href: api/delegatedadminrelationship-list-operations.md - - name: Get - href: api/delegatedadminrelationshipoperation-get.md - - name: Delegated admin customer - href: resources/delegatedadmincustomer.md - items: - - name: List - href: api/tenantrelationship-list-delegatedadmincustomers.md - - name: Get - href: api/delegatedadmincustomer-get.md - - name: Service management details - href: resources/delegatedadminservicemanagementdetail.md - items: - - name: List - href: api/delegatedadmincustomer-list-servicemanagementdetails.md - - name: Industry data ETL (preview) - items: - - name: Overview - href: resources/industrydata-overview.md - - name: Azure Data Lake connector - href: resources/industrydata-azuredatalakeconnector.md - items: - - name: List - href: api/industrydata-azuredatalakeconnector-list.md - - name: Create - href: api/industrydata-azuredatalakeconnector-post.md - - name: Get - href: api/industrydata-azuredatalakeconnector-get.md - - name: Update - href: api/industrydata-azuredatalakeconnector-update.md - - name: Delete - href: api/industrydata-azuredatalakeconnector-delete.md - - name: Get upload session - href: api/industrydata-azuredatalakeconnector-getuploadsession.md - - name: File validate operation - href: resources/industrydata-filevalidateoperation.md - items: - - name: List - href: api/industrydata-filevalidateoperation-list.md - - name: Get - href: api/industrydata-filevalidateoperation-get.md - - name: Inbound file flow - href: resources/industrydata-inboundfileflow.md - items: - - name: List - href: api/industrydata-inboundfileflow-list.md - - name: Create - href: api/industrydata-inboundfileflow-post.md - - name: Get - href: api/industrydata-inboundfileflow-get.md - - name: Update - href: api/industrydata-inboundfileflow-update.md - - name: Delete - href: api/industrydata-inboundfileflow-delete.md - - name: Inbound flow - href: resources/industrydata-inboundflow.md - items: - - name: List - href: api/industrydata-inboundflow-list.md - - name: Create - href: api/industrydata-inboundflow-post.md - - name: Get - href: api/industrydata-inboundflow-get.md - - name: Update - href: api/industrydata-inboundflow-update.md - - name: Delete - href: api/industrydata-inboundflow-delete.md - - name: Industry data connector - href: resources/industrydata-industrydataconnector.md - items: - - name: List - href: api/industrydata-industrydataconnector-list.md - - name: Create - href: api/industrydata-industrydataconnector-post.md - - name: Get - href: api/industrydata-industrydataconnector-get.md - - name: Update - href: api/industrydata-industrydataconnector-update.md - - name: Delete - href: api/industrydata-industrydataconnector-delete.md - - name: Validate - href: api/industrydata-industrydataconnector-validate.md - - name: Industry data run - href: resources/industrydata-industrydatarun.md - items: - - name: List - href: api/industrydata-industrydatarun-list.md - - name: Get - href: api/industrydata-industrydatarun-get.md - - name: Get statistics - href: api/industrydata-industrydatarun-getstatistics.md - - name: Reference definition - href: resources/industrydata-referencedefinition.md - items: - - name: List - href: api/industrydata-referencedefinition-list.md - - name: Get - href: api/industrydata-referencedefinition-get.md - - name: Role group - href: resources/industrydata-rolegroup.md - items: - - name: List - href: api/industrydata-rolegroup-list.md - - name: Get - href: api/industrydata-rolegroup-get.md - - name: Source system definition - href: resources/industrydata-sourcesystemdefinition.md - items: - - name: List - href: api/industrydata-sourcesystemdefinition-list.md - - name: Create - href: api/industrydata-sourcesystemdefinition-post.md - - name: Get - href: api/industrydata-sourcesystemdefinition-get.md - - name: Update - href: api/industrydata-sourcesystemdefinition-update.md - - name: Delete - href: api/industrydata-sourcesystemdefinition-delete.md - - name: Year time period definition - href: resources/industrydata-yeartimeperioddefinition.md - items: - - name: List - href: api/industrydata-yeartimeperioddefinition-list.md - - name: Create - href: api/industrydata-yeartimeperioddefinition-post.md - - name: Get - href: api/industrydata-yeartimeperioddefinition-get.md - - name: Update - href: api/industrydata-yeartimeperioddefinition-update.md - - name: Delete - href: api/industrydata-yeartimeperioddefinition-delete.md - - name: Mail - displayName: Outlook, Outlook mail - items: - - name: Overview - href: resources/mail-api-overview.md - - name: Message - href: resources/message.md - items: - - name: List messages - href: api/user-list-messages.md - - name: Create draft message - href: api/user-post-messages.md - - name: Get message - href: api/message-get.md - - name: Update message - href: api/message-update.md - - name: Delete message - href: api/message-delete.md - - name: Add attachment - href: api/message-post-attachments.md - - name: Copy message - href: api/message-copy.md - - name: Create draft to forward message - href: api/message-createforward.md - - name: Create draft to reply - href: api/message-createreply.md - - name: Create draft to reply-all - href: api/message-createreplyall.md - - name: Create open extension - href: api/opentypeextension-post-opentypeextension.md - - name: Create session to attach large file - href: api/attachment-createuploadsession.md - - name: Forward message - href: api/message-forward.md - - name: Get mail tips - href: api/user-getmailtips.md - - name: Get message delta - href: api/message-delta.md - - name: Get open extension - href: api/opentypeextension-get.md - - name: List attachments - href: api/message-list-attachments.md - - name: Mark as junk - href: api/message-markasjunk.md - - name: Mark as not junk - href: api/message-markasnotjunk.md - - name: Move message - href: api/message-move.md - - name: Reply to message - href: api/message-reply.md - - name: Reply-all to message - href: api/message-replyall.md - - name: Send draft message - href: api/message-send.md - - name: Send mail - href: api/user-sendmail.md - - name: Unsubscribe - href: api/message-unsubscribe.md - - name: Attachment - items: - - name: Attachment - href: resources/attachment.md - - name: File attachment type - href: resources/fileattachment.md - - name: Item attachment type - href: resources/itemattachment.md - - name: Reference attachment type - href: resources/referenceattachment.md - - name: Create session to attach large file - href: api/attachment-createuploadsession.md - - name: Get attachment - href: api/attachment-get.md - - name: Delete attachment - href: api/attachment-delete.md - - name: Category - items: - - name: Category - href: resources/outlookcategory.md - - name: List categories - href: api/outlookuser-list-mastercategories.md - - name: Create category - href: api/outlookuser-post-mastercategories.md - - name: Get category - href: api/outlookcategory-get.md - - name: Update category - href: api/outlookcategory-update.md - - name: Delete category - href: api/outlookcategory-delete.md - - name: Extended properties - items: - - name: Overview - href: resources/extended-properties-overview.md - - name: Single-value extended property - items: - - name: Single-value extended property - href: resources/singlevaluelegacyextendedproperty.md - - name: Create single-value property - href: api/singlevaluelegacyextendedproperty-post-singlevalueextendedproperties.md - - name: Get single-value property - href: api/singlevaluelegacyextendedproperty-get.md - - name: Multi-value extended property - items: - - name: Multi-value extended property - href: resources/multivaluelegacyextendedproperty.md - - name: Create multi-value property - href: api/multivaluelegacyextendedproperty-post-multivalueextendedproperties.md - - name: Get multi-value property - href: api/multivaluelegacyextendedproperty-get.md - - name: Focused Inbox - href: resources/manage-focused-inbox.md - items: - - name: Create Override - href: api/inferenceclassification-post-overrides.md - - name: List Overrides - href: api/inferenceclassification-list-overrides.md - - name: Update Override - href: api/inferenceclassificationoverride-update.md - - name: Delete Override - href: api/inferenceclassificationoverride-delete.md - - name: Mail folder - href: resources/mailfolder.md - items: - - name: List mail folders - href: api/user-list-mailfolders.md - - name: Create mail folder - href: api/user-post-mailfolders.md - - name: Get mail folder - href: api/mailfolder-get.md - - name: Update mail folder - href: api/mailfolder-update.md - - name: Delete mail folder - href: api/mailfolder-delete.md - - name: Copy mail folder - href: api/mailfolder-copy.md - - name: Create child folder - href: api/mailfolder-post-childfolders.md - - name: Create message in folder - href: api/mailfolder-post-messages.md - - name: Get folder delta - href: api/mailfolder-delta.md - - name: Get message delta - href: api/message-delta.md - - name: List child folders - href: api/mailfolder-list-childfolders.md - - name: List messages in folder - href: api/mailfolder-list-messages.md - - name: Move mail folder - href: api/mailfolder-move.md - - name: Mail search folder - href: resources/mailsearchfolder.md - items: - - name: List mail search folders - href: api/user-list-mailfolders.md - - name: Create mail search folder - href: api/mailsearchfolder-post.md - - name: Get mail search folder - href: api/mailfolder-get.md - - name: Update mail search folder - href: api/mailsearchfolder-update.md - - name: Delete mail search folder - href: api/mailfolder-delete.md - - name: List messages in folder - href: api/mailfolder-list-messages.md - - name: List child folders - href: api/mailfolder-list-childfolders.md - - name: Rule - items: - - name: Rule - href: resources/messagerule.md - - name: List rules - href: api/mailfolder-list-messagerules.md - - name: Create rule - href: api/mailfolder-post-messagerules.md - - name: Get rule - href: api/messagerule-get.md - - name: Update rule - href: api/messagerule-update.md - - name: Delete rule - href: api/messagerule-delete.md - - name: Notes - displayName: OneNote - items: - - name: Overview - href: resources/onenote-api-overview.md - - name: OneNote root - items: - - name: OneNote root - href: resources/onenote.md - - name: List notebooks - href: api/onenote-list-notebooks.md - - name: Create notebook - href: api/onenote-post-notebooks.md - - name: List sections - href: api/onenote-list-sections.md - - name: List section groups - href: api/onenote-list-sectiongroups.md - - name: List pages - href: api/onenote-list-pages.md - - name: Create page - href: api/onenote-post-pages.md - - name: Notebook - href: resources/notebook.md - items: - - name: List notebooks - href: api/onenote-list-notebooks.md - - name: Create notebook - href: api/onenote-post-notebooks.md - - name: Get notebook - href: api/notebook-get.md - - name: Copy notebook - href: api/notebook-copynotebook.md - - name: Get recent notebooks - href: api/notebook-getrecentnotebooks.md - - name: Get notebook from web URL - href: api/notebook-getnotebookfromweburl.md - - name: List sections - href: api/notebook-list-sections.md - - name: Create section - href: api/notebook-post-sections.md - - name: List section groups - href: api/notebook-list-sectiongroups.md - - name: Create section group - href: api/notebook-post-sectiongroups.md - - name: Section - href: resources/onenotesection.md - items: - - name: List sections - href: api/onenote-list-sections.md - - name: Create section - href: api/notebook-post-sections.md - - name: Get section - href: api/section-get.md - - name: List pages - href: api/section-list-pages.md - - name: Create page - href: api/section-post-pages.md - - name: Copy to notebook - href: api/section-copytonotebook.md - - name: Copy to section group - href: api/section-copytosectiongroup.md - - name: Section group - href: resources/sectiongroup.md - items: - - name: List section groups - href: api/onenote-list-sectiongroups.md - - name: Create section group - href: api/notebook-post-sectiongroups.md - - name: Get section group - href: api/sectiongroup-get.md - - name: List sections - href: api/sectiongroup-list-sections.md - - name: Create section - href: api/sectiongroup-post-sections.md - - name: Page - href: resources/onenotepage.md - items: - - name: List pages - href: api/onenote-list-pages.md - - name: Create page - href: api/section-post-pages.md - - name: Get page - href: api/page-get.md - - name: Update page - href: api/page-update.md - - name: Delete page - href: api/page-delete.md - - name: Copy to section - href: api/page-copytosection.md - - name: Resource - href: resources/onenoteresource.md - items: - - name: Get resource - href: api/resource-get.md - - name: Notifications (deprecated) - items: - - name: Overview - href: resources/notifications-api-overview.md - - name: Notification (deprecated) - href: resources/projectrome-notification.md - items: - - name: Create and send a notification (deprecated) - href: api/user-post-notifications.md - - name: People and workplace intelligence - items: - - name: Overview - href: resources/social-overview.md - - name: People - items: - - name: Person - href: resources/person.md - - name: List people - href: api/user-list-people.md - - name: Org control for people insights (preview) - items: - - name: Insights settings - href: resources/insightssettings.md - - name: List - href: api/organizationsettings-list-peopleinsights.md - - name: Update - href: api/insightssettings-update.md - - name: People admin settings - href: resources/peopleadminsettings.md - items: - - name: Get - href: api/peopleadminsettings-get.md - - name: Org control for pronouns settings - items: - - name: Pronouns settings - href: resources/pronounssettings.md - - name: List - href: api/peopleadminsettings-list-pronouns.md - - name: Update - href: api/pronounssettings-update.md - - name: Profile card customization - items: - - name: Profile card property - href: resources/profilecardproperty.md - - name: List - href: api/peopleadminsettings-list-profilecardproperties.md - - name: Create - href: api/peopleadminsettings-post-profilecardproperties.md - - name: Get - href: api/profilecardproperty-get.md - - name: Update - href: api/profilecardproperty-update.md - - name: Delete - href: api/profilecardproperty-delete.md - - name: Profile (preview) - items: - - name: Profile - href: resources/profile.md - - name: Get user's profile - href: api/profile-get.md - - name: Delete user's profile - href: api/profile-delete.md - - name: Account information - items: - - name: User account information - href: resources/useraccountinformation.md - - name: List - href: api/profile-list-accounts.md - - name: Create - href: api/profile-post-accounts.md - - name: Get - href: api/useraccountinformation-get.md - - name: Update - href: api/useraccountinformation-update.md - - name: Delete - href: api/useraccountinformation-delete.md - - name: Address - items: - - name: Item address - href: resources/itemaddress.md - - name: List - href: api/profile-list-addresses.md - - name: Create - href: api/profile-post-addresses.md - - name: Get - href: api/itemaddress-get.md - - name: Update - href: api/itemaddress-update.md - - name: Delete - href: api/itemaddress-delete.md - - name: Anniversary - items: - - name: Person anniversary - href: resources/personanniversary.md - - name: List - href: api/profile-list-anniversaries.md - - name: Create - href: api/profile-post-anniversaries.md - - name: Get - href: api/personanniversary-get.md - - name: Update - href: api/personanniversary-update.md - - name: Delete - href: api/personanniversary-delete.md - - name: Award - items: - - name: Person award - href: resources/personaward.md - - name: List - href: api/profile-list-awards.md - - name: Create - href: api/profile-post-awards.md - - name: Get - href: api/personaward-get.md - - name: Update - href: api/personaward-update.md - - name: Delete - href: api/personaward-delete.md - - name: Certification - items: - - name: Person certification - href: resources/personcertification.md - - name: List - href: api/profile-list-certifications.md - - name: Create - href: api/profile-post-certifications.md - - name: Get - href: api/personcertification-get.md - - name: Update - href: api/personcertification-update.md - - name: Delete - href: api/personcertification-delete.md - - name: Educational activity - items: - - name: Educational activity - href: resources/educationalactivity.md - - name: List - href: api/profile-list-educationalactivities.md - - name: Create - href: api/profile-post-educationalactivities.md - - name: Get - href: api/educationalactivity-get.md - - name: Update - href: api/educationalactivity-update.md - - name: Delete - href: api/educationalactivity-delete.md - - name: Email address - items: - - name: Item email - href: resources/itememail.md - - name: List - href: api/profile-list-emails.md - - name: Create - href: api/profile-post-emails.md - - name: Get - href: api/itememail-get.md - - name: Update - href: api/itememail-update.md - - name: Delete - href: api/itememail-delete.md - - name: Interest - items: - - name: Person interest - href: resources/personinterest.md - - name: List - href: api/profile-list-interests.md - - name: Create - href: api/profile-post-interests.md - - name: Get - href: api/personinterest-get.md - - name: Update - href: api/personinterest-update.md - - name: Delete - href: api/personinterest-delete.md - - name: Language - items: - - name: Language proficiency - href: resources/languageproficiency.md - - name: List - href: api/profile-list-languages.md - - name: Create - href: api/profile-post-languages.md - - name: Get - href: api/languageproficiency-get.md - - name: Update - href: api/languageproficiency-update.md - - name: Delete - href: api/languageproficiency-delete.md - - name: Name - items: - - name: Person name - href: resources/personname.md - - name: List - href: api/profile-list-names.md - - name: Create - href: api/profile-post-names.md - - name: Get - href: api/personname-get.md - - name: Update - href: api/personname-update.md - - name: Delete - href: api/personname-delete.md - - name: Note - items: - - name: Person annotation - href: resources/personannotation.md - - name: List - href: api/profile-list-notes.md - - name: Create - href: api/profile-post-notes.md - - name: Get - href: api/personannotation-get.md - - name: Update - href: api/personannotation-update.md - - name: Delete - href: api/personannotation-delete.md - - name: Patent - items: - - name: Item patent - href: resources/itempatent.md - - name: List - href: api/profile-list-patents.md - - name: Create - href: api/profile-post-patents.md - - name: Get - href: api/itempatent-get.md - - name: Update - href: api/itempatent-update.md - - name: Delete - href: api/itempatent-delete.md - - name: Phone - items: - - name: Item phone - href: resources/itemphone.md - - name: List - href: api/profile-list-phones.md - - name: Create - href: api/profile-post-phones.md - - name: Get - href: api/itemphone-get.md - - name: Update - href: api/itemphone-update.md - - name: Delete - href: api/itemphone-delete.md - - name: Position - items: - - name: Work position - href: resources/workposition.md - - name: List - href: api/profile-list-positions.md - - name: Create - href: api/profile-post-positions.md - - name: Get - href: api/workposition-get.md - - name: Update - href: api/workposition-update.md - - name: Delete - href: api/workposition-delete.md - - name: Project - items: - - name: Project participation - href: resources/projectparticipation.md - - name: List - href: api/profile-list-projects.md - - name: Create - href: api/profile-post-projects.md - - name: Get - href: api/projectparticipation-get.md - - name: Update - href: api/projectparticipation-update.md - - name: Delete - href: api/projectparticipation-delete.md - - name: Publication - items: - - name: Item publication - href: resources/itempublication.md - - name: List - href: api/profile-list-publications.md - - name: Create - href: api/profile-post-publications.md - - name: Get - href: api/itempublication-get.md - - name: Update - href: api/itempublication-update.md - - name: Delete - href: api/itempublication-delete.md - - name: Responsibility - items: - - name: Person responsibility - href: resources/personresponsibility.md - - name: List - href: api/profile-list-responsibilities.md - - name: Create - href: api/profile-post-responsibilities.md - - name: Get - href: api/personresponsibility-get.md - - name: Update - href: api/personresponsibility-update.md - - name: Delete - href: api/personresponsibility-delete.md - - name: Skill - items: - - name: Skill proficiency - href: resources/skillproficiency.md - - name: List - href: api/profile-list-skills.md - - name: Create - href: api/profile-post-skills.md - - name: Get - href: api/skillproficiency-get.md - - name: Update - href: api/skillproficiency-update.md - - name: Delete - href: api/skillproficiency-delete.md - - name: Web account - items: - - name: Web account - href: resources/webaccount.md - - name: List - href: api/profile-list-webaccounts.md - - name: Create - href: api/profile-post-webaccounts.md - - name: Get - href: api/webaccount-get.md - - name: Update - href: api/webaccount-update.md - - name: Delete - href: api/webaccount-delete.md - - name: Website - items: - - name: Person website - href: resources/personwebsite.md - - name: List - href: api/profile-list-websites.md - - name: Create - href: api/profile-post-websites.md - - name: Get - href: api/personwebsite-get.md - - name: Update - href: api/personwebsite-update.md - - name: Delete - href: api/personwebsite-delete.md - - name: Item insights - items: - - name: Item insights - items: - - name: Item insights (preview) - href: resources/iteminsights.md - - name: List shared - href: api/insights-list-shared.md - - name: List trending - href: api/insights-list-trending.md - - name: List used - href: api/insights-list-used.md - - name: Org control (preview) - items: - - name: Insights settings - href: resources/insightssettings.md - - name: List - href: api/organizationsettings-list-iteminsights.md - - name: Update - href: api/insightssettings-update.md - - name: User control (preview) - items: - - name: User insights settings - href: resources/userinsightssettings.md - - name: Get - href: api/userinsightssettings-get.md - - name: Update - href: api/userinsightssettings-update.md - - name: Mention (preview) - href: resources/mention.md - - name: Analytics (preview) - items: - - name: User analytics - href: resources/useranalytics.md - - name: Settings - items: - - name: Settings - href: resources/settings.md - - name: Get settings - href: api/useranalytics-get-settings.md - - name: Activity statistics - items: - - name: Activity statistics - href: resources/activitystatistics.md - - name: Call statistics type - href: resources/callactivitystatistics.md - - name: Chat statistics type - href: resources/chatactivitystatistics.md - - name: Email statistics type - href: resources/emailactivitystatistics.md - - name: Focus statistics type - href: resources/focusactivitystatistics.md - - name: Meeting statistics type - href: resources/meetingactivitystatistics.md - - name: List activity statistics - href: api/activitystatistics-list.md - - name: Pronouns settings (preview) - items: - - name: Pronouns settings - href: resources/pronounssettings.md - - name: List - href: api/peopleadminsettings-list-pronouns.md - - name: Update - href: api/pronounssettings-update.md - - name: Personal contacts - displayName: Outlook, Outlook contacts, Outlook contact, People - items: - - name: Contact - href: resources/contact.md - items: - - name: List contacts - href: api/user-list-contacts.md - - name: Create contact - href: api/user-post-contacts.md - - name: Get contact - href: api/contact-get.md - - name: Update contact - href: api/contact-update.md - - name: Delete contact - href: api/contact-delete.md - - name: Get contact delta - href: api/contact-delta.md - - name: Create open extension - href: api/opentypeextension-post-opentypeextension.md - - name: Get open extension - href: api/opentypeextension-get.md - - name: Category - items: - - name: Category - href: resources/outlookcategory.md - - name: List categories - href: api/outlookuser-list-mastercategories.md - - name: Create category - href: api/outlookuser-post-mastercategories.md - - name: Get category - href: api/outlookcategory-get.md - - name: Update category - href: api/outlookcategory-update.md - - name: Delete category - href: api/outlookcategory-delete.md - - name: Contact folder - href: resources/contactfolder.md - items: - - name: List contact folders - href: api/user-list-contactfolders.md - - name: Create contact folder - href: api/user-post-contactfolders.md - - name: Get contact folder - href: api/contactfolder-get.md - - name: Update contact folder - href: api/contactfolder-update.md - - name: Delete contact folder - href: api/contactfolder-delete.md - - name: Get contact folder delta - href: api/contactfolder-delta.md - - name: List child folders - href: api/contactfolder-list-childfolders.md - - name: Create child folder - href: api/contactfolder-post-childfolders.md - - name: List contacts in folder - href: api/contactfolder-list-contacts.md - - name: Create contact in folder - href: api/contactfolder-post-contacts.md - - name: Get contact delta - href: api/contact-delta.md - - name: Contact merge suggestions (preview) - items: - - name: Contact merge suggestions - href: resources/contactmergesuggestions.md - - name: Get - href: api/contactmergesuggestions-get.md - - name: Update - href: api/contactmergesuggestions-update.md - - name: Org control for contact insights (preview) - items: - - name: Insights settings - href: resources/insightssettings.md - - name: List - href: api/organizationsettings-list-contactinsights.md - - name: Update - href: api/insightssettings-update.md - - name: Extended properties - items: - - name: Overview - href: resources/extended-properties-overview.md - - name: Single-value extended property - items: - - name: Single-value extended property - href: resources/singlevaluelegacyextendedproperty.md - - name: Create single-value property - href: api/singlevaluelegacyextendedproperty-post-singlevalueextendedproperties.md - - name: Get single-value property - href: api/singlevaluelegacyextendedproperty-get.md - - name: Multi-value extended property - items: - - name: Multi-value extended property - href: resources/multivaluelegacyextendedproperty.md - - name: Create multi-value property - href: api/multivaluelegacyextendedproperty-post-multivalueextendedproperties.md - - name: Get multi-value property - href: api/multivaluelegacyextendedproperty-get.md - - name: Reports - items: - - name: Identity and access reports - items: - - name: Microsoft Entra recommendations (preview) - displayName: Recommendations, Microsoft Entra recommendations - href: resources/recommendations-api-overview.md - items: - - name: Recommendations - items: - - name: Recommendation - href: resources/recommendation.md - - name: List - href: api/directory-list-recommendation.md - - name: Get - href: api/recommendation-get.md - - name: Complete - href: api/recommendation-complete.md - - name: Dismiss - href: api/recommendation-dismiss.md - - name: Postpone - href: api/recommendation-postpone.md - - name: Reactivate - href: api/recommendation-reactivate.md - - name: Get tenant Secure Score - href: api/recommendation-tenantsecurescores.md - - name: Impacted resources - items: - - name: Impacted resource - href: resources/impactedresource.md - - name: List - href: api/recommendation-list-impactedresources.md - - name: Get - href: api/impactedresource-get.md - - name: Complete - href: api/impactedresource-complete.md - - name: Dismiss - href: api/impactedresource-dismiss.md - - name: Postpone - href: api/impactedresource-postpone.md - - name: Reactivate - href: api/impactedresource-reactivate.md - - name: Microsoft Entra activity reports - items: - - name: Overview - href: resources/report-identity-access.md - - name: AD FS application activity - items: - - name: Relying party detailed summary - href: resources/relyingpartydetailedsummary.md - items: - - name: List - href: api/relyingpartydetailedsummary-list.md - - name: Application credential activity - href: resources/appcredentialsigninactivity.md - items: - - name: List - href: api/reportroot-list-appcredentialsigninactivities.md - - name: Get - href: api/appcredentialsigninactivity-get.md - - name: Application sign-in - items: - - name: Sign-in summary - href: resources/applicationsigninsummary.md - items: - - name: Get - href: api/reportroot-getazureadapplicationsigninsummary.md - - name: Sign-in details - href: resources/applicationsignindetailedsummary.md - items: - - name: List - href: api/reportroot-list-applicationsignindetailedsummary.md - - name: Get - href: api/applicationsignindetailedsummary-get.md - - name: Application user activity (preview) - items: - - name: Daily user insight - href: resources/dailyuserinsightmetricsroot.md - - name: Monthly user insight - href: resources/monthlyuserinsightmetricsroot.md - - name: Active users breakdown - href: resources/activeusersbreakdownmetric.md - items: - - name: List daily - href: api/dailyuserinsightmetricsroot-list-activeusersbreakdown.md - - name: List monthly - href: api/monthlyuserinsightmetricsroot-list-activeusersbreakdown.md - - name: Active users - href: resources/activeusersmetric.md - items: - - name: List daily - href: api/dailyuserinsightmetricsroot-list-activeusers.md - - name: List monthly - href: api/monthlyuserinsightmetricsroot-list-activeusers.md - - name: Authentications - href: resources/authenticationsmetric.md - items: - - name: List daily - href: api/dailyuserinsightmetricsroot-list-authentications.md - - name: List monthly - href: api/monthlyuserinsightmetricsroot-list-authentications.md - - name: Insights summary - href: resources/insightsummary.md - items: - - name: List daily - href: api/dailyuserinsightmetricsroot-list-summary.md - - name: List monthly - href: api/monthlyuserinsightmetricsroot-list-summary.md - - name: MFA completion - href: resources/mfacompletionmetric.md - items: - - name: List daily - href: api/dailyuserinsightmetricsroot-list-mfacompletions.md - - name: List monthly - href: api/monthlyuserinsightmetricsroot-list-mfacompletions.md - - name: User count - href: resources/usercountmetric.md - items: - - name: List daily - href: api/dailyuserinsightmetricsroot-list-usercount.md - - name: User requests - href: resources/userrequestsmetric.md - items: - - name: List daily - href: api/dailyuserinsightmetricsroot-list-requests.md - - name: List monthly - href: api/monthlyuserinsightmetricsroot-list-requests.md - - name: User signup - href: resources/usersignupmetric.md - items: - - name: List daily - href: api/dailyuserinsightmetricsroot-list-signups.md - - name: List monthly - href: api/monthlyuserinsightmetricsroot-list-signups.md - - name: Microsoft Entra SLA attainment - items: - - name: Microsoft Entra authentication - href: resources/azureadauthentication.md - - name: Service level agreement - href: resources/servicelevelagreementroot.md - - name: Get Microsoft Entra authentication - href: api/azureadauthentication-get.md - - name: Microsoft Entra service activity - items: - - name: Microsoft Entra service activity - href: resources/serviceactivity.md - - name: Get MFA sign-in success metrics - href: api/serviceactivity-getmetricsformfasigninsuccess.md - - name: Get MFA sign-in failure metrics - href: api/serviceactivity-getmetricsformfasigninfailure.md - - name: Get managed devices Conditional Access sign-in metrics - href: api/serviceactivity-getmetricsforconditionalaccessmanageddevicessigninsuccess.md - - name: Get compliant devices Conditional Access sign-in metrics - href: api/serviceactivity-getmetricsforconditionalaccesscompliantdevicessigninsuccess.md - - name: Get SAML sign-in metrics - href: api/serviceactivity-getmetricsforsamlsigninsuccess.md - - name: Registration and usage - items: - - name: Overview - href: resources/authenticationmethods-usage-insights-overview.md - - name: Credential usage summary - href: resources/credentialusagesummary.md - items: - - name: List - href: api/reportroot-getcredentialusagesummary.md - - name: Credential user registration count - href: resources/credentialuserregistrationcount.md - items: - - name: Get - href: api/reportroot-getcredentialuserregistrationcount.md - - name: Credential user registration details (deprecated) - href: resources/credentialuserregistrationdetails.md - items: - - name: List - href: api/reportroot-list-credentialuserregistrationdetails.md - - name: User credential usage details - href: resources/usercredentialusagedetails.md - items: - - name: List - href: api/reportroot-list-usercredentialusagedetails.md - - name: User registration details - href: resources/userregistrationdetails.md - items: - - name: List - href: api/authenticationmethodsroot-list-userregistrationdetails.md - - name: Get - href: api/userregistrationdetails-get.md - - name: Users registered by feature - href: resources/userregistrationfeaturesummary.md - items: - - name: List - href: api/authenticationmethodsroot-usersregisteredbyfeature.md - - name: Users registered by method - href: resources/userregistrationmethodsummary.md - items: - - name: List - href: api/authenticationmethodsroot-usersregisteredbymethod.md - - name: Service principal activity - href: resources/serviceprincipalsigninactivity.md - items: - - name: List - href: api/reportroot-list-serviceprincipalsigninactivities.md - - name: Get - href: api/serviceprincipalsigninactivity-get.md - - name: Microsoft Entra audit logs - items: - - name: Overview - href: resources/azure-ad-auditlog-overview.md - - name: Custom security attributes audit - href: resources/customsecurityattributeaudit.md - items: - - name: List - href: api/auditlogroot-list-customsecurityattributeaudits.md - - name: Get - href: api/customsecurityattributeaudit-get.md - - name: Directory audit - href: resources/directoryaudit.md - items: - - name: List - href: api/directoryaudit-list.md - - name: Get - href: api/directoryaudit-get.md - - name: Provisioning - href: resources/provisioningobjectsummary.md - items: - - name: List - href: api/provisioningobjectsummary-list.md - - name: Sign-in - href: resources/signin.md - items: - - name: List - href: api/signin-list.md - - name: Get - href: api/signin-get.md - - name: Confirm safe - href: api/signin-confirmsafe.md - - name: Confirm compromised - href: api/signin-confirmcompromised.md - - name: Microsoft 365 usage reports - items: - - name: Overview - href: resources/report.md - - name: Admin report settings - items: - - name: Admin report settings - href: resources/adminreportsettings.md - - name: Get - href: api/adminreportsettings-get.md - - name: Update - href: api/adminreportsettings-update.md - - name: Forms activity - href: resources/microsoft-forms-usage-reports.md - items: - - name: Get user detail - href: api/reportroot-getformsuseractivityuserdetail.md - - name: Get activity counts - href: api/reportroot-getformsuseractivitycounts.md - - name: Get user counts - href: api/reportroot-getformsuseractivityusercounts.md - - name: Microsoft Teams device usage - href: resources/microsoft-teams-device-usage-reports.md - items: - - name: Get user detail - href: api/reportroot-getteamsdeviceusageuserdetail.md - - name: Get user counts - href: api/reportroot-getteamsdeviceusageusercounts.md - - name: Get total user counts - href: api/reportroot-getteamsdeviceusagetotalusercounts.md - - name: Get distribution user counts - href: api/reportroot-getteamsdeviceusagedistributionusercounts.md - - name: Get distribution total user counts - href: api/reportroot-getteamsdeviceusagedistributiontotalusercounts.md - - name: Microsoft Teams user activity - href: resources/microsoft-teams-user-activity-reports.md - items: - - name: Get user detail - href: api/reportroot-getteamsuseractivityuserdetail.md - - name: Get activity counts - href: api/reportroot-getteamsuseractivitycounts.md - - name: Get activity total counts - href: api/reportroot-getteamsuseractivitytotalcounts.md - - name: Get user counts - href: api/reportroot-getteamsuseractivityusercounts.md - - name: Get total user counts - href: api/reportroot-getteamsuseractivitytotalusercounts.md - - name: Get distribution user counts - href: api/reportroot-getteamsuseractivitydistributionusercounts.md - - name: Get distribution total user counts - href: api/reportroot-getteamsuseractivitydistributiontotalusercounts.md - - name: Get total distribution activity counts - href: api/reportroot-getteamsuseractivitytotaldistributioncounts.md - - name: Microsoft Teams team activity - href: resources/microsoft-teams-team-usage-reports.md - items: - - name: Get team detail - href: api/reportroot-getteamsteamactivitydetail.md - - name: Get team activity counts - href: api/reportroot-getteamsteamactivitycounts.md - - name: Get team activity distribution counts - href: api/reportroot-getteamsteamactivitydistributioncounts.md - - name: Get team counts - href: api/reportroot-getteamsteamcounts.md - - name: Outlook activity - href: resources/email-activity-reports.md - items: - - name: Get user detail - href: api/reportroot-getemailactivityuserdetail.md - - name: Get activity counts - href: api/reportroot-getemailactivitycounts.md - - name: Get user counts - href: api/reportroot-getemailactivityusercounts.md - - name: Outlook app usage - href: resources/email-app-usage-reports.md - items: - - name: Get user detail - href: api/reportroot-getemailappusageuserdetail.md - - name: Get apps user counts - href: api/reportroot-getemailappusageappsusercounts.md - - name: Get user counts - href: api/reportroot-getemailappusageusercounts.md - - name: Get versions user counts - href: api/reportroot-getemailappusageversionsusercounts.md - - name: Outlook mailbox usage - href: resources/mailbox-usage-reports.md - items: - - name: Get mailbox detail - href: api/reportroot-getmailboxusagedetail.md - - name: Get mailbox counts - href: api/reportroot-getmailboxusagemailboxcounts.md - - name: Get quota status mailbox counts - href: api/reportroot-getmailboxusagequotastatusmailboxcounts.md - - name: Get storage - href: api/reportroot-getmailboxusagestorage.md - - name: Microsoft 365 activations - href: resources/office-365-activations-reports.md - items: - - name: Get user detail - href: api/reportroot-getoffice365activationsuserdetail.md - - name: Get activation counts - href: api/reportroot-getoffice365activationcounts.md - - name: Get user counts - href: api/reportroot-getoffice365activationsusercounts.md - - name: Microsoft 365 active users - href: resources/office-365-active-users-reports.md - items: - - name: Get user detail - href: api/reportroot-getoffice365activeuserdetail.md - - name: Get user counts - href: api/reportroot-getoffice365activeusercounts.md - - name: Get services user counts - href: api/reportroot-getoffice365servicesusercounts.md - - name: Microsoft 365 Apps usage - href: resources/microsoft-365-apps-usage-report.md - items: - - name: Get user detail - href: api/reportroot-getm365appuserdetail.md - - name: Get user counts - href: api/reportroot-getm365appusercounts.md - - name: Get platform user counts - href: api/reportroot-getm365appplatformusercounts.md - - name: Microsoft 365 browser usage - href: resources/microsoft-365-browser-usage-report.md - items: - - name: Get user detail - href: api/reportroot-getbrowseruserdetail.md - - name: Get user counts - href: api/reportroot-getbrowserusercounts.md - - name: Get distribution user counts - href: api/reportroot-getbrowserdistributionusercounts.md - - name: Microsoft 365 groups activity - href: resources/office-365-groups-activity-reports.md - items: - - name: Get group detail - href: api/reportroot-getoffice365groupsactivitydetail.md - - name: Get activity counts - href: api/reportroot-getoffice365groupsactivitycounts.md - - name: Get group counts - href: api/reportroot-getoffice365groupsactivitygroupcounts.md - - name: Get storage - href: api/reportroot-getoffice365groupsactivitystorage.md - - name: Get file counts - href: api/reportroot-getoffice365groupsactivityfilecounts.md - - name: OneDrive activity - href: resources/onedrive-activity-reports.md - items: - - name: Get user detail - href: api/reportroot-getonedriveactivityuserdetail.md - - name: Get user counts - href: api/reportroot-getonedriveactivityusercounts.md - - name: Get file counts - href: api/reportroot-getonedriveactivityfilecounts.md - - name: OneDrive usage - href: resources/onedrive-usage-reports.md - items: - - name: Get account detail - href: api/reportroot-getonedriveusageaccountdetail.md - - name: Get account counts - href: api/reportroot-getonedriveusageaccountcounts.md - - name: Get file counts - href: api/reportroot-getonedriveusagefilecounts.md - - name: Get storage - href: api/reportroot-getonedriveusagestorage.md - - name: SharePoint activity - href: resources/sharepoint-activity-reports.md - items: - - name: Get user detail - href: api/reportroot-getsharepointactivityuserdetail.md - - name: Get file counts - href: api/reportroot-getsharepointactivityfilecounts.md - - name: Get user counts - href: api/reportroot-getsharepointactivityusercounts.md - - name: Get pages - href: api/reportroot-getsharepointactivitypages.md - - name: SharePoint site usage - href: resources/sharepoint-site-usage-reports.md - items: - - name: Get site detail - href: api/reportroot-getsharepointsiteusagedetail.md - - name: Get file counts - href: api/reportroot-getsharepointsiteusagefilecounts.md - - name: Get site counts - href: api/reportroot-getsharepointsiteusagesitecounts.md - - name: Get storage - href: api/reportroot-getsharepointsiteusagestorage.md - - name: Get pages - href: api/reportroot-getsharepointsiteusagepages.md - - name: Skype for Business activity - href: resources/skype-for-business-activity-reports.md - items: - - name: Get user detail - href: api/reportroot-getskypeforbusinessactivityuserdetail.md - - name: Get activity counts - href: api/reportroot-getskypeforbusinessactivitycounts.md - - name: Get user counts - href: api/reportroot-getskypeforbusinessactivityusercounts.md - - name: Skype for Business device usage - href: resources/skype-for-business-device-usage-reports.md - items: - - name: Get user detail - href: api/reportroot-getskypeforbusinessdeviceusageuserdetail.md - - name: Get distribution user counts - href: api/reportroot-getskypeforbusinessdeviceusagedistributionusercounts.md - - name: Get user counts - href: api/reportroot-getskypeforbusinessdeviceusageusercounts.md - - name: Skype for Business organizer activity - href: resources/skype-for-business-organizer-activity-reports.md - items: - - name: Get activity counts - href: api/reportroot-getskypeforbusinessorganizeractivitycounts.md - - name: Get user counts - href: api/reportroot-getskypeforbusinessorganizeractivityusercounts.md - - name: Get minute counts - href: api/reportroot-getskypeforbusinessorganizeractivityminutecounts.md - - name: Skype for Business participant activity - href: resources/skype-for-business-participant-activity-reports.md - items: - - name: Get activity counts - href: api/reportroot-getskypeforbusinessparticipantactivitycounts.md - - name: Get user counts - href: api/reportroot-getskypeforbusinessparticipantactivityusercounts.md - - name: Get minute counts - href: api/reportroot-getskypeforbusinessparticipantactivityminutecounts.md - - name: Skype for Business peer-to-peer activity - href: resources/skype-for-business-peer-to-peer-activity.md - items: - - name: Get activity counts - href: api/reportroot-getskypeforbusinesspeertopeeractivitycounts.md - - name: Get user counts - href: api/reportroot-getskypeforbusinesspeertopeeractivityusercounts.md - - name: Get minute counts - href: api/reportroot-getskypeforbusinesspeertopeeractivityminutecounts.md - - name: Yammer activity - href: resources/yammer-activity-reports.md - items: - - name: Get user detail - href: api/reportroot-getyammeractivityuserdetail.md - - name: Get activity counts - href: api/reportroot-getyammeractivitycounts.md - - name: Get user counts - href: api/reportroot-getyammeractivityusercounts.md - - name: Yammer device usage - href: resources/yammer-device-usage-reports.md - items: - - name: Get user detail - href: api/reportroot-getyammerdeviceusageuserdetail.md - - name: Get distribution user counts - href: api/reportroot-getyammerdeviceusagedistributionusercounts.md - - name: Get user counts - href: api/reportroot-getyammerdeviceusageusercounts.md - - name: Yammer groups activity - href: resources/yammer-groups-activity-reports.md - items: - - name: Get group detail - href: api/reportroot-getyammergroupsactivitydetail.md - - name: Get group counts - href: api/reportroot-getyammergroupsactivitygroupcounts.md - - name: Get activity counts - href: api/reportroot-getyammergroupsactivitycounts.md - - name: Microsoft Defender for Office 365 security reports - items: - - name: Attack simulation reports - href: resources/report-m365defender-reports-overview.md - - name: Repeat offender - items: - - name: Repeat offender - href: resources/attacksimulationrepeatoffender.md - - name: Get repeat offenders - href: api/securityreportsroot-getattacksimulationrepeatoffenders.md - - name: Simulation data - items: - - name: Simulation user coverage - href: resources/attacksimulationsimulationusercoverage.md - - name: Get simulation coverage for users - href: api/securityreportsroot-getattacksimulationsimulationusercoverage.md - - name: Training data - items: - - name: Training user coverage - href: resources/attacksimulationtrainingusercoverage.md - - name: Get training coverage for users - href: api/securityreportsroot-getattacksimulationtrainingusercoverage.md - - name: Search - items: - - name: Query - items: - - name: Overview - href: resources/search-api-overview.md - - name: Search request type - href: resources/searchrequest.md - - name: Search response type - href: resources/searchresponse.md - - name: Query data - href: api/search-query.md - - name: Answer - items: - - name: Overview - href: resources/search-api-answers-overview.md - - name: Acronym - href: resources/search-acronym.md - items: - - name: List acronyms - href: api/search-searchentity-list-acronyms.md - - name: Create acronym - href: api/search-searchentity-post-acronyms.md - - name: Get acronym - href: api/search-acronym-get.md - - name: Update acronym - href: api/search-acronym-update.md - - name: Delete acronym - href: api/search-acronym-delete.md - - name: Bookmark - href: resources/search-bookmark.md - items: - - name: List bookmarks - href: api/search-searchentity-list-bookmarks.md - - name: Create bookmark - href: api/search-searchentity-post-bookmarks.md - - name: Get bookmark - href: api/search-bookmark-get.md - - name: Update bookmark - href: api/search-bookmark-update.md - - name: Delete bookmark - href: api/search-bookmark-delete.md - - name: QnA - href: resources/search-qna.md - items: - - name: List qnas - href: api/search-searchentity-list-qnas.md - - name: Create qna - href: api/search-searchentity-post-qnas.md - - name: Get qna - href: api/search-qna-get.md - - name: Update qna - href: api/search-qna-update.md - - name: Delete qna - href: api/search-qna-delete.md - - name: Security - items: - - name: Overview - href: resources/security-api-overview.md - - name: Action (preview) - items: - - name: Action - href: resources/securityaction.md - - name: List security actions - href: api/securityactions-list.md - - name: Create security action - href: api/securityactions-post.md - - name: Get security action - href: api/securityaction-get.md - - name: Cancel security action - href: api/securityaction-cancelsecurityaction.md - - name: Advanced hunting - items: - - name: Run hunting query - href: api/security-security-runhuntingquery.md - - name: Hunting query results - href: resources/security-huntingqueryresults.md - - name: Hunting row result - href: resources/security-huntingrowresult.md - - name: Single property schema - href: resources/security-singlepropertyschema.md - - name: Alerts and incidents - items: - - name: Alert - items: - - name: Alert - href: resources/security-alert.md - - name: List alerts - href: api/security-list-alerts_v2.md - - name: Get alert - href: api/security-alert-get.md - - name: Update alert - href: api/security-alert-update.md - - name: Create comment for alert - href: api/security-alert-post-comments.md - - name: Alert evidence - items: - - name: Alert evidence - href: resources/security-alertevidence.md - - name: Incident - items: - - name: Incident - href: resources/security-incident.md - - name: List incidents - href: api/security-list-incidents.md - - name: Get incident - href: api/security-incident-get.md - - name: Update incident - href: api/security-incident-update.md - - name: Create comment for incident - href: api/security-incident-post-comments.md - - name: Attack simulation and training - items: - - name: Simulations - items: - - name: Simulation - href: resources/simulation.md - - name: List - href: api/attacksimulationroot-list-simulations.md - - name: Create - href: api/attacksimulationroot-post-simulation.md - - name: Get - href: api/simulation-get.md - - name: Update - href: api/simulation-update.md - - name: Delete - href: api/simulation-delete.md - - name: List simulation users - href: api/usersimulationdetails-list.md - - name: Get simulation overview - href: api/simulationreportoverview-get.md - - name: Attack simulation operation - items: - - name: Attack simulation operation - href: resources/attacksimulationoperation.md - - name: Get - href: api/attacksimulationoperation-get.md - - name: End user notification - items: - - name: End user notification - href: resources/endusernotification.md - - name: List - href: api/attacksimulationroot-list-endusernotifications.md - - name: Get - href: api/endusernotification-get.md - - name: Landing page - items: - - name: Landing page - href: resources/landingpage.md - - name: List - href: api/attacksimulationroot-list-landingpage.md - - name: Get - href: api/landingpage-get.md - - name: Login page - items: - - name: Login page - href: resources/loginpage.md - - name: List - href: api/attacksimulationroot-list-loginpage.md - - name: Get - href: api/loginpage-get.md - - name: Payload - items: - - name: Payload - href: resources/payload.md - - name: List - href: api/attacksimulationroot-list-payloads.md - - name: Get - href: api/payload-get.md - - name: Get payload detail - href: api/payloaddetail-get.md - - name: Training - items: - - name: Training - href: resources/training.md - - name: List - href: api/attacksimulationroot-list-trainings.md - - name: Get - href: api/training-get.md - - name: Training language detail - items: - - name: Training language detail - href: resources/traininglanguagedetail.md - - name: Get - href: api/traininglanguagedetail-get.md - - name: Reports - items: - - name: Attack simulation reports - href: resources/report-m365defender-reports-overview.md - - name: Repeat offender - items: - - name: Repeat offender - href: resources/attacksimulationrepeatoffender.md - - name: Get repeat offenders - href: api/securityreportsroot-getattacksimulationrepeatoffenders.md - - name: Simulation data - items: - - name: Simulation user coverage - href: resources/attacksimulationsimulationusercoverage.md - - name: Get simulation coverage for users - href: api/securityreportsroot-getattacksimulationsimulationusercoverage.md - - name: Training data - items: - - name: Training user coverage - href: resources/attacksimulationtrainingusercoverage.md - - name: Get training coverage for users - href: api/securityreportsroot-getattacksimulationtrainingusercoverage.md - - name: Simulation automation - items: - - name: Simulation automation - href: resources/simulationautomation.md - - name: List - href: api/attacksimulationroot-list-simulationautomations.md - - name: Get - href: api/simulationautomation-get.md - - name: Simulation automation run - items: - - name: Simulation automation run - href: resources/simulationautomationrun.md - - name: List - href: api/simulationautomation-list-runs.md - - name: Audit Log Query (preview) - items: - - name: Overview - href: resources/security-api-overview.md - - name: Audit Log Query - href: resources/security-auditlogquery.md - items: - - name: List - href: api/security-auditcoreroot-list-auditlogqueries.md - - name: Post - href: api/security-auditcoreroot-post-auditlogqueries.md - - name: Get - href: api/security-auditlogquery-get.md - - name: Audit Log Record - href: resources/security-auditlogrecord.md - items: - - name: List - href: api/security-auditlogquery-list-records.md - - name: Audit Log Data - href: resources/security-auditdata.md - - name: Default Audit Log Data - href: resources/security-defaultauditdata.md - - name: eDiscovery (preview) - items: - - name: Case - href: resources/security-ediscoverycase.md - items: - - name: List - href: api/security-casesroot-list-ediscoverycases.md - - name: Create - href: api/security-casesroot-post-ediscoverycases.md - - name: Get - href: api/security-ediscoverycase-get.md - - name: Update - href: api/security-ediscoverycase-update.md - - name: Delete - href: api/security-casesroot-delete-ediscoverycases.md - - name: Close - href: api/security-ediscoverycase-close.md - - name: Reopen - href: api/security-ediscoverycase-reopen.md - - name: List operations - href: api/security-ediscoverycase-list-operations.md - - name: List custodians - href: api/security-ediscoverycase-list-custodians.md - - name: Create custodian - href: api/security-ediscoverycase-post-custodians.md - - name: List non-custodial data sources - href: api/security-ediscoverycase-list-noncustodialdatasources.md - - name: Create non-custodial data source - href: api/security-ediscoverycase-post-noncustodialdatasources.md - - name: List legal holds (preview) - href: api/security-ediscoverycase-list-legalholds.md - - name: Create legal hold (preview) - href: api/security-ediscoverycase-post-legalholds.md - - name: List searches - href: api/security-ediscoverycase-list-searches.md - - name: Create search - href: api/security-ediscoverycase-post-searches.md - - name: List review sets - href: api/security-ediscoverycase-list-reviewsets.md - - name: Create review set - href: api/security-ediscoverycase-post-reviewsets.md - - name: List tags - href: api/security-ediscoverycase-list-tags.md - - name: Create tag - href: api/security-ediscoverycase-post-tags.md - - name: Case settings - href: resources/security-ediscoverycasesettings.md - items: - - name: Get settings - href: api/security-ediscoverycasesettings-get.md - - name: Update settings - href: api/security-ediscoverycasesettings-update.md - - name: Reset settings to default - href: api/security-ediscoverycasesettings-resettodefault.md - - name: Operation - href: resources/security-caseoperation.md - items: - - name: List case operations - href: api/security-ediscoverycase-list-operations.md - - name: Get case operation by ID - href: api/security-caseoperation-get.md - - name: Custodian - href: resources/security-ediscoverycustodian.md - items: - - name: List - href: api/security-ediscoverycase-list-custodians.md - - name: Create - href: api/security-ediscoverycase-post-custodians.md - - name: Get - href: api/security-ediscoverycustodian-get.md - - name: Activate - href: api/security-ediscoverycustodian-activate.md - - name: Release - href: api/security-ediscoverycustodian-release.md - - name: Apply hold - href: api/security-ediscoverycustodian-applyhold.md - - name: Remove hold - href: api/security-ediscoverycustodian-removehold.md - - name: Update index - href: api/security-ediscoverycustodian-updateindex.md - - name: List user sources - href: api/security-ediscoverycustodian-list-usersources.md - - name: Create user source - href: api/security-ediscoverycustodian-post-usersources.md - - name: List site sources - href: api/security-ediscoverycustodian-list-sitesources.md - - name: Create site source - href: api/security-ediscoverycustodian-post-sitesources.md - - name: List unitifed group sources - href: api/security-ediscoverycustodian-list-unifiedgroupsources.md - - name: Create unifed group source - href: api/security-ediscoverycustodian-post-unifiedgroupsources.md - - name: Get last index operation - href: api/security-ediscoverycustodian-list-lastindexoperation.md - - name: Non-custodial data source - href: resources/security-ediscoverynoncustodialdatasource.md - items: - - name: List - href: api/security-ediscoverycase-list-noncustodialdatasources.md - - name: Create - href: api/security-ediscoverycase-post-noncustodialdatasources.md - - name: Get - href: api/security-ediscoverynoncustodialdatasource-get.md - - name: Release - href: api/security-ediscoverynoncustodialdatasource-release.md - - name: Apply hold - href: api/security-ediscoverynoncustodialdatasource-applyhold.md - - name: Remove hold - href: api/security-ediscoverynoncustodialdatasource-removehold.md - - name: Update index - href: api/security-ediscoverynoncustodialdatasource-updateindex.md - - name: Get last index operation - href: api/security-ediscoverycustodian-list-lastindexoperation.md - - name: Hold policy (preview) - href: resources/security-ediscoveryholdpolicy.md - items: - - name: List - href: api/security-ediscoverycase-list-legalholds.md - - name: Create - href: api/security-ediscoverycase-post-legalholds.md - - name: Get - href: api/security-ediscoveryholdpolicy-get.md - - name: Update - href: api/security-ediscoveryholdpolicy-update.md - - name: Delete - href: api/security-ediscoverycase-delete-legalholds.md - - name: List user sources - href: api/security-ediscoverycustodian-list-usersources.md - - name: Create user source - href: api/security-ediscoveryholdpolicy-post-usersources.md - - name: List site sources - href: api/security-ediscoverycustodian-list-sitesources.md - - name: Create site source - href: api/security-ediscoveryholdpolicy-post-sitesources.md - - name: Search - href: resources/security-ediscoverysearch.md - items: - - name: List - href: api/security-ediscoverycase-list-searches.md - - name: Create - href: api/security-ediscoverycase-post-searches.md - - name: Get - href: api/security-ediscoverysearch-get.md - - name: Update - href: api/security-ediscoverysearch-update.md - - name: Delete - href: api/security-ediscoverycase-delete-searches.md - - name: Estimate statistics - href: api/security-ediscoverysearch-estimatestatistics.md - - name: Purge data - href: api/security-ediscoverysearch-purgedata.md - - name: List custodian sources - href: api/security-ediscoverysearch-list-custodiansources.md - - name: Add custodian sources - href: api/security-ediscoverysearch-post-custodiansources.md - - name: Remove custodian sources - href: api/security-ediscoverysearch-delete-custodiansources.md - - name: List non-custodial data sources - href: api/security-ediscoverysearch-list-noncustodialsources.md - - name: Add non-custodial data sources - href: api/security-ediscoverysearch-post-noncustodialsources.md - - name: Remove non-custodial data sources - href: api/security-ediscoverysearch-delete-noncustodialsources.md - - name: List additional sources - href: api/security-ediscoverysearch-list-additionalsources.md - - name: Add additional sources - href: api/security-ediscoverysearch-post-additionalsources.md - - name: Get last estimate statistics operation - href: api/security-ediscoverysearch-list-lastestimatestatisticsoperation.md - - name: Review set - href: resources/security-ediscoveryreviewset.md - items: - - name: List - href: api/security-ediscoverycase-list-reviewsets.md - - name: Create - href: api/security-ediscoverycase-post-reviewsets.md - - name: Get - href: api/security-ediscoveryreviewset-get.md - - name: Add to review set - href: api/security-ediscoveryreviewset-addtoreviewset.md - - name: Export - href: api/security-ediscoveryreviewset-export.md - items: - - name: Get download URL (deprecated) - href: api/security-ediscoveryexportoperation-getdownloadurl.md - - name: Query - href: resources/security-ediscoveryreviewsetquery.md - items: - - name: List - href: api/security-ediscoveryreviewset-list-queries.md - - name: Create - href: api/security-ediscoveryreviewset-post-queries.md - - name: Get - href: api/security-ediscoveryreviewsetquery-get.md - - name: Update - href: api/security-ediscoveryreviewsetquery-update.md - - name: Delete - href: api/security-ediscoveryreviewset-delete-queries.md - - name: Export - href: api/security-ediscoveryreviewsetquery-export.md - items: - - name: Get download URL (deprecated) - href: api/security-ediscoveryexportoperation-getdownloadurl.md - - name: Apply tags - href: api/security-ediscoveryreviewsetquery-applytags.md - - name: Run (preview) - href: api/security-ediscoveryreviewsetquery-run.md - - name: File (preview) - href: resources/security-ediscoveryfile.md - items: - - name: List - href: api/security-ediscoveryreviewset-list-files.md - - name: Get - href: api/security-ediscoveryfile-get.md - - name: Tag - href: resources/security-ediscoveryreviewtag.md - items: - - name: List - href: api/security-ediscoverycase-list-tags.md - - name: Create - href: api/security-ediscoverycase-post-tags.md - - name: Get - href: api/security-ediscoveryreviewtag-get.md - - name: Update - href: api/security-ediscoveryreviewtag-update.md - - name: Delete - href: api/security-ediscoverycase-delete-tags.md - - name: List tags as hierarchy - href: api/security-ediscoveryreviewtag-ashierarchy.md - - name: Information protection - items: - - name: Labels (deprecated) - href: resources/informationprotectionlabel.md - items: - - name: List labels - href: api/informationprotectionpolicy-list-labels.md - - name: Get label - href: api/informationprotectionlabel-get.md - - name: Evaluate application - href: api/informationprotectionlabel-evaluateapplication.md - - name: Evaluate classification result - href: api/informationprotectionlabel-evaluateclassificationresults.md - - name: Evaluate removal - href: api/informationprotectionlabel-evaluateremoval.md - - name: Extract label - href: api/informationprotectionlabel-extractlabel.md - - name: Sensitivity labels - href: resources/security-sensitivitylabel.md - items: - - name: List - href: api/security-informationprotection-list-sensitivitylabels.md - - name: Get - href: api/security-sensitivitylabel-get.md - - name: Evaluate application - href: api/security-sensitivitylabel-evaluateapplication.md - - name: Evaluate classification result - href: api/security-sensitivitylabel-evaluateclassificationresults.md - - name: Evaluate removal - href: api/security-sensitivitylabel-evaluateremoval.md - - name: Extract content label - href: api/security-sensitivitylabel-extractcontentlabel.md - - name: Sensitivity label policy - href: resources/security-informationprotectionpolicysetting.md - items: - - name: List - href: api/security-informationprotectionpolicysetting-get.md - - name: Threat assessment - items: - - name: Overview - href: resources/threatassessment-api-overview.md - - name: Threat assessment request - href: resources/threatassessmentrequest.md - - name: Mail assessment request - href: resources/mailassessmentrequest.md - - name: Email file assessment request - href: resources/emailfileassessmentrequest.md - - name: File assessment request - href: resources/fileAssessmentRequest.md - - name: Url assessment request - href: resources/urlassessmentrequest.md - - name: List - href: api/informationprotection-list-threatassessmentrequests.md - - name: Create - href: api/informationprotection-post-threatassessmentrequests.md - - name: Get - href: api/threatassessmentrequest-get.md - - name: Legacy alerts - items: - - name: Alert - href: resources/alert.md - - name: List alerts - href: api/alert-list.md - - name: Get alert - href: api/alert-get.md - - name: Update alert - href: api/alert-update.md - - name: Update multiple alerts - href: api/alert-updatealerts.md - - name: Records management - items: - - name: Overview - href: resources/security-recordsmanagement-overview.md - - name: Label (preview) - href: resources/security-labelsroot.md - - name: Retention label (preview) - href: resources/security-retentionlabel.md - items: - - name: List - href: api/security-labelsroot-list-retentionlabel.md - - name: Create - href: api/security-labelsroot-post-retentionlabel.md - - name: Get - href: api/security-retentionlabel-get.md - - name: Update - href: api/security-retentionlabel-update.md - - name: Delete - href: api/security-retentionlabel-delete.md - - name: File plan descriptors - href: resources/security-fileplandescriptor.md - items: - - name: File plan reference - href: resources/security-fileplanreference.md - items: - - name: List - href: api/security-labelsroot-list-fileplanreferences.md - - name: Create - href: api/security-labelsroot-post-fileplanreferences.md - - name: Get - href: api/security-fileplanreferencetemplate-get.md - - name: Delete - href: api/security-labelsroot-delete-fileplanreferences.md - - name: Authority - href: resources/security-authority.md - items: - - name: List - href: api/security-labelsroot-list-authorities.md - - name: Create - href: api/security-labelsroot-post-authorities.md - - name: Get - href: api/security-authoritytemplate-get.md - - name: Delete - href: api/security-labelsroot-delete-authorities.md - - name: Category - href: resources/security-appliedcategory.md - items: - - name: List - href: api/security-labelsroot-list-categories.md - - name: Create - href: api/security-labelsroot-post-categories.md - - name: Get - href: api/security-categorytemplate-get.md - - name: Delete - href: api/security-labelsroot-delete-categories.md - - name: Subcategory - href: resources/security-subcategory.md - items: - - name: List - href: api/security-categorytemplate-list-subcategories.md - - name: Create - href: api/security-categorytemplate-post-subcategories.md - - name: Get - href: api/security-subcategorytemplate-get.md - - name: Delete - href: api/security-categorytemplate-delete-subcategories.md - - name: Department - href: resources/security-department.md - items: - - name: List - href: api/security-labelsroot-list-departments.md - - name: Create - href: api/security-labelsroot-post-departments.md - - name: Get - href: api/security-departmenttemplate-get.md - - name: Delete - href: api/security-labelsroot-delete-departments.md - - name: Citation - href: resources/security-citation.md - items: - - name: List - href: api/security-labelsroot-list-citations.md - - name: Create - href: api/security-labelsroot-post-citations.md - - name: Get - href: api/security-citationtemplate-get.md - - name: Delete - href: api/security-labelsroot-delete-citations.md - - name: Retention event - href: resources/security-retentionevent.md - items: - - name: List - href: api/security-retentionevent-list.md - - name: Create - href: api/security-retentionevent-post.md - - name: Get - href: api/security-retentionevent-get.md - - name: Delete - href: api/security-retentionevent-delete.md - - name: Retention event type - href: resources/security-retentioneventtype.md - items: - - name: List - href: api/security-retentioneventtype-list.md - - name: Create - href: api/security-retentioneventtype-post.md - - name: Get - href: api/security-retentioneventtype-get.md - - name: Update - href: api/security-retentioneventtype-update.md - - name: Delete - href: api/security-retentioneventtype-delete.md - - name: Secure score - href: resources/securescores.md - items: - - name: List secure scores - href: api/securescores-list.md - - name: Secure score control profile - href: resources/securescorecontrolprofiles.md - items: - - name: List secure score control profiles - href: api/securescorecontrolprofiles-list.md - - name: Update secure score control profiles - href: api/securescorecontrolprofiles-update.md - - name: Threat intelligence (preview) - items: - - name: Overview - href: resources/security-threatintelligence-overview.md - - name: Article - items: - - name: Article - href: resources/security-article.md - - name: Get article - href: api/security-article-get.md - - name: List articles - href: api/security-threatintelligence-list-articles.md - - name: List article indicators - href: api/security-article-list-indicators.md - - name: Article indicator - items: - - name: Article indicator - href: resources/security-articleindicator.md - - name: List article indicators - href: api/security-article-list-indicators.md - - name: Get article indicator - href: api/security-articleindicator-get.md - - name: Host - items: - - name: Host - href: resources/security-host.md - - name: Get host - href: api/security-host-get.md - - name: Get host reputation - href: api/security-host-get-reputation.md - - name: Get WHOIS record - href: api/security-whoisrecord-get.md - - name: List components - href: api/security-host-list-components.md - - name: List cookies - href: api/security-host-list-cookies.md - - name: List host pairs for a host - href: api/security-host-list-hostpairs.md - - name: List host pairs for a host as child - href: api/security-host-list-parenthostpairs.md - - name: List host pairs for a host as parent - href: api/security-host-list-childhostpairs.md - - name: List host SSL certificates - href: api/security-host-list-sslcertificates.md - - name: List passive DNS - href: api/security-host-list-passivedns.md - - name: List passive DNS reverse - href: api/security-host-list-passivednsreverse.md - - name: List ports - href: api/security-host-list-ports.md - - name: List subdomains - href: api/security-host-list-subdomains.md - - name: List trackers - href: api/security-host-list-trackers.md - - name: Host component - items: - - name: Host component - href: resources/security-hostcomponent.md - - name: List - href: api/security-host-list-components.md - - name: Get - href: api/security-hostcomponent-get.md - - name: Host cookie - items: - - name: Host cookie - href: resources/security-hostcookie.md - - name: List - href: api/security-host-list-cookies.md - - name: Get - href: api/security-hostcookie-get.md - - name: Host pair - items: - - name: Host pair - href: resources/security-hostpair.md - - name: Get - href: api/security-hostpair-get.md - - name: List for a host - href: api/security-host-list-hostpairs.md - - name: List for a host as child - href: api/security-host-list-parenthostpairs.md - - name: List for a host as parent - href: api/security-host-list-childhostpairs.md - - name: Host port - items: - - name: Host port - href: resources/security-hostport.md - - name: List - href: api/security-host-list-ports.md - - name: Get - href: api/security-hostport-get.md - - name: Host SSL certificate - items: - - name: Host SSL certificate - href: resources/security-hostsslcertificate.md - - name: List - href: api/security-host-list-sslcertificates.md - - name: Get - href: api/security-hostsslcertificate-get.md - - name: Host tracker - items: - - name: Host tracker - href: resources/security-hosttracker.md - - name: List - href: api/security-host-list-trackers.md - - name: Get - href: api/security-hosttracker-get.md - - name: Intelligence profile - items: - - name: Intelligence profile - href: resources/security-intelligenceprofile.md - - name: Get intelligence profile - href: api/security-intelligenceprofile-get.md - - name: List intelligence profiles - href: api/security-threatintelligence-list-intelprofiles.md - - name: List indicators - href: api/security-intelligenceprofile-list-indicators.md - - name: Intelligence profile indicator - items: - - name: Intelligence profile indicator - href: resources/security-intelligenceprofileindicator.md - - name: List indicators - href: api/security-intelligenceprofile-list-indicators.md - - name: Get intelligence profile indicator - href: api/security-intelligenceprofileindicator-get.md - - name: Passive DNS record - items: - - name: Passive DNS record - href: resources/security-passivednsrecord.md - - name: Get passive DNS record - href: api/security-passivednsrecord-get.md - - name: List passive DNS - href: api/security-host-list-passivedns.md - - name: List passive DNS reverse - href: api/security-host-list-passivednsreverse.md - - name: SSL certificate - items: - - name: SSL certificate - href: resources/security-sslcertificate.md - - name: List - href: api/security-threatintelligence-list-sslcertificates.md - - name: Get - href: api/security-sslcertificate-get.md - - name: Subdomain - items: - - name: Subdomain - href: resources/security-subdomain.md - - name: List - href: api/security-host-list-subdomains.md - - name: Get - href: api/security-subdomain-get.md - - name: Vulnerability - items: - - name: Vulnerability - href: resources/security-vulnerability.md - - name: Get vulnerability - href: api/security-vulnerability-get.md - - name: List vulnerability components - href: api/security-vulnerability-list-components.md - - name: Vulnerability component - items: - - name: Vulnerability component - href: resources/security-vulnerabilitycomponent.md - - name: List - href: api/security-vulnerability-list-components.md - - name: Get - href: api/security-vulnerabilitycomponent-get.md - - name: WHOIS record - items: - - name: WHOIS record - href: resources/security-whoisrecord.md - - name: List - href: api/security-threatintelligence-list-whoisrecords.md - - name: Get - href: api/security-whoisrecord-get.md - - name: WHOIS history record - items: - - name: WHOIS history record - href: resources/security-whoishistoryrecord.md - - name: List - href: api/security-whoisrecord-list-history.md - - name: Get - href: api/security-whoishistoryrecord-get.md - - name: Threat intelligence indicator (preview) - items: - - name: Threat intelligence indicator - href: resources/tiindicator.md - - name: List - href: api/tiindicators-list.md - - name: Create - href: api/tiindicators-post.md - - name: Submit multiple - href: api/tiindicator-submittiindicators.md - - name: Get - href: api/tiindicator-get.md - - name: Update - href: api/tiindicator-update.md - - name: Update multiple - href: api/tiindicator-updatetiindicators.md - - name: Delete - href: api/tiindicator-delete.md - - name: Delete multiple - href: api/tiindicator-deletetiindicators.md - - name: Delete multiple by external ID - href: api/tiindicator-deletetiindicatorsbyexternalid.md - - name: Threat submission (preview) - href: resources/security-threatsubmission.md - items: - - name: Email threat submission - items: - - name: Email threat submission - href: resources/security-emailthreatsubmission.md - - name: Email content threat submission - href: resources/security-emailcontentthreatsubmission.md - - name: Email URL threat submission - href: resources/security-emailurlthreatsubmission.md - - name: List - href: api/security-emailthreatsubmission-list.md - - name: Create - href: api/security-emailthreatsubmission-post-emailthreats.md - - name: Get - href: api/security-emailthreatsubmission-get.md - - name: Review - href: api/security-emailthreatsubmission-review.md - - name: Email threat submission policy - href: resources/security-emailthreatsubmissionpolicy.md - items: - - name: List - href: api/security-emailthreatsubmissionpolicy-list.md - - name: Create - href: api/security-emailthreatsubmissionpolicy-post-emailthreatsubmissionpolicies.md - - name: Get - href: api/security-emailthreatsubmissionpolicy-get.md - - name: Update - href: api/security-emailthreatsubmissionpolicy-update.md - - name: Delete - href: api/security-emailthreatsubmissionpolicy-delete.md - - name: File threat submission - href: resources/security-filethreatsubmission.md - items: - - name: File content threat submission - href: resources/security-filecontentthreatsubmission.md - - name: File URL threat submission - href: resources/security-fileurlthreatsubmission.md - - name: List - href: api/security-filethreatsubmission-list.md - - name: Create - href: api/security-filethreatsubmission-post-filethreats.md - - name: Get - href: api/security-filethreatsubmission-get.md - - name: URL threat submission - href: resources/security-urlthreatsubmission.md - items: - - name: List - href: api/security-urlthreatsubmission-list.md - - name: Create - href: api/security-urlthreatsubmission-post-urlthreats.md - - name: Get - href: api/security-urlthreatsubmission-get.md - - name: Errors - href: resources/security-error-codes.md - - name: Sites and lists - displayName: SharePoint, OneDrive, OneDrive for Business, OneDrive business, OneDrive personal - items: - - name: Overview - href: resources/sharepoint.md - - name: Site - items: - - name: Site - href: resources/site.md - - name: List sites - href: api/site-list.md - - name: Get site - href: api/site-get.md - - name: Create column - href: api/site-post-columns.md - - name: Create content type - href: api/site-post-contenttypes.md - - name: Create list - href: api/list-create.md - - name: Follow site - href: api/site-follow.md - - name: Get activities by interval - href: api/itemactivity-getbyinterval.md - - name: Get applicable content types for list - href: api/site-getapplicablecontenttypesforlist.md - - name: Get lists - href: api/list-list.md - - name: Get lists - href: api/list-list.md - - name: Get site analytics - href: api/itemanalytics-get.md - - name: Get site settings - href: api/sitesettings-get.md - - name: List all sites - href: api/site-getallsites.md - - name: List columns - href: api/site-list-columns.md - - name: List content types - href: api/site-list-contenttypes.md - - name: List followed sites - href: api/sites-list-followed.md - - name: List operations - href: api/site-list-operations.md - - name: List recycle bin items - href: api/recyclebin-list-items.md - - name: List subsites - href: api/site-list-subsites.md - - name: Search for sites - href: api/site-search.md - - name: Unfollow site - href: api/site-unfollow.md - - name: List - items: - - name: List - href: resources/list.md - - name: Get lists in a site - href: api/list-list.md - - name: Create list - href: api/list-create.md - - name: Get list - href: api/list-get.md - - name: Get items - href: api/listitem-list.md - - name: List columns - href: api/list-list-columns.md - - name: Create column - href: api/list-post-columns.md - - name: List content types - href: api/list-list-contenttypes.md - - name: Add copy of content type - href: api/contenttype-addcopy.md - - name: List operations - href: api/list-list-operations.md - - name: Column definition - items: - - name: Column definition - href: resources/columndefinition.md - - name: Get - href: api/columndefinition-get.md - - name: Update - href: api/columndefinition-update.md - - name: Delete - href: api/columndefinition-delete.md - - name: Content type - items: - - name: Content type - href: resources/contentType.md - - name: Get - href: api/contenttype-get.md - - name: Update - href: api/contenttype-update.md - - name: Delete - href: api/contenttype-delete.md - - name: Add copy to list - href: api/contenttype-addcopy.md - - name: Add or sync from hub - href: api/contenttype-addcopyfromcontenttypehub.md - - name: Associate with hub sites - href: api/contenttype-associatewithhubsites.md - - name: Check publishing status - href: api/contenttype-ispublished.md - - name: Copy to default content location - href: api/contenttype-copytodefaultcontentlocation.md - - name: Create column - href: api/contenttype-post-columns.md - - name: Get compatible from hub - href: api/contenttype-getcompatiblehubcontenttypes.md - - name: List columns - href: api/contenttype-list-columns.md - - name: Publish - href: api/contenttype-publish.md - - name: Unpublish - href: api/contenttype-unpublish.md - - name: List item - items: - - name: List item - href: resources/listitem.md - - name: Get items - href: api/listitem-list.md - - name: Create item - href: api/listitem-create.md - - name: Get item - href: api/listitem-get.md - - name: Update item - href: api/listitem-update.md - - name: Delete item - href: api/listitem-delete.md - - name: Create sharing link - href: api/listitem-createlink.md - - name: Get activities by interval - href: api/itemactivity-getbyinterval.md - - name: Get item analytics - href: api/itemanalytics-get.md - - name: List versions - href: api/listitem-list-versions.md - - name: Get delta - href: api/listitem-delta.md - - name: Document set version - items: - - name: Document set version - href: resources/documentsetversion.md - - name: List - href: api/listitem-list-documentsetversions.md - - name: Create - href: api/listitem-post-documentsetversions.md - - name: Get - href: api/documentsetversion-get.md - - name: Delete - href: api/documentsetversion-delete.md - - name: Restore - href: api/documentsetversion-restore.md - - name: Pages (preview) - items: - - name: Base site page - href: resources/basesitepage.md - items: - - name: List - href: api/basesitepage-list.md - - name: Get - href: api/basesitepage-get.md - - name: Delete - href: api/basesitepage-delete.md - - name: Site page - href: resources/sitepage.md - items: - - name: List - href: api/sitepage-list.md - - name: Create - href: api/sitepage-create.md - - name: Get - href: api/sitepage-get.md - - name: Update - href: api/sitepage-update.md - - name: Delete - href: api/basesitepage-delete.md - - name: Publish - href: api/sitepage-publish.md - - name: Horizontal section - items: - - name: Horizontal section - href: resources/horizontalsection.md - - name: List - href: api/horizontalsection-list.md - - name: Create - href: api/sitepage-post-horizontalsection.md - - name: Get - href: api/horizontalsection-get.md - - name: Update - href: api/horizontalsection-update.md - - name: Delete - href: api/horizontalsection-delete.md - - name: Column - items: - - name: Horizontal section column - href: resources/horizontalsectioncolumn.md - - name: List - href: api/horizontalsectioncolumn-list.md - - name: Get - href: api/horizontalsectioncolumn-get.md - - name: Vertical section - items: - - name: Vertical section - href: resources/verticalsection.md - - name: Create - href: api/sitepage-post-verticalsection.md - - name: Get - href: api/verticalsection-get.md - - name: Update - href: api/verticalsection-update.md - - name: Delete - href: api/verticalsection-delete.md - - name: Web part - items: - - name: Web part - href: resources/webpart.md - - name: Text web part - href: resources/textwebpart.md - - name: Standard web part - href: resources/standardwebpart.md - - name: List - href: api/webpart-list.md - - name: Create - href: api/sitepage-create-webpart.md - - name: Get - href: api/webpart-get.md - - name: Update - href: api/webpart-update.md - - name: Delete - href: api/webpart-delete.md - - name: Get position - href: api/webpart-getposition.md - - name: Get by position - href: api/sitepage-getwebpartsbyposition.md - - name: Recycle bin item (preview) - href: resources/recyclebinitem.md - items: - - name: List - href: api/recyclebin-list-items.md - - name: Rich long-running operation - items: - - name: Rich long-running operation - href: resources/richLongRunningOperation.md - - name: List operations in a site - href: api/site-list-operations.md - - name: List operations in a list - href: api/list-list-operations.md - - name: Get operation - href: api/richlongrunningoperation-get.md - - name: Site permission (preview) - items: - - name: Permission - href: resources/permission.md - - name: List - href: api/site-list-permissions.md - - name: Create - href: api/site-post-permissions.md - - name: Get - href: api/site-get-permission.md - - name: Update - href: api/site-update-permission.md - - name: Delete - href: api/site-delete-permission.md - - name: Taxonomy - items: - - name: Store - href: resources/termstore-store.md - items: - - name: Get - href: api/termstore-store-get.md - - name: Update - href: api/termstore-store-update.md - - name: Group - href: resources/termstore-group.md - items: - - name: Create - href: api/termstore-group-post.md - - name: Get - href: api/termstore-group-get.md - - name: Delete - href: api/termstore-group-delete.md - - name: List - href: api/termstore-list-groups.md - - name: Set - href: resources/termstore-set.md - items: - - name: List - href: api/termstore-group-list-sets.md - - name: List children - href: api/termstore-term-list-children.md - - name: Create - href: api/termstore-set-post.md - - name: Get - href: api/termstore-set-get.md - - name: Update - href: api/termstore-set-update.md - - name: Delete - href: api/termstore-set-delete.md - - name: Term - href: resources/termstore-term.md - items: - - name: List children - href: api/termstore-term-list-children.md - - name: Create - href: api/termstore-term-post.md - - name: Get - href: api/termstore-term-get.md - - name: Update - href: api/termstore-term-update.md - - name: Delete - href: api/termstore-term-delete.md - - name: Relation - href: resources/termstore-relation.md - items: - - name: List - href: api/termStore-term-list-relations.md - - name: Create - href: api/termStore-relation-post.md - - name: Tenant settings - items: - - name: SharePoint settings - href: resources/sharepointsettings.md - - name: Get - href: api/sharepointsettings-get.md - - name: Update - href: api/sharepointsettings-update.md - - name: Tasks and plans - displayName: Planner - items: - - name: Overview - href: resources/planner-overview.md - - name: Plan - href: resources/plannerplan.md - items: - - name: List group's plans - href: api/plannergroup-list-plans.md - - name: Create plan - href: api/planner-post-plans.md - - name: Get plan - href: api/plannerplan-get.md - - name: Update plan - href: api/plannerplan-update.md - - name: Delete plan - href: api/plannerplan-delete.md - - name: List plan tasks - href: api/plannerplan-list-tasks.md - - name: List plan buckets - href: api/plannerplan-list-buckets.md - - name: List user's favorite plans - href: api/planneruser-list-favoriteplans.md - - name: List user's recent plans - href: api/planneruser-list-recentplans.md - - name: Get delta - href: api/plannerplan-delta.md - - name: Move to container - href: api/plannerplan-movetocontainer.md - - name: Task - href: resources/plannertask.md - items: - - name: Create task - href: api/planner-post-tasks.md - - name: Get task - href: api/plannertask-get.md - - name: Update task - href: api/plannertask-update.md - - name: Delete task - href: api/plannertask-delete.md - - name: List user's tasks - href: api/planneruser-list-tasks.md - - name: Get delta - href: api/plannertask-delta.md - - name: Bucket - href: resources/plannerbucket.md - items: - - name: Create bucket - href: api/planner-post-buckets.md - - name: Get bucket - href: api/plannerbucket-get.md - - name: List bucket tasks - href: api/plannerbucket-list-tasks.md - - name: Update bucket - href: api/plannerbucket-update.md - - name: Delete bucket - href: api/plannerbucket-delete.md - - name: Get delta - href: api/plannerbucket-delta.md - - name: Business scenarios (preview) - items: - - name: Overview - href: resources/businessscenario-overview.md - - name: Business scenario - items: - - name: Business scenario - href: resources/businessscenario.md - - name: List - href: api/solutionsroot-list-businessscenarios.md - - name: Create - href: api/solutionsroot-post-businessscenarios.md - - name: Get - href: api/businessscenario-get.md - - name: Update - href: api/businessscenario-update.md - - name: Delete - href: api/businessscenario-delete.md - - name: Use with Planner - items: - - name: Use business scenarios with plans and tasks - href: resources/businessscenario-planner-overview.md - - name: Business scenario in Planner - items: - - name: Business scenario Planner - href: resources/businessscenarioplanner.md - - name: Get - href: api/businessscenarioplanner-get.md - - name: Get plan - href: api/businessscenarioplanner-getplan.md - - name: Plan configuration in business scenario - items: - - name: Plan configuration - href: resources/plannerplanconfiguration.md - - name: Get - href: api/plannerplanconfiguration-get.md - - name: Update - href: api/plannerplanconfiguration-update.md - - name: Plan configuration localization in business scenario - items: - - name: Plan configuration localization - href: resources/plannerplanconfigurationlocalization.md - - name: List - href: api/plannerplanconfiguration-list-localizations.md - - name: Create - href: api/plannerplanconfiguration-post-localizations.md - - name: Get - href: api/plannerplanconfigurationlocalization-get.md - - name: Update - href: api/plannerplanconfigurationlocalization-update.md - - name: Delete - href: api/plannerplanconfiguration-delete-localizations.md - - name: Task configuration in business scenario - items: - - name: Task configuration - href: resources/plannertaskconfiguration.md - - name: Get - href: api/plannertaskconfiguration-get.md - - name: Update - href: api/plannertaskconfiguration-update.md - - name: Task in business scenario - items: - - name: Business scenario task - href: resources/businessscenariotask.md - - name: List - href: api/businessscenarioplanner-list-tasks.md - - name: Create - href: api/businessscenarioplanner-post-tasks.md - - name: Get - href: api/businessscenariotask-get.md - - name: Update - href: api/businessscenariotask-update.md - - name: Delete - href: api/businessscenarioplanner-delete-tasks.md - - name: Get delta - href: api/planneruser-list-delta.md - - name: Plan details - href: resources/plannerplandetails.md - items: - - name: Get plan details - href: api/plannerplandetails-get.md - - name: Update plan details - href: api/plannerplandetails-update.md - - name: Planner roster (preview) - items: - - name: Planner roster - href: resources/plannerroster.md - - name: Create roster - href: api/planner-post-rosters.md - - name: Get roster - href: api/plannerroster-get.md - - name: Delete roster - href: api/plannerroster-delete.md - - name: Get roster's member - href: api/plannerrostermember-get.md - - name: List roster's members - href: api/plannerroster-list-members.md - - name: Add a member to roster - href: api/plannerroster-post-members.md - - name: Remove a member from roster - href: api/plannerrostermember-delete.md - - name: List plans in roster - href: api/plannerroster-list-plans.md - - name: List user's plans in rosters - href: api/planneruser-list-rosterplans.md - - name: Planner user - href: resources/planneruser.md - items: - - name: Get user's settings - href: api/planneruser-get.md - - name: Update user's settings - href: api/planneruser-update.md - - name: List user's favorite plans - href: api/planneruser-list-favoriteplans.md - - name: List user's recent plans - href: api/planneruser-list-recentplans.md - - name: List user's assigned tasks - href: api/planneruser-list-tasks.md - - name: Task details - href: resources/plannertaskdetails.md - items: - - name: Get task details - href: api/plannertaskdetails-get.md - - name: Update task details - href: api/plannertaskdetails-update.md - - name: Task formats - items: - - name: Assigned-to view - href: resources/plannerassignedtotaskboardtaskformat.md - items: - - name: Get assigned to task board format - href: api/plannerassignedtotaskboardtaskformat-get.md - - name: Update assigned to task board format - href: api/plannerassignedtotaskboardtaskformat-update.md - - name: Buckets view - href: resources/plannerbuckettaskboardtaskformat.md - items: - - name: Get bucket task board format - href: api/plannerbuckettaskboardtaskformat-get.md - - name: Update bucket task board format - href: api/plannerbuckettaskboardtaskformat-update.md - - name: Progress view - href: resources/plannerprogresstaskboardtaskformat.md - items: - - name: Get progress task board format - href: api/plannerprogresstaskboardtaskformat-get.md - - name: Update progress task board format - href: api/plannerprogresstaskboardtaskformat-update.md - - name: Teamwork and communications - displayName: Microsoft Teams - items: - - name: Overview - href: resources/teams-api-overview.md - - name: Apps - items: - - name: App - items: - - name: App in catalog - href: resources/teamsapp.md - - name: List apps in catalog - href: api/appcatalogs-list-teamsapps.md - - name: Publish apps to catalog - href: api/teamsapp-publish.md - - name: Update app in catalog - href: api/teamsapp-update.md - - name: Delete app from catalog - href: api/teamsapp-delete.md - - name: App icon - href: resources/teamsappicon.md - items: - - name: Get icon - href: api/teamsappicon-get.md - - name: Get hosted content - href: api/teamworkhostedcontent-get.md - - name: App installation - items: - - name: Installed app - href: resources/teamsappinstallation.md - - name: App in chat - items: - - name: List apps in chat - href: api/chat-list-installedapps.md - - name: Add app in chat - href: api/chat-post-installedapps.md - - name: Get app installed in chat - href: api/chat-get-installedapps.md - - name: Upgrade app installed in chat - href: api/chat-teamsappinstallation-upgrade.md - - name: Remove app from chat - href: api/chat-delete-installedapps.md - - name: App in team - items: - - name: List apps in team - href: api/team-list-installedapps.md - - name: Add app to team - href: api/team-post-installedapps.md - - name: Get app installed in team - href: api/team-get-installedapps.md - - name: Upgrade app installed in team - href: api/team-teamsappinstallation-upgrade.md - - name: Remove app from team - href: api/team-delete-installedapps.md - - name: App in personal scope of user - items: - - name: List apps for user - href: api/userteamwork-list-installedapps.md - - name: Add app for user - href: api/userteamwork-post-installedapps.md - - name: Get app installed for user - href: api/userteamwork-get-installedapps.md - - name: Get chat between user and app - href: api/userscopeteamsappinstallation-get-chat.md - - name: Upgrade installed app for user - href: api/userteamwork-teamsappinstallation-upgrade.md - - name: Remove app for user - href: api/userteamwork-delete-installedapps.md - - name: App settings (preview) - items: - - name: App settings - href: resources/teamsappsettings.md - - name: Get - href: api/teamsappsettings-get.md - - name: Update - href: api/teamsappsettings-update.md - - name: Resource-specific permission grant - href: resources/resourcespecificpermissiongrant.md - items: - - name: List for chat (preview) - href: api/chat-list-permissiongrants.md - - name: List for group - href: api/group-list-permissiongrants.md - - name: List for team (preview) - href: api/team-list-permissiongrants.md - - name: List for user (preview) - href: api/user-list-permissiongrants.md - - name: Tab - href: resources/teamstab.md - items: - - name: Tab in channel - items: - - name: List tabs in channel - href: api/channel-list-tabs.md - - name: Add tab to channel - href: api/channel-post-tabs.md - - name: Get tab in channel - href: api/channel-get-tabs.md - - name: Update tab in channel - href: api/channel-patch-tabs.md - - name: Remove tab from channel - href: api/channel-delete-tabs.md - - name: Tab in chat - items: - - name: List tabs in chat - href: api/chat-list-tabs.md - - name: Add tab to chat - href: api/chat-post-tabs.md - - name: Get tab in chat - href: api/chat-get-tabs.md - - name: Update tab in chat - href: api/chat-patch-tabs.md - - name: Remove tab from chat - href: api/chat-delete-tabs.md - - name: Calls and online meetings - items: - - name: Overview - href: resources/communications-api-overview.md - - name: Calls - items: - - name: Application actions - items: - - name: Unmute application - href: api/call-unmute.md - - name: Mute application - href: api/call-mute.md - - name: Update recording status - href: api/call-updaterecordingstatus.md - - name: Audio routing group - href: resources/audioroutinggroup.md - items: - - name: Create - href: api/call-post-audioroutinggroups.md - - name: Get - href: api/audioroutinggroup-get.md - - name: Update - href: api/audioroutinggroup-update.md - - name: Delete - href: api/audioroutinggroup-delete.md - - name: Call - href: resources/call.md - items: - - name: Create - href: api/application-post-calls.md - - name: Get - href: api/call-get.md - - name: Delete/hang up - href: api/call-delete.md - - name: Answer - href: api/call-answer.md - - name: Reject - href: api/call-reject.md - - name: Redirect - href: api/call-redirect.md - - name: Transfer - href: api/call-transfer.md - - name: Keep alive - href: api/call-keepalive.md - - name: Log teleconference device quality data - href: api/call-logteleconferencedevicequality.md - - name: Change screen sharing role - href: api/call-changescreensharingrole.md - - name: Content sharing session - href: resources/contentsharingsession.md - items: - - name: List - href: api/call-list-contentsharingsessions.md - - name: Get - href: api/contentsharingsession-get.md - - name: IVR scenarios - href: resources/calls-api-ivr-overview.md - items: - - name: Play prompt - href: api/call-playprompt.md - - name: Record response - href: api/call-record.md - - name: Cancel media processing - href: api/call-cancelmediaprocessing.md - - name: Subscribe to tone - href: api/call-subscribetotone.md - - name: Send DTMF tone - href: api/call-senddtmftones.md - - name: Large gallery view operation - items: - - name: Add large gallery view - href: api/call-addlargegalleryview.md - - name: Add large gallery view operation - href: resources/addlargegalleryviewoperation.md - items: - - name: Get large gallery view operation status - href: api/addlargegalleryviewoperation-get.md - - name: Participant - href: resources/participant.md - items: - - name: List - href: api/call-list-participants.md - - name: Get - href: api/participant-get.md - - name: Delete - href: api/participant-delete.md - - name: Mute participant - href: api/participant-mute.md - - name: Mute all participants - href: api/participant-muteall.md - - name: Invite participants - href: api/participant-invite.md - - name: Start hold music - href: api/participant-startholdmusic.md - - name: Stop hold music - href: api/participant-stopholdmusic.md - - name: Call records - items: - - name: Overview - href: resources/callrecords-api-overview.md - - name: Call record - items: - - name: Call record - href: resources/callrecords-callrecord.md - - name: List - href: api/callrecords-callrecord-list.md - - name: Get - href: api/callrecords-callrecord-get.md - - name: Direct routing calls - items: - - name: Direct routing log row - href: resources/callrecords-directroutinglogrow.md - - name: List direct routing calls - href: api/callrecords-callrecord-getdirectroutingcalls.md - - name: Participants - items: - - name: Participant - href: resources/callrecords-participant.md - - name: List - href: api/callrecords-callrecord-list-participants.md - - name: PSTN blocked users log row - items: - - name: PSTN blocked users log row - href: resources/callrecords-pstnblockeduserslogrow.md - - name: Get PSTN blocked users log - href: api/callrecords-callrecord-getpstnblockeduserslog.md - - name: PSTN call log row - items: - - name: PSTN call log row - href: resources/callrecords-pstncalllogrow.md - - name: Get PSTN calls - href: api/callrecords-callrecord-getpstncalls.md - - name: PSTN online meeting dial-out report - items: - - name: PSTN online meeting dial-out report - href: resources/callrecords-pstnonlinemeetingdialoutreport.md - - name: Get PSTN online meeting dial-out report - href: api/callrecords-callrecord-getpstnonlinemeetingdialoutreport.md - - name: Session - items: - - name: Session - href: resources/callrecords-session.md - - name: List - href: api/callrecords-callrecord-list-sessions.md - - name: SMS - items: - - name: SMS log row - href: resources/callrecords-smslogrow.md - - name: Get SMS log - href: api/callrecords-callrecord-getsmslog.md - - name: Online meetings - items: - - name: Attendance report - href: resources/meetingAttendanceReport.md - items: - - name: List - href: api/meetingattendancereport-list.md - - name: Get - href: api/meetingattendancereport-get.md - - name: Attendance record - href: resources/attendancerecord.md - items: - - name: List - href: api/attendancerecord-list.md - - name: Call recording - items: - - name: Call recording - href: resources/callrecording.md - - name: List - href: api/onlinemeeting-list-recordings.md - - name: Get - href: api/callrecording-get.md - - name: Get delta by organizer - href: api/callrecording-delta.md - - name: List recordings by organizer - href: api/onlinemeeting-getallrecordings.md - - name: Call transcript - items: - - name: Call transcript - href: resources/calltranscript.md - - name: List transcripts - href: api/onlinemeeting-list-transcripts.md - - name: Get transcript - href: api/calltranscript-get.md - - name: Get delta by organizer - href: api/calltranscript-delta.md - - name: List transcripts by organizer - href: api/onlinemeeting-getalltranscripts.md - - name: External meeting registration (preview) - href: resources/externalmeetingregistration.md - items: - - name: Create - href: api/externalmeetingregistration-post.md - - name: Get - href: api/externalmeetingregistration-get.md - - name: Delete - href: api/externalmeetingregistration-delete.md - - name: External meeting registrant - href: resources/externalmeetingregistrant.md - items: - - name: List - href: api/externalmeetingregistrant-list.md - - name: Create - href: api/externalmeetingregistrant-post.md - - name: Delete - href: api/externalmeetingregistrant-delete.md - - name: Meeting registration (preview) - href: resources/meetingregistration.md - items: - - name: Create - href: api/meetingregistration-post.md - - name: Get - href: api/meetingregistration-get.md - - name: Update - href: api/meetingregistration-update.md - - name: Delete - href: api/meetingregistration-delete.md - - name: Meeting registrant - href: resources/meetingregistrant.md - items: - - name: List - href: api/meetingregistration-list-registrants.md - - name: Create - href: api/meetingregistration-post-registrants.md - - name: Delete - href: api/meetingregistrant-delete.md - - name: Online meeting - href: resources/onlinemeeting.md - items: - - name: Create - href: api/application-post-onlinemeetings.md - - name: Get - href: api/onlinemeeting-get.md - - name: Update - href: api/onlinemeeting-update.md - - name: Delete - href: api/onlinemeeting-delete.md - - name: Create or get - href: api/onlinemeeting-createorget.md - - name: Virtual appointment - items: - - name: Get join link - href: api/virtualappointment-getvirtualappointmentjoinweburl.md - - name: Send SMS notification - href: api/virtualappointment-sendvirtualappointmentsms.md - - name: Send SMS reminder - href: api/virtualappointment-sendvirtualappointmentremindersms.md - - name: Virtual appointment (deprecated) - href: resources/virtualappointment.md - - name: Create virtual appointment (deprecated) - href: api/virtualappointment-put.md - - name: Get virtual appointment (deprecated) - href: api/virtualappointment-get.md - - name: Update virtual appointment (deprecated) - href: api/virtualappointment-update.md - - name: Delete virtual appointment (deprecated) - href: api/virtualappointment-delete.md - - name: Presence - href: resources/presence.md - items: - - name: Get presence - href: api/presence-get.md - - name: Get presence for multiple users - href: api/cloudcommunications-getpresencesbyuserid.md - - name: Set presence - href: api/presence-setpresence.md - - name: Clear presence - href: api/presence-clearpresence.md - - name: Set user preferred presence - href: api/presence-setuserpreferredpresence.md - - name: Clear user preferred presence - href: api/presence-clearuserpreferredpresence.md - - name: Set user status message - href: api/presence-setstatusmessage.md - - name: Virtual event - items: - - name: Webinar - href: resources/virtualeventwebinar.md - items: - - name: List - href: api/virtualeventsroot-list-webinars.md - - name: Get - href: api/virtualeventwebinar-get.md - - name: List by user role - href: api/virtualeventwebinar-getbyuserrole.md - - name: List by user ID and role - href: api/virtualeventwebinar-getbyuseridandrole.md - - name: Registration - href: resources/virtualeventregistration.md - items: - - name: List - href: api/virtualeventregistration-list.md - - name: Get - href: api/virtualeventregistration-get.md - - name: Session - href: resources/virtualeventsession.md - items: - - name: List - href: api/virtualeventsession-list.md - - name: Get - href: api/virtualeventsession-get.md - - name: Devices (preview) - items: - - name: Provisioned device - items: - - name: Teamwork device - href: resources/teamworkdevice.md - - name: List - href: api/teamworkdevice-list.md - - name: Get - href: api/teamworkdevice-get.md - - name: Restart device - href: api/teamworkdevice-restart.md - - name: Run device diagnostic - href: api/teamworkdevice-rundiagnostics.md - - name: Software update - href: api/teamworkdevice-updatesoftware.md - - name: Device activity - href: resources/teamworkdeviceactivity.md - items: - - name: Get - href: api/teamworkdeviceactivity-get.md - - name: Device configuration - href: resources/teamworkdeviceconfiguration.md - items: - - name: Get - href: api/teamworkdeviceconfiguration-get.md - - name: Device health - href: resources/teamworkdevicehealth.md - items: - - name: Get - href: api/teamworkdevicehealth-get.md - - name: Device operation - href: resources/teamworkdeviceoperation.md - items: - - name: List - href: api/teamworkdeviceoperation-list.md - - name: Get - href: api/teamworkdeviceoperation-get.md - - name: Settings (preview) - items: - - name: License details - href: resources/licensedetails.md - items: - - name: Get - href: api/licenseDetails-getteamslicensingdetails.md - - name: Organization settings - items: - - name: Teamwork - href: resources/teamwork.md - items: - - name: Get - href: api/teamwork-get.md - - name: User settings - items: - - name: User teamwork - href: resources/userteamwork.md - items: - - name: Get - href: api/userteamwork-get.md - - name: Employee learning - displayName: Viva Learning - items: - - name: Overview - href: resources/viva-learning-api-overview.md - - name: Learning provider - href: resources/learningprovider.md - items: - - name: List - href: api/employeeexperience-list-learningproviders.md - - name: Create - href: api/employeeexperience-post-learningproviders.md - - name: Get - href: api/learningprovider-get.md - - name: Update - href: api/learningprovider-update.md - - name: Delete - href: api/employeeexperience-delete-learningproviders.md - - name: Learning content - href: resources/learningcontent.md - items: - - name: List - href: api/learningprovider-list-learningcontents.md - - name: Get - href: api/learningcontent-get.md - - name: Update - href: api/learningcontent-update.md - - name: Delete - href: api/learningprovider-delete-learningcontents.md - - name: Learning course activities - items: - - name: Learning course activity - href: resources/learningcourseactivity.md - - name: Learning assignment type - href: resources/learningassignment.md - - name: Learning self-initiated course type - href: resources/learningselfinitiatedcourse.md - - name: List - href: api/learningcourseactivity-list.md - - name: Create - href: api/employeeexperienceuser-post-learningcourseactivities.md - - name: Get - href: api/learningcourseactivity-get.md - - name: Update - href: api/learningcourseactivity-update.md - - name: Delete - href: api/learningcourseactivity-delete.md - - name: Messaging - items: - - name: Activity feed - items: - - name: Send notification to user in chat - href: api/chat-sendactivitynotification.md - - name: Send notification to user in team - href: api/team-sendactivitynotification.md - - name: Send notification to user - href: api/userteamwork-sendactivitynotification.md - - name: Send notifications to multiple users in bulk - href: api/teamwork-sendactivitynotificationtorecipients.md - - name: Channel - href: resources/channel.md - items: - - name: List all channels - href: api/team-list-allchannels.md - - name: List channels - href: api/channel-list.md - - name: List incoming channels - href: api/team-list-incomingchannels.md - - name: Create channel - href: api/channel-post.md - - name: Get channel - href: api/channel-get.md - - name: Update channel - href: api/channel-patch.md - - name: Delete channel - href: api/channel-delete.md - - name: Remove incoming channel - href: api/team-delete-incomingchannels.md - - name: Add member - href: api/channel-post-members.md - - name: Complete migration for channel - href: api/channel-completemigration.md - - name: Get channel message - href: api/chatmessage-get.md - - name: Get channel messages delta - href: api/chatmessage-delta.md - - name: Get files folder - href: api/channel-get-filesfolder.md - - name: Get member - href: api/channel-get-members.md - - name: Get message reply - href: api/chatmessage-get.md - - name: Get messages across all channels - href: api/channel-getallmessages.md - - name: Get retained messages across all channels - href: api/channel-getallretainedmessages.md - - name: Get primary channel - href: api/team-get-primarychannel.md - - name: List channel messages - href: api/channel-list-messages.md - - name: List members - href: api/channel-list-members.md - - name: List message replies - href: api/chatmessage-list-replies.md - - name: Provision email address - href: api/channel-provisionemail.md - - name: Remove email address - href: api/channel-removeemail.md - - name: Remove member - href: api/channel-delete-members.md - - name: Reply to message - href: api/chatmessage-post-replies.md - - name: Send message - href: api/channel-post-messages.md - - name: Update member role - href: api/channel-update-members.md - - name: Update message - href: api/chatmessage-update.md - - name: Delete message - href: api/chatmessage-softdelete.md - - name: Undo message deletion - href: api/chatmessage-undosoftdelete.md - - name: Check user access - href: api/channel-doesuserhaveaccess.md - - name: List teams sharing a channel - href: api/sharedwithchannelteaminfo-list.md - - name: Get team sharing a channel - href: api/sharedwithchannelteaminfo-get.md - - name: Unshare channel with teamchannels - href: api/sharedwithchannelteaminfo-delete.md - - name: List allowed members - href: api/sharedwithchannelteaminfo-list-allowedmembers.md - - name: Set message reaction - href: api/chatmessage-setreaction.md - - name: Unset message reaction - href: api/chatmessage-unsetreaction.md - - name: Chat - href: resources/chat.md - items: - - name: List chats - href: api/chat-list.md - - name: Create chat - href: api/chat-post.md - - name: Get chat - href: api/chat-get.md - - name: Update chat - href: api/chat-patch.md - - name: Delete - href: api/chat-delete.md - - name: List members - href: api/chat-list-members.md - - name: Add member - href: api/chat-post-members.md - - name: Get member - href: api/chat-get-members.md - - name: Remove member - href: api/chat-delete-members.md - - name: List messages in a chat - href: api/chat-list-messages.md - - name: Get message in chat - href: api/chatmessage-get.md - - name: Get messages across all chats - href: api/chats-getallmessages.md - - name: Get retained messages across all chats - href: api/chat-getallretainedmessages.md - - name: Send message in chat - href: api/chat-post-messages.md - - name: Get chat between user and app - href: api/userscopeteamsappinstallation-get-chat.md - - name: List permission grants - href: api/chat-list-permissiongrants.md - - name: List operations - href: api/chat-list-operations.md - - name: Get operation - href: api/teamsasyncoperation-get.md - - name: Mark chat as read - href: api/chat-markchatreadforuser.md - - name: Mark chat as unread - href: api/chat-markchatunreadforuser.md - - name: Hide chat - href: api/chat-hideforuser.md - - name: Unhide chat - href: api/chat-unhideforuser.md - - name: List pinned messages - href: api/chat-list-pinnedmessages.md - - name: Pin message - href: api/chat-post-pinnedmessages.md - - name: Unpin message - href: api/chat-delete-pinnedmessages.md - - name: Set message reaction - href: api/chatmessage-setreaction.md - - name: Unset message reaction - href: api/chatmessage-unsetreaction.md - - name: Remove all access for user - href: api/chat-removeallaccessforuser.md - - name: Chat message - href: resources/chatmessage.md - items: - - name: List channel messages - href: api/channel-list-messages.md - - name: List channel messages delta - href: api/chatmessage-delta.md - - name: List message replies - href: api/chatmessage-list-replies.md - - name: Get message in channel or chat - href: api/chatmessage-get.md - - name: Get message reply - href: api/chatmessage-get.md - - name: Send message - href: api/chatmessage-post.md - - name: Send reply to a message - href: api/chatmessage-post-replies.md - - name: Update message - href: api/chatmessage-update.md - - name: Delete message - href: api/chatmessage-softdelete.md - - name: Undo message deletion - href: api/chatmessage-undosoftdelete.md - - name: Get messages across all channels - href: api/channel-getallmessages.md - - name: Get messages across all chats - href: api/chats-getallmessages.md - - name: List hosted content - href: api/chatmessage-list-hostedcontents.md - - name: Get hosted content - href: api/chatmessagehostedcontent-get.md - - name: List pinned messages - href: api/chat-list-pinnedmessages.md - - name: Pin message - href: api/chat-post-pinnedmessages.md - - name: Unpin message - href: api/chat-delete-pinnedmessages.md - - name: Set message reaction - href: api/chatmessage-setreaction.md - - name: Unset message reaction - href: api/chatmessage-unsetreaction.md - - name: Pinned chat message - href: resources/pinnedchatmessageinfo.md - items: - - name: List pinned messages - href: api/chat-list-pinnedmessages.md - - name: Pin message - href: api/chat-post-pinnedmessages.md - - name: Unpin message - href: api/chat-delete-pinnedmessages.md - - name: Deleted chat - href: resources/deletedchat.md - items: - - name: Get - href: api/deletedchat-get.md - - name: Undo delete - href: api/deletedchat-undodelete.md - - name: Team - href: resources/team.md - items: - - name: Create - href: api/team-post.md - - name: Create team from group - href: api/team-put-teams.md - - name: Get - href: api/team-get.md - - name: Update - href: api/team-update.md - - name: Delete - href: api/group-delete.md - - name: List members - href: api/team-list-members.md - - name: Add member - href: api/team-post-members.md - - name: Add members in bulk - href: api/conversationmembers-add.md - - name: Get member - href: api/team-get-members.md - - name: Remove member - href: api/team-delete-members.md - - name: Update member - href: api/team-update-members.md - - name: Archive team - href: api/team-archive.md - - name: Unarchive team - href: api/team-unarchive.md - - name: Clone team - href: api/team-clone.md - - name: List your teams - href: api/user-list-joinedteams.md - - name: List your associated teams - href: api/associatedteaminfo-list.md - - name: List all teams in an organization - href: api/teams-list.md - - name: Get team photo - href: api/profilephoto-get.md - - name: Update team photo - href: api/profilephoto-update.md - - name: Complete migration for team - href: api/team-completemigration.md - - name: List permission grants - href: api/team-list-permissiongrants.md - - name: Get open shifts across all joined teams - href: api/team-getopenshifts.md - - name: Team template - items: - - name: Team template - href: resources/teamtemplate.md - - name: List - href: api/teamwork-list-teamtemplates.md - - name: List definitions - href: api/teamtemplate-list-definitions.md - - name: Team template definition (preview) - items: - - name: Team template definition - href: resources/teamtemplatedefinition.md - - name: List - href: api/teamtemplate-list-definitions.md - - name: Get - href: api/teamtemplatedefinition-get.md - - name: Get team definition - href: api/teamtemplatedefinition-get-teamdefinition.md - - name: Deleted team (preview) - href: resources/deletedteam.md - items: - - name: List - href: api/teamwork-list-deletedteams.md - - name: Get all messages - href: api/deletedteam-getallmessages.md - - name: Tag - href: resources/teamworktag.md - items: - - name: List - href: api/teamworktag-list.md - - name: Create - href: api/teamworktag-post.md - - name: Get - href: api/teamworktag-get.md - - name: Update - href: api/teamworktag-update.md - - name: Delete - href: api/teamworktag-delete.md - - name: Tag member - href: resources/teamworktagmember.md - items: - - name: List - href: api/teamworktagmember-list.md - - name: Create - href: api/teamworktagmember-post.md - - name: Get - href: api/teamworktagmember-get.md - - name: Delete - href: api/teamworktagmember-delete.md - - name: Shift management - items: - - name: Day note (preview) - href: resources/daynote.md - items: - - name: Create - href: api/daynote-create.md - - name: Get - href: api/daynote-get.md - - name: List - href: api/daynote-list.md - - name: Update - href: api/daynote-update.md - - name: Delete - href: api/daynote-delete.md - - name: Offer shift - href: resources/offershiftrequest.md - items: - - name: Create - href: api/offershiftrequest-post.md - - name: Get - href: api/offershiftrequest-get.md - - name: List - href: api/offershiftrequest-list.md - - name: Approve - href: api/offershiftrequest-approve.md - - name: Decline - href: api/offershiftrequest-decline.md - - name: Open shift - href: resources/openshift.md - items: - - name: List - href: api/openshift-list.md - - name: Create - href: api/openshift-post.md - - name: Get - href: api/openshift-get.md - - name: Update - href: api/openshift-update.md - - name: Delete - href: api/openshift-delete.md - - name: Stage for deletion - href: api/changetrackedentity-stagefordeletion.md - - name: Get open shifts across all joined teams - href: api/team-getopenshifts.md - - name: Open shift change request - href: resources/openshiftchangerequest.md - items: - - name: List - href: api/openshiftchangerequest-list.md - - name: Create - href: api/openshiftchangerequest-post.md - - name: Get - href: api/openshiftchangerequest-get.md - - name: Approve - href: api/openshiftchangerequest-approve.md - - name: Decline - href: api/openshiftchangerequest-decline.md - - name: Schedule - href: resources/schedule.md - items: - - name: Create or replace - href: api/team-put-schedule.md - - name: Get - href: api/schedule-get.md - - name: Share - href: api/schedule-share.md - - name: Scheduling group - href: resources/schedulinggroup.md - items: - - name: List - href: api/schedule-list-schedulinggroups.md - - name: Create - href: api/schedule-post-schedulinggroups.md - - name: Get - href: api/schedulinggroup-get.md - - name: Replace - href: api/schedulinggroup-put.md - - name: Delete - href: api/schedulinggroup-delete.md - - name: Shift - href: resources/shift.md - items: - - name: List - href: api/schedule-list-shifts.md - - name: Create - href: api/schedule-post-shifts.md - - name: Get - href: api/shift-get.md - - name: Replace - href: api/shift-put.md - - name: Delete - href: api/shift-delete.md - - name: Stage for deletion - href: api/changetrackedentity-stagefordeletion.md - - name: Shift preferences - href: resources/shiftpreferences.md - items: - - name: Get - href: api/shiftpreferences-get.md - - name: Update - href: api/shiftpreferences-put.md - - name: Swap shifts change request - href: resources/swapshiftschangerequest.md - items: - - name: List - href: api/swapshiftschangerequest-list.md - - name: Create - href: api/swapshiftschangerequest-post.md - - name: Get - href: api/swapshiftschangerequest-get.md - - name: Approve - href: api/swapshiftschangerequest-approve.md - - name: Decline - href: api/swapshiftschangerequest-decline.md - - name: Time card - href: resources/timecard.md - items: - - name: List - href: api/timecard-list.md - - name: Create - href: api/timecard-post.md - - name: Get - href: api/timecard-get.md - - name: Replace - href: api/timecard-replace.md - - name: Delete - href: api/timecard-delete.md - - name: Clock in - href: api/timecard-clockin.md - - name: Clock out - href: api/timecard-clockout.md - - name: Start break - href: api/timecard-startbreak.md - - name: End break - href: api/timecard-endbreak.md - - name: Confirm - href: api/timecard-confirm.md - - name: Time off - href: resources/timeoff.md - items: - - name: List - href: api/schedule-list-timesoff.md - - name: Create - href: api/schedule-post-timesoff.md - - name: Get - href: api/timeoff-get.md - - name: Replace - href: api/timeoff-put.md - - name: Delete - href: api/timeoff-delete.md - - name: Stage for deletion - href: api/changetrackedentity-stagefordeletion.md - - name: Time off reason - href: resources/timeoffreason.md - items: - - name: List - href: api/schedule-list-timeoffreasons.md - - name: Create - href: api/schedule-post-timeoffreasons.md - - name: Get - href: api/timeoffreason-get.md - - name: Replace - href: api/timeoffreason-put.md - - name: Delete - href: api/timeoffreason-delete.md - - name: Time off request - href: resources/timeoffrequest.md - items: - - name: List - href: api/timeoffrequest-list.md - - name: Get - href: api/timeoffrequest-get.md - - name: Delete - href: api/timeoffrequest-delete.md - - name: Approve - href: api/timeoffrequest-approve.md - - name: Decline - href: api/timeoffrequest-decline.md - - name: Workforce integration - href: resources/workforceintegration.md - items: - - name: List - href: api/workforceintegration-list.md - - name: Create - href: api/workforceintegration-post.md - - name: Get - href: api/workforceintegration-get.md - - name: Update - href: api/workforceintegration-update.md - - name: Delete - href: api/workforceintegration-delete.md - - name: To-do tasks - displayName: Microsoft To Do - items: - - name: Overview - href: resources/todo-overview.md - - name: To-do task list - items: - - name: To-do task list - href: resources/todotasklist.md - - name: List task lists - href: api/todo-list-lists.md - - name: Create task list - href: api/todo-post-lists.md - - name: Get task list - href: api/todotasklist-get.md - - name: Update task list - href: api/todotasklist-update.md - - name: Delete task list - href: api/todotasklist-delete.md - - name: Get delta for task list - href: api/todotasklist-delta.md - - name: Create open extension - href: api/opentypeextension-post-opentypeextension.md - - name: Get open extension - href: api/opentypeextension-get.md - - name: To-do task - items: - - name: To-do task - href: resources/todotask.md - - name: List tasks - href: api/todotasklist-list-tasks.md - - name: Create task - href: api/todotasklist-post-tasks.md - - name: Get task - href: api/todotask-get.md - - name: Update task - href: api/todotask-update.md - - name: Delete task - href: api/todotask-delete.md - - name: Get delta for task - href: api/todotask-delta.md - - name: Create open extension - href: api/opentypeextension-post-opentypeextension.md - - name: Get open extension - href: api/opentypeextension-get.md - - name: File attachment - items: - - name: File attachment - href: resources/taskfileattachment.md - - name: List - href: api/todotask-list-attachments.md - - name: Get - href: api/taskfileattachment-get.md - - name: Delete - href: api/taskfileattachment-delete.md - - name: Attach all file sizes - href: api/taskfileattachment-createuploadsession.md - - name: Attach small file - href: api/todotask-post-attachments.md - - name: Checklist item - href: resources/checklistitem.md - items: - - name: List - href: api/todotask-list-checklistitems.md - - name: Create - href: api/todotask-post-checklistitems.md - - name: Get - href: api/checklistitem-get.md - - name: Update - href: api/checklistitem-update.md - - name: Delete - href: api/checklistitem-delete.md - - name: Linked resource - href: resources/linkedresource.md - items: - - name: List - href: api/todotask-list-linkedresources.md - - name: Create - href: api/todotask-post-linkedresources.md - - name: Get - href: api/linkedresource-get.md - - name: Update - href: api/linkedresource-update.md - - name: Delete - href: api/linkedresource-delete.md - - name: To-do API with base tasks (deprecated) - items: - - name: Overview - href: resources/tasks-overview.md - - name: Base task list - items: - - name: Base task list - href: resources/basetasklist.md - - name: Task list - href: resources/tasklist.md - - name: Well-known task list - href: resources/wellknowntasklist.md - - name: List base task lists - href: api/tasks-list-lists.md - - name: Create base task list - href: api/tasks-post-lists.md - - name: Get base task list - href: api/basetasklist-get.md - - name: Update base task list - href: api/tasklist-update.md - - name: Delete base task list - href: api/tasklist-delete.md - - name: Get delta for base task list - href: api/basetasklist-delta.md - - name: Create open extension - href: api/opentypeextension-post-opentypeextension.md - - name: Get open extension - href: api/opentypeextension-get.md - - name: Base task - items: - - name: Base task - href: resources/basetask.md - - name: Task - href: resources/task.md - - name: List base tasks - href: api/basetasklist-list-tasks.md - - name: Create base task - href: api/basetasklist-post-tasks.md - - name: Get base task - href: api/basetask-get.md - - name: Update base task - href: api/basetask-update.md - - name: Move base task - href: api/basetask-move.md - - name: Delete base task - href: api/basetask-delete.md - - name: Get delta for base task - href: api/basetask-delta.md - - name: Create open extension - href: api/opentypeextension-post-opentypeextension.md - - name: Get open extension - href: api/opentypeextension-get.md - - name: Checklist item - href: resources/checklistitem.md - items: - - name: List - href: api/basetask-list-checklistitems.md - - name: Create - href: api/basetask-post-checklistitems.md - - name: Get - href: api/checklistitem-get.md - - name: Update - href: api/checklistitem-update.md - - name: Delete - href: api/checklistitem-delete.md - - name: Linked resource v2 - href: resources/linkedresource_v2.md - items: - - name: List - href: api/basetask-list-linkedresources.md - - name: Create - href: api/basetask-post-linkedresources.md - - name: Get - href: api/linkedresource_v2-get.md - - name: Update - href: api/linkedresource_v2-update.md - - name: Delete - href: api/linkedresource_v2-delete.md - - name: Outlook tasks (deprecated) - items: - - name: Outlook task (deprecated) - items: - - name: Outlook task - href: resources/outlooktask.md - - name: List - href: api/outlookuser-list-tasks.md - - name: Create - href: api/outlookuser-post-tasks.md - - name: Get - href: api/outlooktask-get.md - - name: Update - href: api/outlooktask-update.md - - name: Delete - href: api/outlooktask-delete.md - - name: Complete - href: api/outlooktask-complete.md - - name: List attachments - href: api/outlooktask-list-attachments.md - - name: Add attachment - href: api/outlooktask-post-attachments.md - - name: Outlook task folder (deprecated) - items: - - name: Outlook task folder - href: resources/outlooktaskfolder.md - - name: List - href: api/outlookuser-list-taskfolders.md - - name: Create - href: api/outlookuser-post-taskfolders.md - - name: Get - href: api/outlooktaskfolder-get.md - - name: Update - href: api/outlooktaskfolder-update.md - - name: Delete - href: api/outlooktaskfolder-delete.md - - name: List tasks in folder - href: api/outlooktaskfolder-list-tasks.md - - name: Create tasks in folder - href: api/outlooktaskfolder-post-tasks.md - - name: Outlook task group (deprecated) - items: - - name: Outlook task group - href: resources/outlooktaskgroup.md - - name: List - href: api/outlookuser-list-taskgroups.md - - name: Create - href: api/outlookuser-post-taskgroups.md - - name: Get - href: api/outlooktaskgroup-get.md - - name: Update - href: api/outlooktaskgroup-update.md - - name: Delete - href: api/outlooktaskfolder-delete.md - - name: List task folders in group - href: api/outlooktaskfolder-list-tasks.md - - name: Create task folder in group - href: api/outlooktaskfolder-post-tasks.md - - name: Attachments - items: - - name: Attachment - href: resources/attachment.md - - name: File attachment type - href: resources/fileattachment.md - - name: Item attachment type - href: resources/itemattachment.md - - name: Get attachment - href: api/attachment-get.md - - name: Delete attachment - href: api/attachment-delete.md - - name: Category - items: - - name: Category - href: resources/outlookcategory.md - - name: List categories - href: api/outlookuser-list-mastercategories.md - - name: Create category - href: api/outlookuser-post-mastercategories.md - - name: Get category - href: api/outlookcategory-get.md - - name: Update category - href: api/outlookcategory-update.md - - name: Delete category - href: api/outlookcategory-delete.md - - name: Extended properties - items: - - name: Overview - href: resources/extended-properties-overview.md - - name: Single-value extended property - items: - - name: Single-value extended property - href: resources/singlevaluelegacyextendedproperty.md - - name: Create single-value property - href: api/singlevaluelegacyextendedproperty-post-singlevalueextendedproperties.md - - name: Get single-value property - href: api/singlevaluelegacyextendedproperty-get.md - - name: Multi-value extended property - items: - - name: Multi-value extended property - href: resources/multivaluelegacyextendedproperty.md - - name: Create multi-value property - href: api/multivaluelegacyextendedproperty-post-multivalueextendedproperties.md - - name: Get multi-value property - href: api/multivaluelegacyextendedproperty-get.md - - name: Workbooks and charts - displayName: Excel - items: - - name: Overview - href: resources/excel.md - - name: Workbook - href: resources/workbook.md - items: - - name: Create session - href: api/workbook-createsession.md - - name: Refresh session - href: api/workbook-refreshsession.md - - name: Close session - href: api/workbook-closesession.md - - name: List tables - href: api/workbook-list-tables.md - - name: List worksheets - href: api/workbook-list-worksheets.md - - name: List names - href: api/workbook-list-names.md - - name: Get operation result (async) - href: api/workbook-tablerowoperationresult.md - - name: Workbook application - href: resources/workbookapplication.md - items: - - name: Get - href: api/workbookapplication-get.md - - name: Calculate - href: api/workbookapplication-calculate.md - - name: Workbook comment - href: resources/workbookcomment.md - items: - - name: List - href: api/workbook-list-comments.md - - name: Get - href: api/workbookcomment-get.md - - name: List replies - href: api/workbookcomment-list-replies.md - - name: Create reply - href: api/workbookcomment-post-replies.md - - name: Get reply - href: api/workbookcommentreply-get.md - - name: Workbook table row - href: resources/workbooktablerow.md - items: - - name: List - href: api/tablerow-list.md - - name: Create - href: api/table-post-rows.md - - name: Get - href: api/tablerow-get.md - - name: Update - href: api/tablerow-update.md - - name: Delete - href: api/tablerow-delete.md - - name: Get range - href: api/tablerow-range.md - - name: Get item at - href: api/tablerowcollection-itemat.md - - name: Add row - href: api/tablerowcollection-add.md - - name: Worksheet - href: resources/workbookworksheet.md - items: - - name: Add worksheet - href: api/worksheetcollection-add.md - - name: Get worksheet - href: api/worksheet-get.md - - name: Get usedrange - href: api/worksheet-usedrange.md - - name: Update worksheet - href: api/worksheet-update.md - - name: Delete worksheet - href: api/worksheet-delete.md - - name: Get cell - href: api/worksheet-cell.md - - name: Get range - href: api/worksheet-range.md - - name: List tables - href: api/worksheet-list-tables.md - - name: Add table - href: api/worksheet-post-tables.md - - name: List charts - href: api/worksheet-list-charts.md - - name: Add chart - href: api/worksheet-post-charts.md - - name: List tasks - href: api/workbookworksheet-list-tasks.md - - name: Range - href: resources/workbookrange.md - items: - - name: Get range - href: api/range-get.md - - name: Update range - href: api/range-update.md - - name: Insert range - href: api/range-insert.md - - name: Get range format - href: api/rangeformat-get.md - - name: Update range format - href: api/rangeformat-update.md - - name: Merge - href: api/range-merge.md - - name: Unmerge - href: api/range-unmerge.md - - name: Clear - href: api/range-clear.md - - name: Delete - href: api/range-delete.md - - name: Table - href: resources/workbooktable.md - items: - - name: Add table - href: api/tablecollection-add.md - - name: Get table - href: api/table-get.md - - name: Update table - href: api/table-update.md - - name: Delete table - href: api/table-delete.md - - name: List rows - href: api/table-list-rows.md - - name: Create row - href: api/table-post-rows.md - - name: Delete row - href: api/tablerow-delete.md - - name: List columns - href: api/table-list-columns.md - - name: Create column - href: api/table-post-columns.md - - name: Delete column - href: api/tablecolumn-delete.md - - name: Get range - href: api/table-range.md - - name: Chart - href: resources/workbookchart.md - items: - - name: List charts - href: api/chart-list.md - - name: Get chart - href: api/chart-get.md - - name: Update chart - href: api/chart-update.md - - name: Delete chart - href: api/chart-delete.md - - name: Add chart - href: api/chartcollection-add.md - - name: Get chart image - href: api/chart-image.md - - name: Reset data - href: api/chart-setdata.md - - name: Set position data - href: api/chart-setposition.md - - name: Named item - href: resources/workbooknameditem.md - items: - - name: List - href: api/nameditem-get.md - - name: Get - href: api/nameditem-get.md - - name: Update - href: api/nameditem-update.md - - name: Delete - href: api/nameditem-delete.md - - name: Add - href: api/nameditem-add.md - - name: List range - href: api/nameditem-range.md - - name: Workbook document task - href: resources/workbookdocumenttask.md - items: - - name: List - href: api/workbookworksheet-list-tasks.md - - name: Get - href: api/workbookdocumenttask-get.md - - name: Workbook document task change - href: resources/workbookdocumenttaskchange.md - items: - - name: List - href: api/workbookdocumenttask-list-changes.md - - name: Get - href: api/workbookdocumenttaskchange-get.md - From 5aba3555ad69265fef9f316921a88359ba7d7cad Mon Sep 17 00:00:00 2001 From: Divya Undi Date: Fri, 19 Jan 2024 15:24:56 +0530 Subject: [PATCH 097/151] readded toc --- api-reference/beta/toc.yml | 19269 +++++++++++++++++++++++++++++++++++ 1 file changed, 19269 insertions(+) create mode 100644 api-reference/beta/toc.yml diff --git a/api-reference/beta/toc.yml b/api-reference/beta/toc.yml new file mode 100644 index 00000000000..1bdef8f4acb --- /dev/null +++ b/api-reference/beta/toc.yml @@ -0,0 +1,19269 @@ +items: + - name: Overview of Microsoft Graph + href: /graph/overview?context=graph/api/beta + - name: What's new + href: /graph/whats-new-overview?context=graph/api/beta + - name: API changelog + href: https://developer.microsoft.com/en-us/graph/changelog + displayName: API changes, API updates, Microsoft Graph API, REST API, REST API updates + - name: Authentication and authorization + href: /graph/auth/index?context=graph/api/beta + - name: Permissions reference + href: /graph/permissions-reference + - name: Use the API + href: /graph/use-the-api?context=graph/api/beta + - name: Use SDKs + href: /graph/sdks/sdks-overview?context=graph/api/beta + - name: Use the toolkit + href: /graph/toolkit/overview?context=graph/api/beta + - name: Known issues + href: https://developer.microsoft.com/graph/known-issues + - name: Errors + href: /graph/errors?context=graph/api/beta + displayName: Microsoft Graph error responses and error resource types + - name: API beta reference + expanded: true + items: + - name: Overview + href: overview.md + displayName: Microsoft Graph beta endpoint reference, Microsoft Graph REST API Beta + - name: Users + items: + - name: Overview + href: resources/users.md + - name: User + href: resources/user.md + items: + - name: List + href: api/user-list.md + - name: Create + href: api/user-post-users.md + - name: Get + href: api/user-get.md + - name: Update + href: api/user-update.md + - name: Delete + href: api/user-delete.md + - name: Change password + href: api/user-changepassword.md + - name: Get delta + href: api/user-delta.md + - name: Get delta for directory object + href: api/directoryobject-delta.md + - name: Validate password + href: api/user-validatepassword.md + - name: Invalidate refresh tokens + href: api/user-invalidateallrefreshtokens.md + - name: Retry service provisioning + href: api/user-retryserviceprovisioning.md + - name: App role assignment + href: resources/approleassignment.md + items: + - name: List app role assignments + href: api/user-list-approleassignments.md + - name: List app role assigned resources + href: api/user-list-approleassignedresources.md + - name: Get app role assignment + href: api/approleassignment-get.md + - name: Add app role assignment + href: api/user-post-approleassignments.md + - name: Remove app role assignment + href: api/user-delete-approleassignments.md + - name: Get delta for directory object + href: api/directoryobject-delta.md + - name: Calendar + href: resources/calendar.md + displayName: Outlook, Outlook calendar + items: + - name: Create calendar + href: api/user-post-calendars.md + - name: Create calendar group + href: api/user-post-calendargroups.md + - name: Create event + href: api/user-post-events.md + - name: Find meeting times + href: api/user-findmeetingtimes.md + - name: Find rooms + href: api/user-findrooms.md + - name: Find room lists + href: api/user-findroomlists.md + - name: Get free/busy schedule + href: api/calendar-getschedule.md + - name: List calendars + href: api/user-list-calendars.md + - name: List calendar groups + href: api/user-list-calendargroups.md + - name: List calendar view + href: api/user-list-calendarview.md + - name: List events + href: api/user-list-events.md + - name: Reminder view + href: api/user-reminderview.md + - name: Cloud PC + items: + - name: Cloud PC + href: resources/cloudpc.md + - name: List + href: api/user-list-cloudpcs.md + - name: Get + href: api/cloudpc-get.md + - name: Get frontline access state + href: api/cloudpc-getfrontlinecloudpcaccessstate.md + - name: Get launch info + href: api/cloudpc-getcloudpclaunchinfo.md + - name: Get shift work access state (deprecated) + href: api/cloudpc-getshiftworkcloudpcaccessstate.md + - name: Reboot + href: api/cloudpc-reboot.md + - name: Rename + href: api/cloudpc-rename.md + - name: Reprovision + href: api/cloudpc-reprovision.md + - name: Start + href: api/cloudpc-start.md + - name: Stop + href: api/cloudpc-stop.md + - name: Troubleshoot + href: api/cloudpc-troubleshoot.md + - name: Delegated permission grant + items: + - name: OAuth 2.0 permission grant + href: resources/oauth2permissiongrant.md + - name: List + href: api/user-list-oauth2permissiongrants.md + - name: Directory object + href: resources/directoryobject.md + items: + - name: Get delta + href: api/directoryobject-delta.md + - name: Assign license + href: api/user-assignlicense.md + - name: Export personal data + href: api/user-exportpersonaldata.md + - name: Get member groups + href: api/directoryobject-getmembergroups.md + - name: Check member groups + href: api/directoryobject-checkmembergroups.md + - name: Get member objects + href: api/directoryobject-getmemberobjects.md + - name: Check member objects + href: api/directoryobject-checkmemberobjects.md + - name: Get objects by IDs + href: api/directoryobject-getbyids.md + - name: List created objects + href: api/user-list-createdobjects.md + - name: List license details + href: api/user-list-licensedetails.md + - name: List owned devices + href: api/user-list-owneddevices.md + - name: List owned objects + href: api/user-list-ownedobjects.md + - name: List registered devices + href: api/user-list-registereddevices.md + - name: List scoped administrator memberships + href: api/user-list-scopedrolememberof.md + - name: List user usage rights + href: api/user-list-usagerights.md + - name: Reprocess license assignment + href: api/user-reprocesslicenseassignment.md + - name: Revoke sign-in session + href: api/user-revokesigninsessions.md + - name: List deleted items + href: api/directory-deleteditems-list.md + - name: Get deleted item + href: api/directory-deleteditems-get.md + - name: Permanently delete item + href: api/directory-deleteditems-delete.md + - name: Restore deleted item + href: api/directory-deleteditems-restore.md + - name: Drive + href: resources/drive.md + items: + - name: Get drive + href: api/drive-get.md + - name: List children + href: api/driveitem-list-children.md + - name: Group + href: resources/group.md + items: + - name: List joined teams + href: api/user-list-joinedteams.md + - name: List associated teams + href: api/associatedteaminfo-list.md + - name: List member of + href: api/user-list-memberof.md + - name: List transitive member of + href: api/user-list-transitivememberof.md + - name: Item insights + items: + - name: Item insights + items: + - name: Item insights (preview) + href: resources/iteminsights.md + - name: List shared + href: api/insights-list-shared.md + - name: List trending + href: api/insights-list-trending.md + - name: List used + href: api/insights-list-used.md + - name: Org control (preview) + items: + - name: Insights settings + href: resources/insightssettings.md + - name: List + href: api/organizationsettings-list-iteminsights.md + - name: Update + href: api/insightssettings-update.md + - name: User control (preview) + items: + - name: User insights settings + href: resources/userinsightssettings.md + - name: Get + href: api/userinsightssettings-get.md + - name: Update + href: api/userinsightssettings-update.md + - name: Mail + items: + - name: Message + href: resources/message.md + - name: Create mail folder + href: api/user-post-mailfolders.md + - name: Create draft message + href: api/user-post-messages.md + - name: Create message rule + href: api/mailfolder-post-messagerules.md + - name: Create override + href: api/inferenceclassification-post-overrides.md + - name: Get mail tips + href: api/user-getmailtips.md + - name: List mail folders + href: api/user-list-mailfolders.md + - name: List messages + href: api/user-list-messages.md + - name: List overrides + href: api/inferenceclassification-list-overrides.md + - name: List rules + href: api/mailfolder-list-messagerules.md + - name: Send mail + href: api/user-sendmail.md + - name: Notes + items: + - name: OneNote root + href: resources/onenote.md + - name: List notebooks + href: api/onenote-list-notebooks.md + - name: Create notebook + href: api/onenote-post-notebooks.md + - name: Org hierarchy + items: + - name: Assign manager + href: api/user-post-manager.md + - name: Get manager + href: api/user-list-manager.md + - name: List direct reports + href: api/user-list-directreports.md + - name: Remove manager + href: api/user-delete-manager.md + - name: Outlook settings + items: + - name: Mailbox settings + expanded: true + items: + - name: Mailbox settings + href: resources/mailboxsettings.md + - name: Get mailbox settings + href: api/user-get-mailboxsettings.md + - name: Update mailbox settings + href: api/user-update-mailboxsettings.md + - name: Outlook user services + expanded: true + items: + - name: Outlook user + href: resources/outlookuser.md + - name: Create category + href: api/outlookuser-post-mastercategories.md + - name: Get language choices + href: api/outlookuser-supportedlanguages.md + - name: Get time zone choices + href: api/outlookuser-supportedtimezones.md + - name: List categories + href: api/outlookuser-list-mastercategories.md + - name: Translate IDs + href: api/user-translateexchangeids.md + - name: Outlook task (deprecated) + items: + - name: Outlook task + href: resources/outlooktask.md + - name: Create tasks + href: api/outlookuser-post-tasks.md + - name: List tasks + href: api/outlookuser-list-tasks.md + - name: People + items: + - name: Person + href: resources/person.md + - name: List people + href: api/user-list-people.md + - name: Org control for people insights (preview) + items: + - name: Insights settings + href: resources/insightssettings.md + - name: List + href: api/organizationsettings-list-peopleinsights.md + - name: Update + href: api/insightssettings-update.md + - name: Personal contact + items: + - name: Contact + href: resources/contact.md + items: + - name: Create contact + href: api/user-post-contacts.md + - name: Create contact folder + href: api/user-post-contactfolders.md + - name: List contacts + href: api/user-list-contacts.md + - name: List contact folders + href: api/user-list-contactfolders.md + - name: Contact merge suggestions (preview) + items: + - name: Contact merge suggestions + href: resources/contactmergesuggestions.md + - name: Get + href: api/contactmergesuggestions-get.md + - name: Update + href: api/contactmergesuggestions-update.md + - name: Org control for contact insights (preview) + items: + - name: Insights settings + href: resources/insightssettings.md + - name: List + href: api/organizationsettings-list-contactinsights.md + - name: Update + href: api/insightssettings-update.md + - name: Photo + items: + - name: Profile photo + href: resources/profilephoto.md + - name: Get photo + href: api/profilephoto-get.md + - name: Update photo + href: api/profilephoto-update.md + - name: Delete photo + href: api/profilephoto-delete.md + - name: Planner + items: + - name: Planner user + href: resources/planneruser.md + - name: Get plans + href: api/planneruser-get.md + - name: List favorite plans + href: api/planneruser-list-favoriteplans.md + - name: List recent plans + href: api/planneruser-list-recentplans.md + - name: List tasks + href: api/planneruser-list-tasks.md + - name: Update settings + href: api/planneruser-update.md + - name: Preferred languages and regional formats (preview) + items: + - name: Regional and language settings + href: resources/regionalandlanguagesettings.md + - name: Get + href: api/regionalandlanguagesettings-get.md + - name: Update + href: api/regionalandlanguagesettings-update.md + - name: Profile (preview) + items: + - name: Profile + href: resources/profile.md + - name: Get user's profile + href: api/profile-get.md + - name: Delete user's profile + href: api/profile-delete.md + - name: Sponsors + items: + - name: Add sponsor + href: api/user-post-sponsors.md + - name: List sponsors + href: api/user-list-sponsors.md + - name: Remove sponsor + href: api/user-delete-sponsors.md + - name: Teamwork and communications + items: + - name: Installed app + href: resources/teamsappinstallation.md + - name: Add app for user + href: api/userteamwork-post-installedapps.md + - name: Get chat between user and app + href: api/userscopeteamsappinstallation-get-chat.md + - name: Get chat for user + href: api/chat-get.md + - name: List chats for user + href: api/chat-list.md + - name: Get installed app for user + href: api/userteamwork-get-installedapps.md + - name: List apps for user + href: api/userteamwork-list-installedapps.md + - name: List permission grants for user + href: api/user-list-permissiongrants.md + - name: Remove app for user + href: api/userteamwork-delete-installedapps.md + - name: Upgrade installed app for user + href: api/userteamwork-teamsappinstallation-upgrade.md + - name: To-do task + items: + - name: To-do task + href: resources/todotask.md + - name: Create task + href: api/todotasklist-post-tasks.md + - name: Create task list + href: api/todo-post-lists.md + - name: List tasks + href: api/todotasklist-list-tasks.md + - name: List task lists + href: api/todo-list-lists.md + - name: User settings + items: + - name: User settings + href: resources/usersettings.md + - name: Get settings + href: api/usersettings-get.md + - name: Update settings + href: api/usersettings-update.md + - name: Groups + items: + - name: Overview + href: resources/groups-overview.md + - name: Group + href: resources/group.md + items: + - name: List groups + href: api/group-list.md + - name: Create group + href: api/group-post-groups.md + - name: Get group + href: api/group-get.md + - name: Update group + href: api/group-update.md + - name: Delete group + href: api/group-delete.md + - name: Renew group + href: api/group-renew.md + - name: Add favorite + href: api/group-addfavorite.md + - name: Remove favorite + href: api/group-removefavorite.md + - name: List members + href: api/group-list-members.md + - name: Add member + href: api/group-post-members.md + - name: Remove member + href: api/group-delete-members.md + - name: List member of + href: api/group-list-memberof.md + - name: List transitive member of + href: api/group-list-transitivememberof.md + - name: List transitive members + href: api/group-list-transitivemembers.md + - name: List owners + href: api/group-list-owners.md + - name: Add owner + href: api/group-post-owners.md + - name: Remove owner + href: api/group-delete-owners.md + - name: Get delta + href: api/group-delta.md + - name: Get delta for directory object + href: api/directoryobject-delta.md + - name: Assign license + href: api/group-assignlicense.md + - name: Evaluate dynamic membership + href: api/group-evaluatedynamicmembership.md + - name: Get endpoint + href: api/endpoint-get.md + - name: List endpoints + href: api/group-list-endpoints.md + - name: List joined teams + href: api/user-list-joinedteams.md + - name: List associated teams + href: api/associatedteaminfo-list.md + - name: List lifecycle policies + href: api/group-list-grouplifecyclepolicies.md + - name: List photos + href: api/group-list-photos.md + - name: List permission grants + href: api/group-list-permissiongrants.md + - name: Reset unseen count + href: api/group-resetunseencount.md + - name: Subscribe by mail + href: api/group-subscribebymail.md + - name: Unsubscribe by mail + href: api/group-unsubscribebymail.md + - name: Validate properties + href: api/group-validateproperties.md + - name: Retry service provisioning + href: api/group-retryserviceprovisioning.md + - name: App role assignment + href: resources/approleassignment.md + items: + - name: List app role assignments + href: api/group-list-approleassignments.md + - name: Add app role assignment + href: api/group-post-approleassignments.md + - name: Get app role assignment + href: api/approleassignment-get.md + - name: Remove app role assignment + href: api/group-delete-approleassignments.md + - name: Get delta for directory object + href: api/directoryobject-delta.md + - name: Attachment + items: + - name: Attachment + href: resources/attachment.md + - name: File attachment type + href: resources/fileattachment.md + - name: Item attachment type + href: resources/itemattachment.md + - name: Reference attachment type + href: resources/referenceattachment.md + - name: Get attachment + href: api/attachment-get.md + - name: Delete attachment + href: api/attachment-delete.md + - name: Calendar + href: resources/calendar.md + items: + - name: Get calendar + href: api/calendar-get.md + - name: Update calendar + href: api/calendar-update.md + - name: List events + href: api/group-list-events.md + - name: Create event + href: api/group-post-events.md + - name: Get event + href: api/group-get-event.md + - name: Update event + href: api/group-update-event.md + - name: Delete event + href: api/group-delete-event.md + - name: List calendar view + href: api/group-list-calendarview.md + - name: Get delta + href: api/event-delta.md + - name: Create open extension + href: api/opentypeextension-post-opentypeextension.md + - name: Get open extension + href: api/opentypeextension-get.md + - name: Conversation + href: resources/conversation.md + items: + - name: List conversations + href: api/group-list-conversations.md + - name: Create conversation + href: api/group-post-conversations.md + - name: Get conversation + href: api/group-get-conversation.md + - name: Delete conversation + href: api/group-delete-conversation.md + - name: List conversation threads + href: api/conversation-list-threads.md + - name: Create conversation thread + href: api/conversation-post-threads.md + - name: List accepted senders + href: api/group-list-acceptedsenders.md + - name: Create accepted sender + href: api/group-post-acceptedsenders.md + - name: Remove accepted sender + href: api/group-delete-acceptedsenders.md + - name: List rejected senders + href: api/group-list-rejectedsenders.md + - name: Create rejected sender + href: api/group-post-rejectedsenders.md + - name: Remove rejected senders + href: api/group-delete-rejectedsenders.md + - name: Conversation thread + href: resources/conversationthread.md + items: + - name: List threads + href: api/group-list-threads.md + - name: Create thread + href: api/group-post-threads.md + - name: Get conversation thread + href: api/group-get-thread.md + - name: Update conversation thread + href: api/group-update-thread.md + - name: Delete conversation thread + href: api/group-delete-thread.md + - name: Reply to conversation thread + href: api/conversationthread-reply.md + - name: Directory object + href: resources/directoryobject.md + items: + - name: Check member groups + href: api/directoryobject-checkmembergroups.md + - name: Get member groups + href: api/directoryobject-getmembergroups.md + - name: Check member objects + href: api/directoryobject-checkmemberobjects.md + - name: Get member objects + href: api/directoryobject-getmemberobjects.md + - name: List deleted groups + href: api/directory-deleteditems-list.md + - name: List deleted groups owned by user + href: api/directory-deleteditems-getuserownedobjects.md + - name: Get deleted group + href: api/directory-deleteditems-get.md + - name: Permanently delete group + href: api/directory-deleteditems-delete.md + - name: Restore deleted group + href: api/directory-deleteditems-restore.md + - name: Drive + href: resources/drive.md + items: + - name: Get drive + href: api/drive-get.md + - name: List children + href: api/driveitem-list-children.md + - name: Extended properties + items: + - name: Overview + href: resources/extended-properties-overview.md + - name: Single-value extended property + items: + - name: Single-value extended property + href: resources/singlevaluelegacyextendedproperty.md + - name: Create single-value property + href: api/singlevaluelegacyextendedproperty-post-singlevalueextendedproperties.md + - name: Get single-value property + href: api/singlevaluelegacyextendedproperty-get.md + - name: Multi-value extended property + items: + - name: Multi-value extended property + href: resources/multivaluelegacyextendedproperty.md + - name: Create multi-value property + href: api/multivaluelegacyextendedproperty-post-multivalueextendedproperties.md + - name: Get multi-value property + href: api/multivaluelegacyextendedproperty-get.md + - name: Lifecycle policy + href: resources/grouplifecyclepolicy.md + items: + - name: Create policy + href: api/grouplifecyclepolicy-post-grouplifecyclepolicies.md + - name: List policies + href: api/grouplifecyclepolicy-list.md + - name: Get policy + href: api/grouplifecyclepolicy-get.md + - name: Update policy + href: api/grouplifecyclepolicy-update.md + - name: Delete policy + href: api/grouplifecyclepolicy-delete.md + - name: Add group + href: api/grouplifecyclepolicy-addgroup.md + - name: Remove group + href: api/grouplifecyclepolicy-removegroup.md + - name: Renew group + href: api/grouplifecyclepolicy-renewgroup.md + - name: Notes + items: + - name: OneNote root + href: resources/onenote.md + - name: List notebooks + href: api/onenote-list-notebooks.md + - name: Create notebook + href: api/onenote-post-notebooks.md + - name: Photo + items: + - name: Profile photo + href: resources/profilephoto.md + - name: Get photo + href: api/profilephoto-get.md + - name: Update photo + href: api/profilephoto-update.md + - name: Delete photo + href: api/profilephoto-delete.md + + - name: Planner + items: + - name: Planner plan + href: resources/plannerplan.md + - name: List plans + href: api/plannergroup-list-plans.md + - name: Post + href: resources/post.md + items: + - name: List posts + href: api/conversationthread-list-posts.md + - name: Get post + href: api/post-get.md + - name: Reply post + href: api/post-reply.md + - name: Forward post + href: api/post-forward.md + - name: List attachments + href: api/post-list-attachments.md + - name: Add attachment + href: api/post-post-attachments.md + - name: Create open extension + href: api/opentypeextension-post-opentypeextension.md + - name: Get open extension + href: api/opentypeextension-get.md + - name: Applications + items: + - name: Application + href: resources/application.md + items: + - name: List applications + href: api/application-list.md + - name: Create application + href: api/application-post-applications.md + - name: Get application + href: api/application-get.md + - name: Update application + href: api/application-update.md + - name: Delete application + href: api/application-delete.md + - name: Get delta + href: api/application-delta.md + - name: Get delta for directory object + href: api/directoryobject-delta.md + - name: List deleted applications + href: api/directory-deleteditems-list.md + - name: List deleted applications owned by user + href: api/directory-deleteditems-getuserownedobjects.md + - name: Get deleted application + href: api/directory-deleteditems-get.md + - name: Permanently delete application + href: api/directory-deleteditems-delete.md + - name: Restore deleted application + href: api/directory-deleteditems-restore.md + - name: Application template + href: resources/applicationtemplate.md + items: + - name: List + href: api/applicationtemplate-list.md + - name: Get + href: api/applicationtemplate-get.md + - name: Instantiate + href: api/applicationtemplate-instantiate.md + - name: Certificates & secrets + items: + - name: Add password + displayName: Add secrets + href: api/application-addpassword.md + - name: Remove password + displayName: Remove secrets + href: api/application-removepassword.md + - name: Add key + href: api/application-addkey.md + - name: Remove key + href: api/application-removekey.md + - name: Federated identity credentials + items: + - name: Overview + href: resources/federatedidentitycredentials-overview.md + displayName: Workload identity federation, workload identities + - name: Federated identity credentials + href: resources/federatedidentitycredential.md + items: + - name: List + href: api/application-list-federatedidentitycredentials.md + - name: Create + href: api/application-post-federatedidentitycredentials.md + - name: Get + href: api/federatedidentitycredential-get.md + - name: Update + href: api/federatedidentitycredential-update.md + - name: Delete + href: api/federatedidentitycredential-delete.md + - name: Owners + items: + - name: List owners + href: api/application-list-owners.md + - name: Add owner + href: api/application-post-owners.md + - name: Remove owner + href: api/application-delete-owners.md + - name: Policies + items: + - name: Remote desktop security configuration policy + href: resources/remotedesktopsecurityconfiguration.md + items: + - name: Create + href: api/serviceprincipal-post-remotedesktopsecurityconfiguration.md + - name: Get + href: api/remotedesktopsecurityconfiguration-get.md + - name: Update + href: api/remotedesktopsecurityconfiguration-update.md + - name: Delete + href: api/serviceprincipal-delete-remotedesktopsecurityconfiguration.md + - name: Target device groups + href: resources/targetdevicegroup.md + items: + - name: List + href: api/remotedesktopsecurityconfiguration-list-targetdevicegroups.md + - name: Create + href: api/remotedesktopsecurityconfiguration-post-targetdevicegroups.md + - name: Get + href: api/targetdevicegroup-get.md + - name: Update + href: api/targetdevicegroup-update.md + - name: Delete + href: api/remotedesktopsecurityconfiguration-delete-targetdevicegroups.md + - name: Token issuance policy + href: resources/tokenissuancepolicy.md + items: + - name: Assign + href: api/application-post-tokenissuancepolicies.md + - name: List + href: api/application-list-tokenissuancepolicies.md + - name: Remove + href: api/application-delete-tokenissuancepolicies.md + - name: Token lifetime policy + href: resources/tokenlifetimepolicy.md + items: + - name: Assign + href: api/application-post-tokenlifetimepolicies.md + - name: List + href: api/application-list-tokenlifetimepolicies.md + - name: Remove + href: api/application-delete-tokenlifetimepolicies.md + - name: Verified publisher + items: + - name: Set + href: api/application-setverifiedpublisher.md + - name: Unset + href: api/application-unsetverifiedpublisher.md + - name: On-premises publishing + href: resources/onpremisespublishingprofile-root.md + items: + - name: On-premises agent + href: resources/onpremisesagent.md + items: + - name: List + href: api/onpremisesagent-list.md + - name: Get + href: api/onpremisesagent-get.md + - name: Assign to agent group + href: api/onpremisesagent-post-agentgroups.md + - name: Remove from agent group + href: api/onpremisesagent-delete-agentgroups.md + - name: On-premises agent group + href: resources/onpremisesagentgroup.md + items: + - name: List + href: api/onpremisesagentgroup-list.md + - name: Get + href: api/onpremisesagentgroup-get.md + - name: Create + href: api/onpremisesagentgroup-post.md + - name: Update + href: api/onpremisesagentgroup-update.md + - name: Delete + href: api/onpremisesagentgroup-delete.md + - name: On-premises publishing profile + href: resources/onpremisespublishingprofile.md + items: + - name: Get + href: api/onpremisespublishingprofile-get.md + - name: Update + href: api/onpremisespublishingprofile-update.md + - name: Published resource + href: resources/publishedresource.md + items: + - name: List + href: api/publishedresource-list.md + - name: Get + href: api/publishedresource-get.md + - name: Create + href: api/publishedresource-post.md + - name: Update + href: api/publishedresource-update.md + - name: Delete + href: api/publishedresource-delete.md + - name: Assign to agent group + href: api/publishedresource-post-agentgroups.md + - name: Remove from agent group + href: api/publishedresource-delete-agentgroups.md + - name: Connector + href: resources/connector.md + items: + - name: List + href: api/connector-list.md + - name: Get + href: api/connector-get.md + - name: List memberOf + href: api/connector-list-memberof.md + - name: Add connector to connectorGroup + href: api/connector-post-memberof.md + - name: Connector group + href: resources/connectorgroup.md + items: + - name: List + href: api/connectorgroup-list.md + - name: Create + href: api/connectorgroup-post.md + - name: Get + href: api/connectorgroup-get.md + - name: Update + href: api/connectorgroup-update.md + - name: Delete + href: api/connectorgroup-delete.md + - name: List applications + href: api/connectorgroup-list-applications.md + - name: List members + href: api/connectorgroup-list-members.md + - name: Add connector + href: api/connectorgroup-post-members.md + - name: Add application + href: api/connectorgroup-post-applications.md + - name: Service principal + href: resources/serviceprincipal.md + items: + - name: List service principal + href: api/serviceprincipal-list.md + - name: Create service principal + href: api/serviceprincipal-post-serviceprincipals.md + - name: Get service principal + href: api/serviceprincipal-get.md + - name: Update service principal + href: api/serviceprincipal-update.md + - name: Delete service principal + href: api/serviceprincipal-delete.md + - name: List deleted service principals + href: api/directory-deleteditems-list.md + - name: Get deleted service principal + href: api/directory-deleteditems-get.md + - name: Permanently delete service principal + href: api/directory-deleteditems-delete.md + - name: Restore deleted service principal + href: api/directory-deleteditems-restore.md + - name: List createdObjects + href: api/serviceprincipal-list-createdobjects.md + - name: List ownedObjects + href: api/serviceprincipal-list-ownedobjects.md + - name: Get delta + href: api/serviceprincipal-delta.md + - name: Get delta for directory object + href: api/directoryobject-delta.md + - name: App role assignment + href: resources/approleassignment.md + items: + - name: List app role assignments + href: api/serviceprincipal-list-approleassignments.md + - name: Add app role assignment + href: api/serviceprincipal-post-approleassignments.md + - name: Get app role assignment + href: api/approleassignment-get.md + - name: Remove app role assignment + href: api/serviceprincipal-delete-approleassignments.md + - name: List app role assigned to + href: api/serviceprincipal-list-approleassignedto.md + - name: Add app role assigned to + href: api/serviceprincipal-post-approleassignedto.md + - name: Remove app role assigned to + href: api/serviceprincipal-delete-approleassignedto.md + - name: Certificates and secrets + items: + - name: Add password + displayName: Add secrets + href: api/serviceprincipal-addpassword.md + - name: Remove password + displayName: Remove secrets + href: api/serviceprincipal-removepassword.md + - name: Add key + href: api/serviceprincipal-addkey.md + - name: Remove key + href: api/serviceprincipal-removekey.md + - name: Add token signing certificate + href: api/serviceprincipal-addtokensigningcertificate.md + - name: Delegated permission grant + items: + - name: OAuth 2.0 permission grant + href: resources/oauth2permissiongrant.md + - name: List + href: api/serviceprincipal-list-oauth2permissiongrants.md + - name: Delegated permission classification + href: resources/delegatedpermissionclassification.md + items: + - name: List + href: api/serviceprincipal-list-delegatedpermissionclassifications.md + - name: Create + href: api/serviceprincipal-post-delegatedpermissionclassifications.md + - name: Delete + href: api/serviceprincipal-delete-delegatedpermissionclassifications.md + - name: Membership + items: + - name: List memberOf + href: api/serviceprincipal-list-memberof.md + - name: List transitive memberOf + href: api/serviceprincipal-list-transitivememberof.md + - name: Check member groups + href: api/directoryobject-checkmembergroups.md + - name: Check member objects + href: api/directoryobject-checkmemberobjects.md + - name: Get member groups + href: api/directoryobject-getmembergroups.md + - name: Get member objects + href: api/directoryobject-getmemberobjects.md + - name: Owners + items: + - name: List owners + href: api/serviceprincipal-list-owners.md + - name: Add owner + href: api/serviceprincipal-post-owners.md + - name: Remove owner + href: api/serviceprincipal-delete-owners.md + - name: Permission grant pre-approval policy + items: + - name: List + href: api/serviceprincipal-list-permissiongrantpreapprovalpolicies.md + - name: Assign + href: api/serviceprincipal-post-permissiongrantpreapprovalpolicies.md + - name: Remove + href: api/serviceprincipal-delete-permissiongrantpreapprovalpolicies.md + - name: Policies + items: + - name: Claims mapping policy + href: resources/claimsmappingpolicy.md + items: + - name: Assign + href: api/serviceprincipal-post-claimsmappingpolicies.md + - name: List + href: api/serviceprincipal-list-claimsmappingpolicies.md + - name: Remove + href: api/serviceprincipal-delete-claimsmappingpolicies.md + - name: Home realm discovery policy + href: resources/homerealmdiscoverypolicy.md + items: + - name: Assign + href: api/serviceprincipal-post-homerealmdiscoverypolicies.md + - name: List + href: api/serviceprincipal-list-homerealmdiscoverypolicies.md + - name: Remove + href: api/serviceprincipal-delete-homerealmdiscoverypolicies.md + - name: Token issuance policy + href: resources/tokenissuancepolicy.md + items: + - name: Assign + href: api/application-post-tokenissuancepolicies.md + - name: List + href: api/application-list-tokenissuancepolicies.md + - name: Remove + href: api/application-delete-tokenissuancepolicies.md + - name: Token lifetime policy + href: resources/tokenlifetimepolicy.md + items: + - name: Assign + href: api/application-post-tokenlifetimepolicies.md + - name: List + href: api/application-list-tokenlifetimepolicies.md + - name: Remove + href: api/application-delete-tokenlifetimepolicies.md + - name: Single sign on + items: + - name: Create password single sign on credentials + href: api/serviceprincipal-createpasswordsinglesignoncredentials.md + - name: Get password single sign on credentials + href: api/serviceprincipal-getpasswordsinglesignoncredentials.md + - name: Update password single sign on credentials + href: api/serviceprincipal-updatepasswordsinglesignoncredentials.md + - name: Delete password single sign on credentials + href: api/serviceprincipal-deletepasswordsinglesignoncredentials.md + - name: Synchronization + items: + - name: Overview + href: resources/synchronization-overview.md + - name: Synchronization + href: resources/synchronization-synchronization.md + items: + - name: Acquire access token + href: api/synchronization-synchronization-acquireaccesstoken.md + - name: Add secrets + href: api/synchronization-serviceprincipal-put-synchronization.md + - name: Job + href: resources/synchronization-synchronizationjob.md + items: + - name: List + href: api/synchronization-synchronization-list-jobs.md + - name: Create + href: api/synchronization-synchronization-post-jobs.md + - name: Get + href: api/synchronization-synchronizationjob-get.md + - name: Start + href: api/synchronization-synchronizationjob-start.md + - name: Pause + href: api/synchronization-synchronizationjob-pause.md + - name: Restart + href: api/synchronization-synchronizationjob-restart.md + - name: Delete + href: api/synchronization-synchronizationjob-delete.md + - name: Provision on demand + href: api/synchronization-synchronizationjob-provisionondemand.md + - name: Validate credentials + href: api/synchronization-synchronizationjob-validatecredentials.md + - name: Bulk upload + href: resources/synchronization-bulkupload.md + items: + - name: Perform bulk upload + href: api/synchronization-synchronizationjob-post-bulkupload.md + - name: Schema + href: resources/synchronization-synchronizationschema.md + items: + - name: Get schema + href: api/synchronization-synchronizationschema-get.md + - name: Get schema functions + href: api/synchronization-synchronizationschema-functions.md + - name: Get schema filter operators + href: api/synchronization-synchronizationschema-filteroperators.md + - name: Update schema + href: api/synchronization-synchronizationschema-update.md + - name: Reset schema + href: api/synchronization-synchronizationschema-delete.md + - name: Parse attribute mapping expression + href: api/synchronization-synchronizationschema-parseexpression.md + - name: Directory definition + href: resources/synchronization-directorydefinition.md + items: + - name: Discover + href: api/synchronization-directorydefinition-discover.md + - name: Template + href: resources/synchronization-synchronizationtemplate.md + items: + - name: List + href: api/synchronization-synchronization-list-templates.md + - name: Get + href: api/synchronization-synchronizationtemplate-get.md + - name: Update + href: api/synchronization-synchronizationtemplate-update.md + - name: Calendars + displayName: Outlook calendar + items: + - name: Calendar + href: resources/calendar.md + items: + - name: List calendars + href: api/user-list-calendars.md + - name: Create calendar + href: api/user-post-calendars.md + - name: Get calendar + href: api/calendar-get.md + - name: Update calendar + href: api/calendar-update.md + - name: Delete calendar + href: api/calendar-delete.md + - name: List calendar view + href: api/calendar-list-calendarview.md + - name: Reminder view + href: api/user-reminderview.md + - name: List events + href: api/calendar-list-events.md + - name: Create Event + href: api/calendar-post-events.md + - name: Get free/busy schedule + href: api/calendar-getschedule.md + - name: Find meeting times + href: api/user-findmeetingtimes.md + - name: Find room lists + href: api/user-findroomlists.md + - name: Find rooms + href: api/user-findrooms.md + - name: Event + href: resources/event.md + items: + - name: List events + href: api/user-list-events.md + - name: Create event + href: api/user-post-events.md + - name: Get event + href: api/event-get.md + - name: Update event + href: api/event-update.md + - name: Delete event + href: api/event-delete.md + - name: Get delta + href: api/event-delta.md + - name: Forward event + href: api/event-forward.md + - name: Cancel event + href: api/event-cancel.md + - name: Accept event + href: api/event-accept.md + - name: Tentatively accept + href: api/event-tentativelyaccept.md + - name: Decline event + href: api/event-decline.md + - name: Dismiss reminder + href: api/event-dismissreminder.md + - name: Snooze reminder + href: api/event-snoozereminder.md + - name: List event instances + href: api/event-list-instances.md + - name: List attachments + href: api/event-list-attachments.md + - name: Add attachment + href: api/event-post-attachments.md + - name: Create session to attach large file + href: api/attachment-createuploadsession.md + - name: Create open extension + href: api/opentypeextension-post-opentypeextension.md + - name: Get open extension + href: api/opentypeextension-get.md + - name: Event message + href: resources/eventmessage.md + items: + - name: Get event message + href: api/eventmessage-get.md + - name: Update event message + href: api/eventmessage-update.md + - name: Delete event message + href: api/eventmessage-delete.md + - name: Send event message + href: api/message-send.md + - name: Copy event message + href: api/message-copy.md + - name: Move event message + href: api/message-move.md + - name: Create draft to reply + href: api/message-createreply.md + - name: Reply event message + href: api/message-reply.md + - name: Create draft to reply-all + href: api/message-createreplyall.md + - name: ReplyAll event message + href: api/message-replyall.md + - name: Create Forward + href: api/message-createforward.md + - name: Forward event message + href: api/message-forward.md + - name: Add attachment + href: api/eventmessage-post-attachments.md + - name: List attachments + href: api/eventmessage-list-attachments.md + - name: Create open extension + href: api/opentypeextension-post-opentypeextension.md + - name: Get open extension + href: api/opentypeextension-get.md + - name: Attachment + items: + - name: Attachment + href: resources/attachment.md + - name: File attachment type + href: resources/fileattachment.md + - name: Item attachment type + href: resources/itemattachment.md + - name: Reference attachment type + href: resources/referenceattachment.md + - name: Create session to attach large file + href: api/attachment-createuploadsession.md + - name: Get attachment + href: api/attachment-get.md + - name: Delete attachment + href: api/attachment-delete.md + - name: Calendar group + href: resources/calendargroup.md + items: + - name: List calendar groups + href: api/user-list-calendargroups.md + - name: Create calendar group + href: api/user-post-calendargroups.md + - name: Get calendar group + href: api/calendargroup-get.md + - name: Update calendar group + href: api/calendargroup-update.md + - name: Delete calendar group + href: api/calendargroup-delete.md + - name: List calendars in calendar group + href: api/calendargroup-list-calendars.md + - name: Create calendar in calendar group + href: api/calendargroup-post-calendars.md + - name: Calendar permission + href: resources/calendarpermission.md + items: + - name: List + href: api/calendar-list-calendarpermissions.md + - name: Create + href: api/calendar-post-calendarpermissions.md + - name: Get + href: api/calendarpermission-get.md + - name: Update + href: api/calendarpermission-update.md + - name: Delete + href: api/calendarpermission-delete.md + - name: Calendar view + href: api/calendar-list-calendarview.md + items: + - name: List calendar view + href: api/calendar-list-calendarview.md + - name: Get delta + href: api/event-delta.md + - name: Reminder view + href: api/user-reminderview.md + - name: Category + items: + - name: Category + href: resources/outlookcategory.md + - name: List categories + href: api/outlookuser-list-mastercategories.md + - name: Create category + href: api/outlookuser-post-mastercategories.md + - name: Get category + href: api/outlookcategory-get.md + - name: Update category + href: api/outlookcategory-update.md + - name: Delete category + href: api/outlookcategory-delete.md + - name: Extended properties + items: + - name: Overview + href: resources/extended-properties-overview.md + - name: Single-value extended property + items: + - name: Single-value extended property + href: resources/singlevaluelegacyextendedproperty.md + - name: Create single-value property + href: api/singlevaluelegacyextendedproperty-post-singlevalueextendedproperties.md + - name: Get single-value property + href: api/singlevaluelegacyextendedproperty-get.md + - name: Multi-value extended property + items: + - name: Multi-value extended property + href: resources/multivaluelegacyextendedproperty.md + - name: Create multi-value property + href: api/multivaluelegacyextendedproperty-post-multivalueextendedproperties.md + - name: Get multi-value property + href: api/multivaluelegacyextendedproperty-get.md + - name: Places + items: + - name: Place + href: resources/place.md + - name: Room + href: resources/room.md + - name: Room list + href: resources/roomlist.md + - name: Workspace + href: resources/workspace.md + - name: List places + href: api/place-list.md + - name: Get place + href: api/place-get.md + - name: Update place + href: api/place-update.md + - name: Change notifications + items: + - name: Overview + displayName: Webhooks, Outlook mail, Outlook calendar, Outlook contacts, Outlook contact, People, Microsoft Teams, Teams, OneDrive, OneDrive for Business, OneDrive business, OneDrive personal, SharePoint, Security, Users, Groups + href: resources/change-notifications-api-overview.md + - name: Subscription + items: + - name: Subscription + href: resources/subscription.md + - name: Change notification collection + href: resources/changenotificationcollection.md + - name: List + href: api/subscription-list.md + - name: Create + href: api/subscription-post-subscriptions.md + - name: Get + href: api/subscription-get.md + - name: Update + href: api/subscription-update.md + - name: Delete + href: api/subscription-delete.md + - name: Reauthorize + href: api/subscription-reauthorize.md + - name: Compliance + displayName: Compliance API, Microsoft Graph Compliance API + items: + - name: Overview + href: resources/complianceapioverview.md + - name: eDiscovery (preview) + items: + - name: Overview + href: resources/ediscovery-eDiscoveryapioverview.md + - name: eDiscovery case + href: resources/ediscovery-case.md + items: + - name: List + href: api/ediscovery-case-list.md + - name: Create + href: api/ediscovery-case-post.md + - name: Get + href: api/ediscovery-case-get.md + - name: Update + href: api/ediscovery-case-update.md + - name: Delete + href: api/ediscovery-case-delete.md + - name: Close + href: api/ediscovery-case-close.md + - name: Reopen + href: api/ediscovery-case-reopen.md + - name: List custodians + href: api/ediscovery-case-list-custodians.md + - name: Create custodian + href: api/ediscovery-case-post-custodians.md + - name: List legal holds + href: api/ediscovery-case-list-legalholds.md + - name: Create legal hold + href: api/ediscovery-case-post-legalholds.md + - name: List review sets + href: api/ediscovery-case-list-reviewsets.md + - name: Create review set + href: api/ediscovery-case-post-reviewsets.md + - name: Get settings + href: api/ediscovery-casesettings-get.md + - name: Update settings + href: api/ediscovery-casesettings-update.md + - name: Reset to default + href: api/ediscovery-casesettings-resettodefault.md + - name: List source collections + href: api/ediscovery-case-list-sourcecollections.md + - name: Create source collection + href: api/ediscovery-case-post-sourcecollections.md + - name: List tags + href: api/ediscovery-case-list-tags.md + - name: Create tag + href: api/ediscovery-case-post-tags.md + - name: Custodian + href: resources/ediscovery-custodian.md + items: + - name: List + href: api/ediscovery-case-list-custodians.md + - name: Create + href: api/ediscovery-case-post-custodians.md + - name: Get + href: api/ediscovery-custodian-get.md + - name: Update + href: api/ediscovery-custodian-update.md + - name: Activate + href: api/ediscovery-custodian-activate.md + - name: Release + href: api/ediscovery-custodian-release.md + - name: Legal hold + href: resources/ediscovery-legalhold.md + items: + - name: List + href: api/ediscovery-case-list-legalholds.md + - name: Create + href: api/ediscovery-case-post-legalholds.md + - name: Get + href: api/ediscovery-legalhold-get.md + - name: Update + href: api/ediscovery-legalhold-update.md + - name: Delete + href: api/ediscovery-legalhold-delete.md + - name: Non-custodial data sources + href: resources/ediscovery-noncustodialdatasource.md + items: + - name: List + href: api/ediscovery-noncustodialdatasource-list.md + - name: Create + href: api/ediscovery-noncustodialdatasource-post.md + - name: Get + href: api/ediscovery-noncustodialdatasource-get.md + - name: List datasource + href: api/ediscovery-noncustodialdatasource-list-datasource.md + - name: Release + href: api/ediscovery-noncustodialdatasource-release.md + - name: Review set + href: resources/ediscovery-reviewset.md + items: + - name: List + href: api/ediscovery-case-list-reviewsets.md + - name: Create + href: api/ediscovery-case-post-reviewsets.md + - name: Get + href: api/ediscovery-reviewset-get.md + - name: Review set query + href: resources/ediscovery-reviewsetquery.md + items: + - name: List + href: api/ediscovery-reviewsetquery-list.md + - name: Create + href: api/ediscovery-reviewsetquery-post.md + - name: Get + href: api/ediscovery-reviewsetquery-get.md + - name: Update + href: api/ediscovery-reviewsetquery-update.md + - name: Delete + href: api/ediscovery-reviewsetquery-delete.md + - name: Apply tags + href: api/ediscovery-reviewsetquery-applytags.md + - name: Source collection + href: resources/ediscovery-sourcecollection.md + items: + - name: List + href: api/ediscovery-case-list-sourcecollections.md + - name: Create + href: api/ediscovery-case-post-sourcecollections.md + - name: Get + href: api/ediscovery-sourcecollection-get.md + - name: Update + href: api/ediscovery-sourcecollection-update.md + - name: Delete + href: api/ediscovery-sourcecollection-delete.md + - name: List custodian sources + href: api/ediscovery-sourcecollection-list-custodiansources.md + - name: Add custodian sources + href: api/ediscovery-sourcecollection-post-custodiansources.md + - name: List additional sources + href: api/ediscovery-sourcecollection-list-additionalsources.md + - name: Add additional sources + href: api/ediscovery-sourcecollection-post-additionalsources.md + - name: Estimate statistics + href: api/ediscovery-sourcecollection-estimatestatistics.md + - name: List add to review set operations + href: api/ediscovery-sourcecollection-list-addtoreviewsetoperation.md + - name: List last estimate operation + href: api/ediscovery-sourcecollection-list-lastestimatestatisticsoperation.md + - name: Purge data + href: api/ediscovery-sourcecollection-purgedata.md + - name: Tag + href: resources/ediscovery-tag.md + items: + - name: List + href: api/ediscovery-case-list-tags.md + - name: Create + href: api/ediscovery-case-post-tags.md + - name: Get + href: api/ediscovery-tag-get.md + - name: Update + href: api/ediscovery-tag-update.md + - name: Delete + href: api/ediscovery-tag-delete.md + - name: List child tags + href: api/ediscovery-tag-childtags.md + - name: List tags as hierarchy + href: api/ediscovery-tag-ashierarchy.md + - name: Subject rights request + items: + - name: Overview + href: resources/subjectrightsrequest-subjectrightsrequestapioverview.md + - name: Subject rights request + href: resources/subjectrightsrequest.md + items: + - name: List + href: api/subjectrightsrequest-list.md + - name: Create + href: api/subjectrightsrequest-post.md + - name: Get + href: api/subjectrightsrequest-get.md + - name: Update + href: api/subjectrightsrequest-update.md + - name: Get final report + href: api/subjectrightsrequest-getfinalreport.md + - name: Get final attachment + href: api/subjectrightsrequest-getfinalattachment.md + - name: List notes + href: api/subjectrightsrequest-list-notes.md + - name: Create note + href: api/subjectrightsrequest-post-notes.md + - name: Cross-device experiences + displayName: Project Rome + items: + - name: Overview + href: resources/project-rome-overview.md + - name: List user devices (deprecated) + href: api/user-list-devices.md + - name: Send device command (deprecated) + href: api/send-device-command.md + - name: Get device command status (deprecated) + href: api/get-device-command-status.md + - name: Activity feed + href: resources/activity-feed-api-overview.md + items: + - name: Activity + href: resources/projectrome-activity.md + items: + - name: Create or replace an activity + href: api/projectrome-put-activity.md + - name: Delete an activity + href: api/projectrome-delete-activity.md + - name: Get activities + href: api/projectrome-get-activities.md + - name: Get recent activities + href: api/projectrome-get-recent-activities.md + - name: Delete activity + href: api/projectrome-delete-activity.md + - name: History item + href: resources/projectrome-historyitem.md + items: + - name: Create or replace a history item + href: api/projectrome-put-historyitem.md + - name: Delete a history item + href: api/projectrome-delete-historyitem.md + - name: Customer booking + displayName: Bookings, Microsoft Bookings + items: + - name: Overview + href: resources/booking-api-overview.md + - name: Booking business + href: resources/bookingbusiness.md + items: + - name: List + href: api/bookingbusiness-list.md + - name: Create + href: api/bookingbusiness-post-bookingbusinesses.md + - name: Get + href: api/bookingbusiness-get.md + - name: Update + href: api/bookingbusiness-update.md + - name: Delete + href: api/bookingbusiness-delete.md + - name: Publish + href: api/bookingbusiness-publish.md + - name: Unpublish + href: api/bookingbusiness-unpublish.md + - name: Get staff availability + href: api/bookingbusiness-getstaffavailability.md + - name: Booking appointment + href: resources/bookingappointment.md + items: + - name: List calendar view + href: api/bookingbusiness-list-calendarview.md + - name: List + href: api/bookingbusiness-list-appointments.md + - name: Create + href: api/bookingbusiness-post-appointments.md + - name: Get + href: api/bookingappointment-get.md + - name: Update + href: api/bookingappointment-update.md + - name: Delete + href: api/bookingappointment-delete.md + - name: Cancel appointment + href: api/bookingappointment-cancel.md + - name: Booking currency + href: resources/bookingcurrency.md + items: + - name: List + href: api/bookingcurrency-list.md + - name: Get + href: api/bookingcurrency-get.md + - name: Booking custom question + href: resources/bookingcustomquestion.md + items: + - name: List + href: api/bookingbusiness-list-customquestions.md + - name: Create + href: api/bookingbusiness-post-customquestions.md + - name: Get + href: api/bookingcustomquestion-get.md + - name: Update + href: api/bookingcustomquestion-update.md + - name: Delete + href: api/bookingcustomquestion-delete.md + - name: Booking customer + href: resources/bookingcustomer.md + items: + - name: List + href: api/bookingbusiness-list-customers.md + - name: Create + href: api/bookingbusiness-post-customers.md + - name: Get + href: api/bookingcustomer-get.md + - name: Update + href: api/bookingcustomer-update.md + - name: Delete + href: api/bookingcustomer-delete.md + - name: Booking service + href: resources/bookingservice.md + items: + - name: List + href: api/bookingbusiness-list-services.md + - name: Create + href: api/bookingbusiness-post-services.md + - name: Get + href: api/bookingservice-get.md + - name: Update + href: api/bookingservice-update.md + - name: Delete + href: api/bookingservice-delete.md + - name: Booking staff member + href: resources/bookingstaffmember.md + items: + - name: List + href: api/bookingbusiness-list-staffmembers.md + - name: Create + href: api/bookingbusiness-post-staffmembers.md + - name: Get + href: api/bookingstaffmember-get.md + - name: Update + href: api/bookingstaffmember-update.md + - name: Delete + href: api/bookingstaffmember-delete.md + - name: Device and app management + items: + - name: Browser management (preview) + displayName: Edge, Internet Explorer, IE mode, site list + items: + - name: Overview + href: resources/browser-edge-api-overview.md + - name: Browser site list + items: + - name: Browser site list + href: resources/browsersitelist.md + - name: List + href: api/internetexplorermode-list-sitelists.md + - name: Create + href: api/internetexplorermode-post-sitelists.md + - name: Get + href: api/browsersitelist-get.md + - name: Update + href: api/browsersitelist-update.md + - name: Delete + href: api/internetexplorermode-delete-sitelists.md + - name: Publish + href: api/browsersitelist-publish.md + - name: Browser site + items: + - name: Browser site + href: resources/browsersite.md + - name: List + href: api/browsersitelist-list-sites.md + - name: Create + href: api/browsersitelist-post-sites.md + - name: Get + href: api/browsersite-get.md + - name: Update + href: api/browsersite-update.md + - name: Delete + href: api/browsersitelist-delete-sites.md + - name: Shared cookie + items: + - name: Shared cookie + href: resources/browsersharedcookie.md + - name: List + href: api/browsersitelist-list-sharedcookies.md + - name: Create + href: api/browsersitelist-post-sharedcookies.md + - name: Get + href: api/browsersharedcookie-get.md + - name: Update + href: api/browsersharedcookie-update.md + - name: Delete + href: api/browsersitelist-delete-sharedcookies.md + - name: Cloud PC (preview) + items: + - name: Overview + href: resources/cloudpc-api-overview.md + - name: Virtual endpoint + href: resources/virtualendpoint.md + items: + - name: Get effective permissions + href: api/virtualendpoint-geteffectivepermissions.md + - name: Retrieve scoped permissions + href: api/virtualendpoint-retrievescopedpermissions.md + - name: Cloud PC + items: + - name: Cloud PC + href: resources/cloudpc.md + - name: List for organization + href: api/virtualendpoint-list-cloudpcs.md + - name: List for user + href: api/user-list-cloudpcs.md + - name: Get Cloud PC + href: api/cloudpc-get.md + - name: Bulk-reprovision remotely + href: api/manageddevice-bulkreprovisioncloudpc.md + - name: Bulk resize + href: api/cloudpc-bulkresize.md + - name: Bulk-restore remotely + href: api/manageddevice-bulkrestorecloudpc.md + - name: Bulk-set review status + href: api/manageddevice-bulksetcloudpcreviewstatus.md + - name: Change user accout type + href: api/cloudpc-changeuseraccounttype.md + - name: End grace period + href: api/cloudpc-endgraceperiod.md + - name: Get connectivity history + href: api/cloudpc-getcloudpcconnectivityhistory.md + - name: Get frontline access state + href: api/cloudpc-getfrontlinecloudpcaccessstate.md + - name: Get launch info for user + href: api/cloudpc-getcloudpclaunchinfo.md + - name: Get provisioned Cloud PCs + href: api/cloudpc-getprovisionedcloudpcs.md + - name: Get remote action results + href: api/manageddevice-getcloudpcremoteactionresults.md + - name: Get review status + href: api/manageddevice-getcloudpcreviewstatus.md + - name: Get shift work access state (deprecated) + href: api/cloudpc-getshiftworkcloudpcaccessstate.md + - name: Get supported remote actions + href: api/cloudpc-getsupportedcloudpcremoteactions.md + - name: Power on + href: api/cloudpc-poweron.md + - name: Power off + href: api/cloudpc-poweroff.md + - name: Reboot + href: api/cloudpc-reboot.md + - name: Rename + href: api/cloudpc-rename.md + - name: Reprovision + href: api/cloudpc-reprovision.md + - name: Reprovision remotely (deprecated) + href: api/manageddevice-reprovisioncloudpc.md + - name: Resize remotely + href: api/manageddevice-resizecloudpc.md + - name: Restore + href: api/cloudpc-restore.md + - name: Restore remotely (deprecated) + href: api/manageddevice-restorecloudpc.md + - name: Set review status + href: api/manageddevice-setcloudpcreviewstatus.md + - name: Troubleshoot + href: api/cloudpc-troubleshoot.md + - name: Retry partner agent installation + href: api/cloudpc-retrypartneragentinstallation.md + - name: Validate bulk resize + href: api/cloudpc-validatebulkresize.md + - name: Cloud PC audit event + href: resources/cloudpcauditevent.md + items: + - name: List + href: api/virtualendpoint-list-auditevents.md + - name: Get + href: api/cloudpcauditevent-get.md + - name: Get audit activity types + href: api/cloudpcauditevent-getauditactivitytypes.md + - name: Cloud PC Azure network connection + items: + - name: Cloud PC on-premises connection + href: resources/cloudpconpremisesconnection.md + - name: List + href: api/virtualendpoint-list-onpremisesconnections.md + - name: Create + href: api/virtualendpoint-post-onpremisesconnections.md + - name: Get + href: api/cloudpconpremisesconnection-get.md + - name: Update + href: api/cloudpconpremisesconnection-update.md + - name: Delete + href: api/cloudpconpremisesconnection-delete.md + - name: Run health checks + href: api/cloudpconpremisesconnection-runhealthcheck.md + - name: Update Active Directory domain password + href: api/cloudpconpremisesconnection-updateaddomainpassword.md + - name: Cloud PC cross-cloud government organization mapping + href: resources/cloudpccrosscloudgovernmentorganizationmapping.md + items: + - name: Create + href: api/virtualendpoint-post-crosscloudgovernmentorganizationmapping.md + - name: Get + href: api/cloudpccrosscloudgovernmentorganizationmapping-get.md + - name: Cloud PC device image + href: resources/cloudpcdeviceimage.md + items: + - name: List + href: api/virtualendpoint-list-deviceimages.md + - name: Create + href: api/virtualendpoint-post-deviceimages.md + - name: Get + href: api/cloudpcdeviceimage-get.md + - name: Delete + href: api/cloudpcdeviceimage-delete.md + - name: Get source images + href: api/cloudpcdeviceimage-getsourceimages.md + - name: Re-upload + href: api/cloudpcdeviceimage-reupload.md + - name: Cloud PC external partner setting + href: resources/cloudpcexternalpartnersetting.md + items: + - name: List + href: api/virtualendpoint-list-externalpartnersettings.md + - name: Create + href: api/virtualendpoint-post-externalpartnersettings.md + - name: Get + href: api/cloudpcexternalpartnersetting-get.md + - name: Update + href: api/cloudpcexternalpartnersetting-update.md + - name: Cloud PC front-line service plan + href: resources/cloudpcfrontlineserviceplan.md + items: + - name: List + href: api/virtualendpoint-list-frontlineserviceplans.md + - name: Get + href: api/cloudpcfrontlineserviceplan-get.md + - name: Cloud PC gallery image + href: resources/cloudpcgalleryimage.md + items: + - name: List + href: api/virtualendpoint-list-galleryimages.md + - name: Get + href: api/cloudpcgalleryimage-get.md + - name: Cloud PC organization settings + href: resources/cloudpcorganizationsettings.md + items: + - name: Get + href: api/cloudpcorganizationsettings-get.md + - name: Update + href: api/cloudpcorganizationsettings-update.md + - name: Cloud PC provisioning policy + href: resources/cloudpcprovisioningpolicy.md + items: + - name: List + href: api/virtualendpoint-list-provisioningpolicies.md + - name: Create + href: api/virtualendpoint-post-provisioningpolicies.md + - name: Get + href: api/cloudpcprovisioningpolicy-get.md + - name: Update + href: api/cloudpcprovisioningpolicy-update.md + - name: Delete + href: api/cloudpcprovisioningpolicy-delete.md + - name: Assign + href: api/cloudpcprovisioningpolicy-assign.md + - name: Cloud PC reports + items: + - name: Cloud PC reports + href: resources/cloudpcreports.md + - name: Get remote action status reports + href: api/cloudpcreports-getactionstatusreports.md + - name: Get raw remote connection reports + href: api/cloudpcreports-getrawremoteconnectionreports.md + - name: Get connection quality reports + href: api/cloudpcreports-getconnectionqualityreports.md + - name: Get daily aggregated remote connection reports + href: api/cloudpcreports-getdailyaggregatedremoteconnectionreports.md + - name: Get historical remote connection reports + href: api/cloudpcreports-getremoteconnectionhistoricalreports.md + - name: Get inaccessible Cloud PC reports + href: api/cloudpcreports-getinaccessiblecloudpcreports.md + - name: Get real time remote connection latency + href: api/cloudpcreports-getrealtimeremoteconnectionlatency.md + - name: Get real time remote connection status + href: api/cloudpcreports-getrealtimeremoteconnectionstatus.md + - name: Get shared-use license usage reports (deprecated) + href: api/cloudpcreports-getshareduselicenseusagereport.md + - name: Get Windows 365 Frontline reports + href: api/cloudpcreports-getfrontlinereport.md + - name: Get total aggregated remote connection reports + href: api/cloudpcreports-gettotalaggregatedremoteconnectionreports.md + - name: Export to download report + items: + - name: Cloud PC export job + href: resources/cloudpcexportjob.md + - name: Create export job + href: api/cloudpcreports-post-exportjobs.md + - name: Get export job + href: api/cloudpcexportjob-get.md + - name: Cloud PC service plan + href: resources/cloudpcserviceplan.md + items: + - name: List + href: api/virtualendpoint-list-serviceplans.md + - name: Cloud PC shared-use service plan (deprecated) + href: resources/cloudpcshareduseserviceplan.md + items: + - name: List + href: api/virtualendpoint-list-shareduseserviceplans.md + - name: Get + href: api/cloudpcshareduseserviceplan-get.md + - name: Cloud PC snapshot + href: resources/cloudpcsnapshot.md + items: + - name: List + href: api/virtualendpoint-list-snapshots.md + - name: Get + href: api/cloudpcsnapshot-get.md + - name: Get storage accounts + href: api/cloudpcsnapshot-getstorageaccounts.md + - name: Get subscriptions + href: api/cloudpcsnapshot-getsubscriptions.md + - name: Cloud PC supported region + href: resources/cloudpcsupportedregion.md + items: + - name: List + href: api/virtualendpoint-list-supportedregions.md + - name: Cloud PC user setting + href: resources/cloudpcusersetting.md + items: + - name: List + href: api/virtualendpoint-list-usersettings.md + - name: Create + href: api/virtualendpoint-post-usersettings.md + - name: Get + href: api/cloudpcusersetting-get.md + - name: Update + href: api/cloudpcusersetting-update.md + - name: Delete + href: api/cloudpcusersetting-delete.md + - name: Assign + href: api/cloudpcusersetting-assign.md + - name: Alert monitoring + items: + - name: Monitoring + href: resources/devicemanagement-monitoring.md + displayName: Microsoft Endpoint Manager admin center alerts + - name: Alert record + href: resources/devicemanagement-alertrecord.md + items: + - name: List + href: api/devicemanagement-alertrecord-list.md + - name: Get + href: api/devicemanagement-alertrecord-get.md + - name: Get portal notifications + href: api/devicemanagement-alertrecord-getportalnotifications.md + - name: Set portal notification as sent + href: api/devicemanagement-alertrecord-setportalnotificationassent.md + - name: Alert rule + href: resources/devicemanagement-alertrule.md + items: + - name: List + href: api/devicemanagement-alertrule-list.md + - name: Create + href: api/devicemanagement-alertrule-post.md + - name: Get + href: api/devicemanagement-alertrule-get.md + - name: Update + href: api/devicemanagement-alertrule-update.md + - name: Cloud printing + items: + - name: Print + href: resources/print.md + displayName: Universal Print + - name: Print connector + href: resources/printconnector.md + items: + - name: List + href: api/print-list-connectors.md + - name: Get + href: api/printconnector-get.md + - name: Update + href: api/printconnector-update.md + - name: Delete + href: api/printconnector-delete.md + - name: Print document + href: resources/printdocument.md + items: + - name: Create upload session + href: api/printdocument-createuploadsession.md + - name: Download binary file + href: api/printdocument-get-file.md + - name: Print job + href: resources/printjob.md + items: + - name: Create job for a printer + href: api/printer-post-jobs.md + - name: Create job for a printer share + href: api/printershare-post-jobs.md + - name: Get + href: api/printjob-get.md + - name: Start + href: api/printjob-start.md + - name: Update + href: api/printjob-update.md + - name: Cancel + href: api/printjob-cancel.md + - name: Abort + href: api/printjob-abort.md + - name: Redirect + href: api/printjob-redirect.md + - name: Print operation + href: resources/printoperation.md + items: + - name: Get + href: api/printoperation-get.md + - name: Printer + href: resources/printer.md + items: + - name: List + href: api/print-list-printers.md + - name: Create + href: api/printer-create.md + - name: Get + href: api/printer-get.md + - name: Update + href: api/printer-update.md + - name: Delete + href: api/printer-delete.md + - name: Get task trigger + href: api/printtasktrigger-get.md + - name: List connectors + href: api/printer-list-connectors.md + - name: List print jobs + href: api/printer-list-jobs.md + - name: Create print job + href: api/printer-post-jobs.md + - name: List task triggers + href: api/printer-list-tasktriggers.md + - name: Create task trigger + href: api/printer-post-tasktriggers.md + - name: Delete task trigger + href: api/printer-delete-tasktrigger.md + - name: Restore factory defaults + href: api/printer-restorefactorydefaults.md + - name: Printer share + href: resources/printershare.md + items: + - name: List + href: api/print-list-shares.md + - name: Create + href: api/print-post-shares.md + - name: Get + href: api/printershare-get.md + - name: Update + href: api/printershare-update.md + - name: Delete + href: api/printershare-delete.md + - name: List allowed users + href: api/printershare-list-allowedusers.md + - name: Create allowed user + href: api/printershare-post-allowedusers.md + - name: Delete allowed user + href: api/printershare-delete-alloweduser.md + - name: List allowed groups + href: api/printershare-list-allowedgroups.md + - name: Create allowed group + href: api/printershare-post-allowedgroups.md + - name: Delete allowed group + href: api/printershare-delete-allowedgroup.md + - name: List recent shares + href: api/print-list-recentshares.md + - name: Print task definition + href: resources/printtaskdefinition.md + items: + - name: List + href: api/print-list-taskdefinitions.md + - name: Create + href: api/print-post-taskdefinitions.md + - name: Get + href: api/printtaskdefinition-get.md + - name: Delete + href: api/print-delete-taskdefinition.md + - name: List tasks + href: api/printtaskdefinition-list-tasks.md + - name: Get task + href: api/printtask-get.md + - name: Update task + href: api/printtaskdefinition-update-task.md + - name: Quota + items: + - name: Unified storage quota + href: resources/unifiedstoragequota.md + items: + - name: Get + href: api/unifiedstoragequota-get.md + - name: List + href: api/unifiedstoragequota-list-services.md + - name: Service storage quota breakdown + href: resources/servicestoragequotabreakdown.md + items: + - name: Get + href: api/servicestoragequotabreakdown-get.md + - name: List + href: api/unifiedstoragequota-list-services.md + - name: Reports + items: + - name: Archived print job + href: resources/archivedprintjob.md + - name: Print usage by printer + href: resources/printusagebyprinter.md + - name: Print usage by user + href: resources/printusagebyuser.md + - name: Organized by printer + items: + - name: Get + href: api/printusagebyprinter-get.md + - name: List a printer's archived print jobs + href: api/reports-getprinterarchivedprintjobs.md + - name: List daily reports by printer + href: api/reportroot-list-dailyprintusagebyprinter.md + - name: List monthly reports by printer + href: api/reportroot-list-monthlyprintusagebyprinter.md + - name: Organized by user or group + items: + - name: Get + href: api/printusagebyuser-get.md + - name: List a user's archived print jobs + href: api/reports-getuserarchivedprintjobs.md + - name: List a group's archived print jobs + href: api/reports-getgrouparchivedprintjobs.md + - name: List daily reports by user + href: api/reportroot-list-dailyprintusagebyuser.md + - name: List monthly reports by user + href: api/reportroot-list-monthlyprintusagebyuser.md + - name: Print service + href: resources/printservice.md + items: + - name: List + href: api/print-list-services.md + - name: Get + href: api/printservice-get.md + - name: Endpoint + href: resources/printserviceendpoint.md + items: + - name: Get endpoint + href: api/printserviceendpoint-get.md + - name: List a service's endpoints + href: api/printservice-list-endpoints.md + - name: Print settings + href: resources/printsettings.md + items: + - name: Get + href: api/print-get-settings.md + - name: Update + href: api/print-update-settings.md + - name: Corporate management + href: resources/intune-graph-overview.md + displayName: Intune + items: + - name: App management + href: resources/intune-app-conceptual.md + items: + - name: Android device owner enrollment mode + href: resources/intune-androidforwork-androiddeviceownerenrollmentmode.md + - name: Android device owner enrollment profile + href: resources/intune-androidforwork-androiddeviceownerenrollmentprofile.md + items: + - name: List + href: api/intune-androidforwork-androiddeviceownerenrollmentprofile-list.md + - name: Get + href: api/intune-androidforwork-androiddeviceownerenrollmentprofile-get.md + - name: Create + href: api/intune-androidforwork-androiddeviceownerenrollmentprofile-create.md + - name: Delete + href: api/intune-androidforwork-androiddeviceownerenrollmentprofile-delete.md + - name: Update + href: api/intune-androidforwork-androiddeviceownerenrollmentprofile-update.md + - name: revokeToken action + href: api/intune-androidforwork-androiddeviceownerenrollmentprofile-revoketoken.md + - name: createToken action + href: api/intune-androidforwork-androiddeviceownerenrollmentprofile-createtoken.md + - name: getDefaultTeamsDeviceNonGmsEnrollmentProfile action + href: api/intune-androidforwork-androiddeviceownerenrollmentprofile-getdefaultteamsdevicenongmsenrollmentprofile.md + - name: Android device owner enrollment token type + href: resources/intune-androidforwork-androiddeviceownerenrollmenttokentype.md + - name: Android enrollment company code + href: resources/intune-androidforwork-androidenrollmentcompanycode.md + - name: Android for Work app + href: resources/intune-apps-androidforworkapp.md + items: + - name: List + href: api/intune-apps-androidforworkapp-list.md + - name: Get + href: api/intune-apps-androidforworkapp-get.md + - name: Create + href: api/intune-apps-androidforworkapp-create.md + - name: Delete + href: api/intune-apps-androidforworkapp-delete.md + - name: Update + href: api/intune-apps-androidforworkapp-update.md + - name: Android for Work app configuration schema + href: resources/intune-androidforwork-androidforworkappconfigurationschema.md + items: + - name: List + href: api/intune-androidforwork-androidforworkappconfigurationschema-list.md + - name: Get + href: api/intune-androidforwork-androidforworkappconfigurationschema-get.md + - name: Create + href: api/intune-androidforwork-androidforworkappconfigurationschema-create.md + - name: Delete + href: api/intune-androidforwork-androidforworkappconfigurationschema-delete.md + - name: Update + href: api/intune-androidforwork-androidforworkappconfigurationschema-update.md + - name: Android for Work app configuration schema item + href: resources/intune-androidforwork-androidforworkappconfigurationschemaitem.md + - name: Android for Work app configuration schema item data type + href: resources/intune-androidforwork-androidforworkappconfigurationschemaitemdatatype.md + - name: Android for Work bind status + href: resources/intune-androidforwork-androidforworkbindstatus.md + - name: Android for Work enrollment profile + href: resources/intune-androidforwork-androidforworkenrollmentprofile.md + items: + - name: List + href: api/intune-androidforwork-androidforworkenrollmentprofile-list.md + - name: Get + href: api/intune-androidforwork-androidforworkenrollmentprofile-get.md + - name: Create + href: api/intune-androidforwork-androidforworkenrollmentprofile-create.md + - name: Delete + href: api/intune-androidforwork-androidforworkenrollmentprofile-delete.md + - name: Update + href: api/intune-androidforwork-androidforworkenrollmentprofile-update.md + - name: revokeToken action + href: api/intune-androidforwork-androidforworkenrollmentprofile-revoketoken.md + - name: createToken action + href: api/intune-androidforwork-androidforworkenrollmentprofile-createtoken.md + - name: Android for Work enrollment target + href: resources/intune-androidforwork-androidforworkenrollmenttarget.md + - name: Android for Work mobile app configuration + href: resources/intune-apps-androidforworkmobileappconfiguration.md + items: + - name: List + href: api/intune-apps-androidforworkmobileappconfiguration-list.md + - name: Get + href: api/intune-apps-androidforworkmobileappconfiguration-get.md + - name: Create + href: api/intune-apps-androidforworkmobileappconfiguration-create.md + - name: Delete + href: api/intune-apps-androidforworkmobileappconfiguration-delete.md + - name: Update + href: api/intune-apps-androidforworkmobileappconfiguration-update.md + - name: Android for Work settings + href: resources/intune-androidforwork-androidforworksettings.md + items: + - name: Get + href: api/intune-androidforwork-androidforworksettings-get.md + - name: Update + href: api/intune-androidforwork-androidforworksettings-update.md + - name: requestSignupUrl action + href: api/intune-androidforwork-androidforworksettings-requestsignupurl.md + - name: completeSignup action + href: api/intune-androidforwork-androidforworksettings-completesignup.md + - name: syncApps action + href: api/intune-androidforwork-androidforworksettings-syncapps.md + - name: unbind action + href: api/intune-androidforwork-androidforworksettings-unbind.md + - name: Android for Work sync status + href: resources/intune-androidforwork-androidforworksyncstatus.md + - name: Android LOB app + href: resources/intune-apps-androidlobapp.md + items: + - name: List + href: api/intune-apps-androidlobapp-list.md + - name: Get + href: api/intune-apps-androidlobapp-get.md + - name: Create + href: api/intune-apps-androidlobapp-create.md + - name: Delete + href: api/intune-apps-androidlobapp-delete.md + - name: Update + href: api/intune-apps-androidlobapp-update.md + - name: Android managed store account app sync status + href: resources/intune-androidforwork-androidmanagedstoreaccountappsyncstatus.md + - name: Android managed store account bind status + href: resources/intune-androidforwork-androidmanagedstoreaccountbindstatus.md + - name: Android managed store account enrollment target + href: resources/intune-androidforwork-androidmanagedstoreaccountenrollmenttarget.md + - name: Android managed store account enterprise settings + href: resources/intune-androidforwork-androidmanagedstoreaccountenterprisesettings.md + items: + - name: Get + href: api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-get.md + - name: Update + href: api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-update.md + - name: approveApps action + href: api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-approveapps.md + - name: requestSignupUrl action + href: api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-requestsignupurl.md + - name: completeSignup action + href: api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-completesignup.md + - name: syncApps action + href: api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-syncapps.md + - name: unbind action + href: api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-unbind.md + - name: createGooglePlayWebToken action + href: api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-creategoogleplaywebtoken.md + - name: setAndroidDeviceOwnerFullyManagedEnrollmentState action + href: api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-setandroiddeviceownerfullymanagedenrollmentstate.md + - name: addApps action + href: api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-addapps.md + - name: Android managed store app + href: resources/intune-apps-androidmanagedstoreapp.md + items: + - name: List + href: api/intune-apps-androidmanagedstoreapp-list.md + - name: Get + href: api/intune-apps-androidmanagedstoreapp-get.md + - name: Create + href: api/intune-apps-androidmanagedstoreapp-create.md + - name: Delete + href: api/intune-apps-androidmanagedstoreapp-delete.md + - name: Update + href: api/intune-apps-androidmanagedstoreapp-update.md + - name: Android managed store app configuration + href: resources/intune-apps-androidmanagedstoreappconfiguration.md + items: + - name: List + href: api/intune-apps-androidmanagedstoreappconfiguration-list.md + - name: Get + href: api/intune-apps-androidmanagedstoreappconfiguration-get.md + - name: Create + href: api/intune-apps-androidmanagedstoreappconfiguration-create.md + - name: Delete + href: api/intune-apps-androidmanagedstoreappconfiguration-delete.md + - name: Update + href: api/intune-apps-androidmanagedstoreappconfiguration-update.md + - name: Android managed store app configuration schema + href: resources/intune-androidforwork-androidmanagedstoreappconfigurationschema.md + items: + - name: List + href: api/intune-androidforwork-androidmanagedstoreappconfigurationschema-list.md + - name: Get + href: api/intune-androidforwork-androidmanagedstoreappconfigurationschema-get.md + - name: Create + href: api/intune-androidforwork-androidmanagedstoreappconfigurationschema-create.md + - name: Delete + href: api/intune-androidforwork-androidmanagedstoreappconfigurationschema-delete.md + - name: Update + href: api/intune-androidforwork-androidmanagedstoreappconfigurationschema-update.md + - name: Android managed store app configuration schema item + href: resources/intune-androidforwork-androidmanagedstoreappconfigurationschemaitem.md + - name: Android managed store app configuration schema item data type + href: resources/intune-androidforwork-androidmanagedstoreappconfigurationschemaitemdatatype.md + - name: Android managed store app track + href: resources/intune-apps-androidmanagedstoreapptrack.md + - name: Android managed store web app + href: resources/intune-apps-androidmanagedstorewebapp.md + items: + - name: List + href: api/intune-apps-androidmanagedstorewebapp-list.md + - name: Get + href: api/intune-apps-androidmanagedstorewebapp-get.md + - name: Create + href: api/intune-apps-androidmanagedstorewebapp-create.md + - name: Delete + href: api/intune-apps-androidmanagedstorewebapp-delete.md + - name: Update + href: api/intune-apps-androidmanagedstorewebapp-update.md + - name: Android minimum operating system + href: resources/intune-apps-androidminimumoperatingsystem.md + - name: Android permission action + href: resources/intune-apps-androidpermissionaction.md + - name: Android permission action type + href: resources/intune-apps-androidpermissionactiontype.md + - name: Android profile applicability + href: resources/intune-apps-androidprofileapplicability.md + - name: Android store app + href: resources/intune-apps-androidstoreapp.md + items: + - name: List + href: api/intune-apps-androidstoreapp-list.md + - name: Get + href: api/intune-apps-androidstoreapp-get.md + - name: Create + href: api/intune-apps-androidstoreapp-create.md + - name: Delete + href: api/intune-apps-androidstoreapp-delete.md + - name: Update + href: api/intune-apps-androidstoreapp-update.md + - name: Aosp Wi-Fi security type + href: resources/intune-androidforwork-aospwifisecuritytype.md + - name: App configuration setting item + href: resources/intune-apps-appconfigurationsettingitem.md + - name: Certificate status + href: resources/intune-apps-certificatestatus.md + - name: Device install state + href: resources/intune-books-deviceinstallstate.md + items: + - name: List + href: api/intune-books-deviceinstallstate-list.md + - name: Get + href: api/intune-books-deviceinstallstate-get.md + - name: Create + href: api/intune-books-deviceinstallstate-create.md + - name: Delete + href: api/intune-books-deviceinstallstate-delete.md + - name: Update + href: api/intune-books-deviceinstallstate-update.md + - name: E-book install summary + href: resources/intune-books-ebookinstallsummary.md + items: + - name: Get + href: api/intune-books-ebookinstallsummary-get.md + - name: Update + href: api/intune-books-ebookinstallsummary-update.md + - name: Encrypted provisioning package extras + href: resources/intune-androidforwork-encryptedprovisioningpackageextras.md + - name: Enrollment profile for non gms teams device + href: resources/intune-androidforwork-enrollmentprofilefornongmsteamsdevice.md + - name: Enterprise code signing certificate + href: resources/intune-apps-enterprisecodesigningcertificate.md + items: + - name: List + href: api/intune-apps-enterprisecodesigningcertificate-list.md + - name: Get + href: api/intune-apps-enterprisecodesigningcertificate-get.md + - name: Create + href: api/intune-apps-enterprisecodesigningcertificate-create.md + - name: Delete + href: api/intune-apps-enterprisecodesigningcertificate-delete.md + - name: Update + href: api/intune-apps-enterprisecodesigningcertificate-update.md + - name: Excluded apps + href: resources/intune-apps-excludedapps.md + - name: File encryption info + href: resources/intune-apps-fileencryptioninfo.md + - name: Install state + href: resources/intune-books-installstate.md + - name: iOS device type + href: resources/intune-apps-iosdevicetype.md + - name: iOS LOB app + href: resources/intune-apps-ioslobapp.md + items: + - name: List + href: api/intune-apps-ioslobapp-list.md + - name: Get + href: api/intune-apps-ioslobapp-get.md + - name: Create + href: api/intune-apps-ioslobapp-create.md + - name: Delete + href: api/intune-apps-ioslobapp-delete.md + - name: Update + href: api/intune-apps-ioslobapp-update.md + - name: iOS LOB app provisioning configuration assignment + href: resources/intune-apps-ioslobappprovisioningconfigurationassignment.md + items: + - name: List + href: api/intune-apps-ioslobappprovisioningconfigurationassignment-list.md + - name: Get + href: api/intune-apps-ioslobappprovisioningconfigurationassignment-get.md + - name: Create + href: api/intune-apps-ioslobappprovisioningconfigurationassignment-create.md + - name: Delete + href: api/intune-apps-ioslobappprovisioningconfigurationassignment-delete.md + - name: Update + href: api/intune-apps-ioslobappprovisioningconfigurationassignment-update.md + - name: iOS minimum operating system + href: resources/intune-apps-iosminimumoperatingsystem.md + - name: iOS mobile app configuration + href: resources/intune-apps-iosmobileappconfiguration.md + items: + - name: List + href: api/intune-apps-iosmobileappconfiguration-list.md + - name: Get + href: api/intune-apps-iosmobileappconfiguration-get.md + - name: Create + href: api/intune-apps-iosmobileappconfiguration-create.md + - name: Delete + href: api/intune-apps-iosmobileappconfiguration-delete.md + - name: Update + href: api/intune-apps-iosmobileappconfiguration-update.md + - name: iOS store app + href: resources/intune-apps-iosstoreapp.md + items: + - name: List + href: api/intune-apps-iosstoreapp-list.md + - name: Get + href: api/intune-apps-iosstoreapp-get.md + - name: Create + href: api/intune-apps-iosstoreapp-create.md + - name: Delete + href: api/intune-apps-iosstoreapp-delete.md + - name: Update + href: api/intune-apps-iosstoreapp-update.md + - name: iOS VPP app + href: resources/intune-apps-iosvppapp.md + items: + - name: List + href: api/intune-apps-iosvppapp-list.md + - name: Get + href: api/intune-apps-iosvppapp-get.md + - name: Create + href: api/intune-apps-iosvppapp-create.md + - name: Delete + href: api/intune-apps-iosvppapp-delete.md + - name: Update + href: api/intune-apps-iosvppapp-update.md + - name: revokeAllLicenses action + href: api/intune-apps-iosvppapp-revokealllicenses.md + - name: revokeUserLicense action + href: api/intune-apps-iosvppapp-revokeuserlicense.md + - name: revokeDeviceLicense action + href: api/intune-apps-iosvppapp-revokedevicelicense.md + - name: iOS VPP app assigned device license + href: resources/intune-apps-iosvppappassigneddevicelicense.md + items: + - name: List + href: api/intune-apps-iosvppappassigneddevicelicense-list.md + - name: Get + href: api/intune-apps-iosvppappassigneddevicelicense-get.md + - name: Create + href: api/intune-apps-iosvppappassigneddevicelicense-create.md + - name: Delete + href: api/intune-apps-iosvppappassigneddevicelicense-delete.md + - name: Update + href: api/intune-apps-iosvppappassigneddevicelicense-update.md + - name: iOS VPP app assigned license + href: resources/intune-apps-iosvppappassignedlicense.md + items: + - name: List + href: api/intune-apps-iosvppappassignedlicense-list.md + - name: Get + href: api/intune-apps-iosvppappassignedlicense-get.md + - name: Create + href: api/intune-apps-iosvppappassignedlicense-create.md + - name: Delete + href: api/intune-apps-iosvppappassignedlicense-delete.md + - name: Update + href: api/intune-apps-iosvppappassignedlicense-update.md + - name: iOS VPP app assigned user license + href: resources/intune-apps-iosvppappassigneduserlicense.md + items: + - name: List + href: api/intune-apps-iosvppappassigneduserlicense-list.md + - name: Get + href: api/intune-apps-iosvppappassigneduserlicense-get.md + - name: Create + href: api/intune-apps-iosvppappassigneduserlicense-create.md + - name: Delete + href: api/intune-apps-iosvppappassigneduserlicense-delete.md + - name: Update + href: api/intune-apps-iosvppappassigneduserlicense-update.md + - name: iOS VPP app revoke licenses action result + href: resources/intune-apps-iosvppapprevokelicensesactionresult.md + - name: iOS VPP e-book + href: resources/intune-books-iosvppebook.md + items: + - name: List + href: api/intune-books-iosvppebook-list.md + - name: Get + href: api/intune-books-iosvppebook-get.md + - name: Create + href: api/intune-books-iosvppebook-create.md + - name: Delete + href: api/intune-books-iosvppebook-delete.md + - name: Update + href: api/intune-books-iosvppebook-update.md + - name: iOS VPP e-book assignment + href: resources/intune-books-iosvppebookassignment.md + items: + - name: List + href: api/intune-books-iosvppebookassignment-list.md + - name: Get + href: api/intune-books-iosvppebookassignment-get.md + - name: Create + href: api/intune-books-iosvppebookassignment-create.md + - name: Delete + href: api/intune-books-iosvppebookassignment-delete.md + - name: Update + href: api/intune-books-iosvppebookassignment-update.md + - name: iOSi pad o s web clip + href: resources/intune-apps-iosipadoswebclip.md + items: + - name: List + href: api/intune-apps-iosipadoswebclip-list.md + - name: Get + href: api/intune-apps-iosipadoswebclip-get.md + - name: Create + href: api/intune-apps-iosipadoswebclip-create.md + - name: Delete + href: api/intune-apps-iosipadoswebclip-delete.md + - name: Update + href: api/intune-apps-iosipadoswebclip-update.md + - name: Key/value pair + href: resources/intune-androidforwork-keyvaluepair.md + - name: macOS dmg app + href: resources/intune-apps-macosdmgapp.md + items: + - name: List + href: api/intune-apps-macosdmgapp-list.md + - name: Get + href: api/intune-apps-macosdmgapp-get.md + - name: Create + href: api/intune-apps-macosdmgapp-create.md + - name: Delete + href: api/intune-apps-macosdmgapp-delete.md + - name: Update + href: api/intune-apps-macosdmgapp-update.md + - name: macOS included app + href: resources/intune-apps-macosincludedapp.md + - name: macOS LOB app + href: resources/intune-apps-macoslobapp.md + items: + - name: List + href: api/intune-apps-macoslobapp-list.md + - name: Get + href: api/intune-apps-macoslobapp-get.md + - name: Create + href: api/intune-apps-macoslobapp-create.md + - name: Delete + href: api/intune-apps-macoslobapp-delete.md + - name: Update + href: api/intune-apps-macoslobapp-update.md + - name: macOS LOB child app + href: resources/intune-apps-macoslobchildapp.md + - name: macOS mdatp app + href: resources/intune-apps-macosmdatpapp.md + items: + - name: List + href: api/intune-apps-macosmdatpapp-list.md + - name: Get + href: api/intune-apps-macosmdatpapp-get.md + - name: Create + href: api/intune-apps-macosmdatpapp-create.md + - name: Delete + href: api/intune-apps-macosmdatpapp-delete.md + - name: Update + href: api/intune-apps-macosmdatpapp-update.md + - name: macOS microsoft defender app + href: resources/intune-apps-macosmicrosoftdefenderapp.md + items: + - name: List + href: api/intune-apps-macosmicrosoftdefenderapp-list.md + - name: Get + href: api/intune-apps-macosmicrosoftdefenderapp-get.md + - name: Create + href: api/intune-apps-macosmicrosoftdefenderapp-create.md + - name: Delete + href: api/intune-apps-macosmicrosoftdefenderapp-delete.md + - name: Update + href: api/intune-apps-macosmicrosoftdefenderapp-update.md + - name: macOS microsoft edge app + href: resources/intune-apps-macosmicrosoftedgeapp.md + items: + - name: List + href: api/intune-apps-macosmicrosoftedgeapp-list.md + - name: Get + href: api/intune-apps-macosmicrosoftedgeapp-get.md + - name: Create + href: api/intune-apps-macosmicrosoftedgeapp-create.md + - name: Delete + href: api/intune-apps-macosmicrosoftedgeapp-delete.md + - name: Update + href: api/intune-apps-macosmicrosoftedgeapp-update.md + - name: macOS minimum operating system + href: resources/intune-apps-macosminimumoperatingsystem.md + - name: macOS office suite app + href: resources/intune-apps-macosofficesuiteapp.md + items: + - name: List + href: api/intune-apps-macosofficesuiteapp-list.md + - name: Get + href: api/intune-apps-macosofficesuiteapp-get.md + - name: Create + href: api/intune-apps-macosofficesuiteapp-create.md + - name: Delete + href: api/intune-apps-macosofficesuiteapp-delete.md + - name: Update + href: api/intune-apps-macosofficesuiteapp-update.md + - name: macOS pkg app + href: resources/intune-apps-macospkgapp.md + items: + - name: List + href: api/intune-apps-macospkgapp-list.md + - name: Get + href: api/intune-apps-macospkgapp-get.md + - name: Create + href: api/intune-apps-macospkgapp-create.md + - name: Delete + href: api/intune-apps-macospkgapp-delete.md + - name: Update + href: api/intune-apps-macospkgapp-update.md + - name: macOS VPP app + href: resources/intune-apps-macosvppapp.md + items: + - name: List + href: api/intune-apps-macosvppapp-list.md + - name: Get + href: api/intune-apps-macosvppapp-get.md + - name: Create + href: api/intune-apps-macosvppapp-create.md + - name: Delete + href: api/intune-apps-macosvppapp-delete.md + - name: Update + href: api/intune-apps-macosvppapp-update.md + - name: macOS VPP app assigned license + href: resources/intune-apps-macosvppappassignedlicense.md + items: + - name: List + href: api/intune-apps-macosvppappassignedlicense-list.md + - name: Get + href: api/intune-apps-macosvppappassignedlicense-get.md + - name: Create + href: api/intune-apps-macosvppappassignedlicense-create.md + - name: Delete + href: api/intune-apps-macosvppappassignedlicense-delete.md + - name: Update + href: api/intune-apps-macosvppappassignedlicense-update.md + - name: macOS VPP app revoke licenses action result + href: resources/intune-apps-macosvppapprevokelicensesactionresult.md + - name: Managed android LOB app + href: resources/intune-apps-managedandroidlobapp.md + items: + - name: List + href: api/intune-apps-managedandroidlobapp-list.md + - name: Get + href: api/intune-apps-managedandroidlobapp-get.md + - name: Create + href: api/intune-apps-managedandroidlobapp-create.md + - name: Delete + href: api/intune-apps-managedandroidlobapp-delete.md + - name: Update + href: api/intune-apps-managedandroidlobapp-update.md + - name: Managed android store app + href: resources/intune-apps-managedandroidstoreapp.md + items: + - name: List + href: api/intune-apps-managedandroidstoreapp-list.md + - name: Get + href: api/intune-apps-managedandroidstoreapp-get.md + - name: Create + href: api/intune-apps-managedandroidstoreapp-create.md + - name: Delete + href: api/intune-apps-managedandroidstoreapp-delete.md + - name: Update + href: api/intune-apps-managedandroidstoreapp-update.md + - name: Managed app + href: resources/intune-apps-managedapp.md + items: + - name: List + href: api/intune-apps-managedapp-list.md + - name: Get + href: api/intune-apps-managedapp-get.md + - name: Managed app availability + href: resources/intune-apps-managedappavailability.md + - name: Managed device mobile app configuration + href: resources/intune-apps-manageddevicemobileappconfiguration.md + items: + - name: List + href: api/intune-apps-manageddevicemobileappconfiguration-list.md + - name: Get + href: api/intune-apps-manageddevicemobileappconfiguration-get.md + - name: assign action + href: api/intune-apps-manageddevicemobileappconfiguration-assign.md + - name: Managed device mobile app configuration assignment + href: resources/intune-apps-manageddevicemobileappconfigurationassignment.md + items: + - name: List + href: api/intune-apps-manageddevicemobileappconfigurationassignment-list.md + - name: Get + href: api/intune-apps-manageddevicemobileappconfigurationassignment-get.md + - name: Create + href: api/intune-apps-manageddevicemobileappconfigurationassignment-create.md + - name: Delete + href: api/intune-apps-manageddevicemobileappconfigurationassignment-delete.md + - name: Update + href: api/intune-apps-manageddevicemobileappconfigurationassignment-update.md + - name: Managed device mobile app configuration device status + href: resources/intune-apps-manageddevicemobileappconfigurationdevicestatus.md + items: + - name: List + href: api/intune-apps-manageddevicemobileappconfigurationdevicestatus-list.md + - name: Get + href: api/intune-apps-manageddevicemobileappconfigurationdevicestatus-get.md + - name: Create + href: api/intune-apps-manageddevicemobileappconfigurationdevicestatus-create.md + - name: Delete + href: api/intune-apps-manageddevicemobileappconfigurationdevicestatus-delete.md + - name: Update + href: api/intune-apps-manageddevicemobileappconfigurationdevicestatus-update.md + - name: Managed device mobile app configuration device summary + href: resources/intune-apps-manageddevicemobileappconfigurationdevicesummary.md + items: + - name: Get + href: api/intune-apps-manageddevicemobileappconfigurationdevicesummary-get.md + - name: Update + href: api/intune-apps-manageddevicemobileappconfigurationdevicesummary-update.md + - name: Managed device mobile app configuration user status + href: resources/intune-apps-manageddevicemobileappconfigurationuserstatus.md + items: + - name: List + href: api/intune-apps-manageddevicemobileappconfigurationuserstatus-list.md + - name: Get + href: api/intune-apps-manageddevicemobileappconfigurationuserstatus-get.md + - name: Create + href: api/intune-apps-manageddevicemobileappconfigurationuserstatus-create.md + - name: Delete + href: api/intune-apps-manageddevicemobileappconfigurationuserstatus-delete.md + - name: Update + href: api/intune-apps-manageddevicemobileappconfigurationuserstatus-update.md + - name: Managed device mobile app configuration user summary + href: resources/intune-apps-manageddevicemobileappconfigurationusersummary.md + items: + - name: Get + href: api/intune-apps-manageddevicemobileappconfigurationusersummary-get.md + - name: Update + href: api/intune-apps-manageddevicemobileappconfigurationusersummary-update.md + - name: Managed e-book + href: resources/intune-books-managedebook.md + items: + - name: List + href: api/intune-books-managedebook-list.md + - name: Get + href: api/intune-books-managedebook-get.md + - name: assign action + href: api/intune-books-managedebook-assign.md + - name: Managed e-book assignment + href: resources/intune-books-managedebookassignment.md + items: + - name: List + href: api/intune-books-managedebookassignment-list.md + - name: Get + href: api/intune-books-managedebookassignment-get.md + - name: Create + href: api/intune-books-managedebookassignment-create.md + - name: Delete + href: api/intune-books-managedebookassignment-delete.md + - name: Update + href: api/intune-books-managedebookassignment-update.md + - name: Managed e-book category + href: resources/intune-books-managedebookcategory.md + items: + - name: List + href: api/intune-books-managedebookcategory-list.md + - name: Get + href: api/intune-books-managedebookcategory-get.md + - name: Create + href: api/intune-books-managedebookcategory-create.md + - name: Delete + href: api/intune-books-managedebookcategory-delete.md + - name: Update + href: api/intune-books-managedebookcategory-update.md + - name: Managed iOS LOB app + href: resources/intune-apps-managedioslobapp.md + items: + - name: List + href: api/intune-apps-managedioslobapp-list.md + - name: Get + href: api/intune-apps-managedioslobapp-get.md + - name: Create + href: api/intune-apps-managedioslobapp-create.md + - name: Delete + href: api/intune-apps-managedioslobapp-delete.md + - name: Update + href: api/intune-apps-managedioslobapp-update.md + - name: Managed iOS store app + href: resources/intune-apps-managediosstoreapp.md + items: + - name: List + href: api/intune-apps-managediosstoreapp-list.md + - name: Get + href: api/intune-apps-managediosstoreapp-get.md + - name: Create + href: api/intune-apps-managediosstoreapp-create.md + - name: Delete + href: api/intune-apps-managediosstoreapp-delete.md + - name: Update + href: api/intune-apps-managediosstoreapp-update.md + - name: Managed mobile LOB app + href: resources/intune-apps-managedmobilelobapp.md + items: + - name: List + href: api/intune-apps-managedmobilelobapp-list.md + - name: Get + href: api/intune-apps-managedmobilelobapp-get.md + - name: MDM app config key type + href: resources/intune-apps-mdmappconfigkeytype.md + - name: Microsoft edge channel + href: resources/intune-apps-microsoftedgechannel.md + - name: Microsoft store for business app + href: resources/intune-apps-microsoftstoreforbusinessapp.md + items: + - name: List + href: api/intune-apps-microsoftstoreforbusinessapp-list.md + - name: Get + href: api/intune-apps-microsoftstoreforbusinessapp-get.md + - name: Create + href: api/intune-apps-microsoftstoreforbusinessapp-create.md + - name: Delete + href: api/intune-apps-microsoftstoreforbusinessapp-delete.md + - name: Update + href: api/intune-apps-microsoftstoreforbusinessapp-update.md + - name: Microsoft store for business contained app + href: resources/intune-apps-microsoftstoreforbusinesscontainedapp.md + items: + - name: List + href: api/intune-apps-microsoftstoreforbusinesscontainedapp-list.md + - name: Get + href: api/intune-apps-microsoftstoreforbusinesscontainedapp-get.md + - name: Create + href: api/intune-apps-microsoftstoreforbusinesscontainedapp-create.md + - name: Delete + href: api/intune-apps-microsoftstoreforbusinesscontainedapp-delete.md + - name: Update + href: api/intune-apps-microsoftstoreforbusinesscontainedapp-update.md + - name: Microsoft store for business license type + href: resources/intune-apps-microsoftstoreforbusinesslicensetype.md + - name: Mobile app assignment + href: resources/intune-apps-mobileappassignment.md + items: + - name: List + href: api/intune-apps-mobileappassignment-list.md + - name: Get + href: api/intune-apps-mobileappassignment-get.md + - name: Create + href: api/intune-apps-mobileappassignment-create.md + - name: Delete + href: api/intune-apps-mobileappassignment-delete.md + - name: Update + href: api/intune-apps-mobileappassignment-update.md + - name: Mobile app category + href: resources/intune-apps-mobileappcategory.md + items: + - name: List + href: api/intune-apps-mobileappcategory-list.md + - name: Get + href: api/intune-apps-mobileappcategory-get.md + - name: Create + href: api/intune-apps-mobileappcategory-create.md + - name: Delete + href: api/intune-apps-mobileappcategory-delete.md + - name: Update + href: api/intune-apps-mobileappcategory-update.md + - name: Mobile app content + href: resources/intune-apps-mobileappcontent.md + items: + - name: List + href: api/intune-apps-mobileappcontent-list.md + - name: Get + href: api/intune-apps-mobileappcontent-get.md + - name: Create + href: api/intune-apps-mobileappcontent-create.md + - name: Delete + href: api/intune-apps-mobileappcontent-delete.md + - name: Update + href: api/intune-apps-mobileappcontent-update.md + - name: Mobile app content file + href: resources/intune-apps-mobileappcontentfile.md + items: + - name: List + href: api/intune-apps-mobileappcontentfile-list.md + - name: Get + href: api/intune-apps-mobileappcontentfile-get.md + - name: Create + href: api/intune-apps-mobileappcontentfile-create.md + - name: Delete + href: api/intune-apps-mobileappcontentfile-delete.md + - name: Update + href: api/intune-apps-mobileappcontentfile-update.md + - name: commit action + href: api/intune-apps-mobileappcontentfile-commit.md + - name: renewUpload action + href: api/intune-apps-mobileappcontentfile-renewupload.md + - name: Mobile app content file upload state + href: resources/intune-apps-mobileappcontentfileuploadstate.md + - name: Mobile app dependency + href: resources/intune-apps-mobileappdependency.md + items: + - name: List + href: api/intune-apps-mobileappdependency-list.md + - name: Get + href: api/intune-apps-mobileappdependency-get.md + - name: Create + href: api/intune-apps-mobileappdependency-create.md + - name: Delete + href: api/intune-apps-mobileappdependency-delete.md + - name: Update + href: api/intune-apps-mobileappdependency-update.md + - name: Mobile app dependency type + href: resources/intune-apps-mobileappdependencytype.md + - name: Mobile app provisioning config group assignment + href: resources/intune-apps-mobileappprovisioningconfiggroupassignment.md + items: + - name: List + href: api/intune-apps-mobileappprovisioningconfiggroupassignment-list.md + - name: Get + href: api/intune-apps-mobileappprovisioningconfiggroupassignment-get.md + - name: Create + href: api/intune-apps-mobileappprovisioningconfiggroupassignment-create.md + - name: Delete + href: api/intune-apps-mobileappprovisioningconfiggroupassignment-delete.md + - name: Update + href: api/intune-apps-mobileappprovisioningconfiggroupassignment-update.md + - name: Mobile app publishing constraints + href: resources/intune-apps-mobileapppublishingconstraints.md + - name: Mobile app publishing state + href: resources/intune-apps-mobileapppublishingstate.md + - name: Mobile app relationship + href: resources/intune-apps-mobileapprelationship.md + items: + - name: List + href: api/intune-apps-mobileapprelationship-list.md + - name: Get + href: api/intune-apps-mobileapprelationship-get.md + - name: Mobile app relationship type + href: resources/intune-apps-mobileapprelationshiptype.md + - name: Mobile app supersedence + href: resources/intune-apps-mobileappsupersedence.md + items: + - name: List + href: api/intune-apps-mobileappsupersedence-list.md + - name: Get + href: api/intune-apps-mobileappsupersedence-get.md + - name: Create + href: api/intune-apps-mobileappsupersedence-create.md + - name: Delete + href: api/intune-apps-mobileappsupersedence-delete.md + - name: Update + href: api/intune-apps-mobileappsupersedence-update.md + - name: Mobile app supersedence type + href: resources/intune-apps-mobileappsupersedencetype.md + - name: Mobile contained app + href: resources/intune-apps-mobilecontainedapp.md + items: + - name: List + href: api/intune-apps-mobilecontainedapp-list.md + - name: Get + href: api/intune-apps-mobilecontainedapp-get.md + - name: Mobile LOB app + href: resources/intune-apps-mobilelobapp.md + items: + - name: List + href: api/intune-apps-mobilelobapp-list.md + - name: Get + href: api/intune-apps-mobilelobapp-get.md + - name: Office product id + href: resources/intune-apps-officeproductid.md + - name: Office suite app + href: resources/intune-apps-officesuiteapp.md + items: + - name: List + href: api/intune-apps-officesuiteapp-list.md + - name: Get + href: api/intune-apps-officesuiteapp-get.md + - name: Create + href: api/intune-apps-officesuiteapp-create.md + - name: Delete + href: api/intune-apps-officesuiteapp-delete.md + - name: Update + href: api/intune-apps-officesuiteapp-update.md + - name: Office suite default file format type + href: resources/intune-apps-officesuitedefaultfileformattype.md + - name: Office suite install progress display level + href: resources/intune-apps-officesuiteinstallprogressdisplaylevel.md + - name: Office update channel + href: resources/intune-apps-officeupdatechannel.md + - name: Resultant app state + href: resources/intune-apps-resultantappstate.md + - name: Resultant app state detail + href: resources/intune-apps-resultantappstatedetail.md + - name: Symantec code signing certificate + href: resources/intune-apps-symanteccodesigningcertificate.md + items: + - name: Get + href: api/intune-apps-symanteccodesigningcertificate-get.md + - name: Update + href: api/intune-apps-symanteccodesigningcertificate-update.md + - name: User install state summary + href: resources/intune-books-userinstallstatesummary.md + items: + - name: List + href: api/intune-books-userinstallstatesummary-list.md + - name: Get + href: api/intune-books-userinstallstatesummary-get.md + - name: Create + href: api/intune-books-userinstallstatesummary-create.md + - name: Delete + href: api/intune-books-userinstallstatesummary-delete.md + - name: Update + href: api/intune-books-userinstallstatesummary-update.md + - name: VPP licensing type + href: resources/intune-apps-vpplicensingtype.md + - name: Web app + href: resources/intune-apps-webapp.md + items: + - name: List + href: api/intune-apps-webapp-list.md + - name: Get + href: api/intune-apps-webapp-get.md + - name: Create + href: api/intune-apps-webapp-create.md + - name: Delete + href: api/intune-apps-webapp-delete.md + - name: Update + href: api/intune-apps-webapp-update.md + - name: Win get app + href: resources/intune-apps-wingetapp.md + items: + - name: List + href: api/intune-apps-wingetapp-list.md + - name: Get + href: api/intune-apps-wingetapp-get.md + - name: Create + href: api/intune-apps-wingetapp-create.md + - name: Delete + href: api/intune-apps-wingetapp-delete.md + - name: Update + href: api/intune-apps-wingetapp-update.md + - name: Win get app install experience + href: resources/intune-apps-wingetappinstallexperience.md + - name: Win32 LOB app + href: resources/intune-apps-win32lobapp.md + items: + - name: List + href: api/intune-apps-win32lobapp-list.md + - name: Get + href: api/intune-apps-win32lobapp-get.md + - name: Create + href: api/intune-apps-win32lobapp-create.md + - name: Delete + href: api/intune-apps-win32lobapp-delete.md + - name: Update + href: api/intune-apps-win32lobapp-update.md + - name: Win32 LOB app detection + href: resources/intune-apps-win32lobappdetection.md + - name: Win32 LOB app detection operator + href: resources/intune-apps-win32lobappdetectionoperator.md + - name: Win32 LOB app file system detection + href: resources/intune-apps-win32lobappfilesystemdetection.md + - name: Win32 LOB app file system detection type + href: resources/intune-apps-win32lobappfilesystemdetectiontype.md + - name: Win32 LOB app file system operation type + href: resources/intune-apps-win32lobappfilesystemoperationtype.md + - name: Win32 LOB app file system requirement + href: resources/intune-apps-win32lobappfilesystemrequirement.md + - name: Win32 LOB app file system rule + href: resources/intune-apps-win32lobappfilesystemrule.md + - name: Win32 LOB app install experience + href: resources/intune-apps-win32lobappinstallexperience.md + - name: Win32 LOB app msi information + href: resources/intune-apps-win32lobappmsiinformation.md + - name: Win32 LOB app msi package type + href: resources/intune-apps-win32lobappmsipackagetype.md + - name: Win32 LOB app power shell script detection + href: resources/intune-apps-win32lobapppowershellscriptdetection.md + - name: Win32 LOB app power shell script detection type + href: resources/intune-apps-win32lobapppowershellscriptdetectiontype.md + - name: Win32 LOB app power shell script requirement + href: resources/intune-apps-win32lobapppowershellscriptrequirement.md + - name: Win32 LOB app power shell script rule + href: resources/intune-apps-win32lobapppowershellscriptrule.md + - name: Win32 LOB app power shell script rule operation type + href: resources/intune-apps-win32lobapppowershellscriptruleoperationtype.md + - name: Win32 LOB app product code detection + href: resources/intune-apps-win32lobappproductcodedetection.md + - name: Win32 LOB app product code rule + href: resources/intune-apps-win32lobappproductcoderule.md + - name: Win32 LOB app publishing constraints + href: resources/intune-apps-win32lobapppublishingconstraints.md + - name: Win32 LOB app registry detection + href: resources/intune-apps-win32lobappregistrydetection.md + - name: Win32 LOB app registry detection type + href: resources/intune-apps-win32lobappregistrydetectiontype.md + - name: Win32 LOB app registry requirement + href: resources/intune-apps-win32lobappregistryrequirement.md + - name: Win32 LOB app registry rule + href: resources/intune-apps-win32lobappregistryrule.md + - name: Win32 LOB app registry rule operation type + href: resources/intune-apps-win32lobappregistryruleoperationtype.md + - name: Win32 LOB app requirement + href: resources/intune-apps-win32lobapprequirement.md + - name: Win32 LOB app restart behavior + href: resources/intune-apps-win32lobapprestartbehavior.md + - name: Win32 LOB app return code + href: resources/intune-apps-win32lobappreturncode.md + - name: Win32 LOB app return code type + href: resources/intune-apps-win32lobappreturncodetype.md + - name: Win32 LOB app rule + href: resources/intune-apps-win32lobapprule.md + - name: Win32 LOB app rule operator + href: resources/intune-apps-win32lobappruleoperator.md + - name: Win32 LOB app rule type + href: resources/intune-apps-win32lobappruletype.md + - name: Windows AppX + href: resources/intune-apps-windowsappx.md + items: + - name: List + href: api/intune-apps-windowsappx-list.md + - name: Get + href: api/intune-apps-windowsappx-get.md + - name: Create + href: api/intune-apps-windowsappx-create.md + - name: Delete + href: api/intune-apps-windowsappx-delete.md + - name: Update + href: api/intune-apps-windowsappx-update.md + - name: Windows architecture + href: resources/intune-apps-windowsarchitecture.md + - name: Windows device type + href: resources/intune-apps-windowsdevicetype.md + - name: Windows microsoft edge app + href: resources/intune-apps-windowsmicrosoftedgeapp.md + items: + - name: List + href: api/intune-apps-windowsmicrosoftedgeapp-list.md + - name: Get + href: api/intune-apps-windowsmicrosoftedgeapp-get.md + - name: Create + href: api/intune-apps-windowsmicrosoftedgeapp-create.md + - name: Delete + href: api/intune-apps-windowsmicrosoftedgeapp-delete.md + - name: Update + href: api/intune-apps-windowsmicrosoftedgeapp-update.md + - name: Windows minimum operating system + href: resources/intune-apps-windowsminimumoperatingsystem.md + - name: Windows mobile MSI + href: resources/intune-apps-windowsmobilemsi.md + items: + - name: List + href: api/intune-apps-windowsmobilemsi-list.md + - name: Get + href: api/intune-apps-windowsmobilemsi-get.md + - name: Create + href: api/intune-apps-windowsmobilemsi-create.md + - name: Delete + href: api/intune-apps-windowsmobilemsi-delete.md + - name: Update + href: api/intune-apps-windowsmobilemsi-update.md + - name: Windows package information + href: resources/intune-apps-windowspackageinformation.md + - name: Windows Phone 8.1 AppX + href: resources/intune-apps-windowsphone81appx.md + items: + - name: List + href: api/intune-apps-windowsphone81appx-list.md + - name: Get + href: api/intune-apps-windowsphone81appx-get.md + - name: Create + href: api/intune-apps-windowsphone81appx-create.md + - name: Delete + href: api/intune-apps-windowsphone81appx-delete.md + - name: Update + href: api/intune-apps-windowsphone81appx-update.md + - name: Windows Phone 8.1 AppX bundle + href: resources/intune-apps-windowsphone81appxbundle.md + items: + - name: List + href: api/intune-apps-windowsphone81appxbundle-list.md + - name: Get + href: api/intune-apps-windowsphone81appxbundle-get.md + - name: Create + href: api/intune-apps-windowsphone81appxbundle-create.md + - name: Delete + href: api/intune-apps-windowsphone81appxbundle-delete.md + - name: Update + href: api/intune-apps-windowsphone81appxbundle-update.md + - name: Windows Phone 8.1 store app + href: resources/intune-apps-windowsphone81storeapp.md + items: + - name: List + href: api/intune-apps-windowsphone81storeapp-list.md + - name: Get + href: api/intune-apps-windowsphone81storeapp-get.md + - name: Create + href: api/intune-apps-windowsphone81storeapp-create.md + - name: Delete + href: api/intune-apps-windowsphone81storeapp-delete.md + - name: Update + href: api/intune-apps-windowsphone81storeapp-update.md + - name: Windows phone XAP + href: resources/intune-apps-windowsphonexap.md + items: + - name: List + href: api/intune-apps-windowsphonexap-list.md + - name: Get + href: api/intune-apps-windowsphonexap-get.md + - name: Create + href: api/intune-apps-windowsphonexap-create.md + - name: Delete + href: api/intune-apps-windowsphonexap-delete.md + - name: Update + href: api/intune-apps-windowsphonexap-update.md + - name: Windows store app + href: resources/intune-apps-windowsstoreapp.md + items: + - name: List + href: api/intune-apps-windowsstoreapp-list.md + - name: Get + href: api/intune-apps-windowsstoreapp-get.md + - name: Create + href: api/intune-apps-windowsstoreapp-create.md + - name: Delete + href: api/intune-apps-windowsstoreapp-delete.md + - name: Update + href: api/intune-apps-windowsstoreapp-update.md + - name: Windows universal AppX + href: resources/intune-apps-windowsuniversalappx.md + items: + - name: List + href: api/intune-apps-windowsuniversalappx-list.md + - name: Get + href: api/intune-apps-windowsuniversalappx-get.md + - name: Create + href: api/intune-apps-windowsuniversalappx-create.md + - name: Delete + href: api/intune-apps-windowsuniversalappx-delete.md + - name: Update + href: api/intune-apps-windowsuniversalappx-update.md + - name: Windows universal AppX contained app + href: resources/intune-apps-windowsuniversalappxcontainedapp.md + items: + - name: List + href: api/intune-apps-windowsuniversalappxcontainedapp-list.md + - name: Get + href: api/intune-apps-windowsuniversalappxcontainedapp-get.md + - name: Create + href: api/intune-apps-windowsuniversalappxcontainedapp-create.md + - name: Delete + href: api/intune-apps-windowsuniversalappxcontainedapp-delete.md + - name: Update + href: api/intune-apps-windowsuniversalappxcontainedapp-update.md + - name: Windows web app + href: resources/intune-apps-windowswebapp.md + items: + - name: List + href: api/intune-apps-windowswebapp-list.md + - name: Get + href: api/intune-apps-windowswebapp-get.md + - name: Create + href: api/intune-apps-windowswebapp-create.md + - name: Delete + href: api/intune-apps-windowswebapp-delete.md + - name: Update + href: api/intune-apps-windowswebapp-update.md + - name: Company terms + href: resources/intune-company-conceptual.md + items: + - name: Terms and conditions + href: resources/intune-companyterms-termsandconditions.md + items: + - name: List + href: api/intune-companyterms-termsandconditions-list.md + - name: Get + href: api/intune-companyterms-termsandconditions-get.md + - name: Create + href: api/intune-companyterms-termsandconditions-create.md + - name: Delete + href: api/intune-companyterms-termsandconditions-delete.md + - name: Update + href: api/intune-companyterms-termsandconditions-update.md + - name: Terms and conditions acceptance status + href: resources/intune-companyterms-termsandconditionsacceptancestatus.md + items: + - name: List + href: api/intune-companyterms-termsandconditionsacceptancestatus-list.md + - name: Get + href: api/intune-companyterms-termsandconditionsacceptancestatus-get.md + - name: Create + href: api/intune-companyterms-termsandconditionsacceptancestatus-create.md + - name: Delete + href: api/intune-companyterms-termsandconditionsacceptancestatus-delete.md + - name: Update + href: api/intune-companyterms-termsandconditionsacceptancestatus-update.md + - name: Terms and conditions assignment + href: resources/intune-companyterms-termsandconditionsassignment.md + items: + - name: List + href: api/intune-companyterms-termsandconditionsassignment-list.md + - name: Get + href: api/intune-companyterms-termsandconditionsassignment-get.md + - name: Create + href: api/intune-companyterms-termsandconditionsassignment-create.md + - name: Delete + href: api/intune-companyterms-termsandconditionsassignment-delete.md + - name: Update + href: api/intune-companyterms-termsandconditionsassignment-update.md + - name: Terms and conditions group assignment + href: resources/intune-companyterms-termsandconditionsgroupassignment.md + items: + - name: List + href: api/intune-companyterms-termsandconditionsgroupassignment-list.md + - name: Get + href: api/intune-companyterms-termsandconditionsgroupassignment-get.md + - name: Create + href: api/intune-companyterms-termsandconditionsgroupassignment-create.md + - name: Delete + href: api/intune-companyterms-termsandconditionsgroupassignment-delete.md + - name: Update + href: api/intune-companyterms-termsandconditionsgroupassignment-update.md + - name: Corporate enrollment + href: resources/intune-enrollment-conceptual.md + items: + - name: Active directory windows autopilot deployment profile + href: resources/intune-enrollment-activedirectorywindowsautopilotdeploymentprofile.md + items: + - name: List + href: api/intune-enrollment-activedirectorywindowsautopilotdeploymentprofile-list.md + - name: Get + href: api/intune-enrollment-activedirectorywindowsautopilotdeploymentprofile-get.md + - name: Create + href: api/intune-enrollment-activedirectorywindowsautopilotdeploymentprofile-create.md + - name: Delete + href: api/intune-enrollment-activedirectorywindowsautopilotdeploymentprofile-delete.md + - name: Update + href: api/intune-enrollment-activedirectorywindowsautopilotdeploymentprofile-update.md + - name: Apple enrollment profile assignment + href: resources/intune-enrollment-appleenrollmentprofileassignment.md + items: + - name: List + href: api/intune-enrollment-appleenrollmentprofileassignment-list.md + - name: Get + href: api/intune-enrollment-appleenrollmentprofileassignment-get.md + - name: Create + href: api/intune-enrollment-appleenrollmentprofileassignment-create.md + - name: Delete + href: api/intune-enrollment-appleenrollmentprofileassignment-delete.md + - name: Update + href: api/intune-enrollment-appleenrollmentprofileassignment-update.md + - name: Apple owner type enrollment type + href: resources/intune-enrollment-appleownertypeenrollmenttype.md + - name: Apple user initiated enrollment profile + href: resources/intune-enrollment-appleuserinitiatedenrollmentprofile.md + items: + - name: List + href: api/intune-enrollment-appleuserinitiatedenrollmentprofile-list.md + - name: Get + href: api/intune-enrollment-appleuserinitiatedenrollmentprofile-get.md + - name: Create + href: api/intune-enrollment-appleuserinitiatedenrollmentprofile-create.md + - name: Delete + href: api/intune-enrollment-appleuserinitiatedenrollmentprofile-delete.md + - name: Update + href: api/intune-enrollment-appleuserinitiatedenrollmentprofile-update.md + - name: setPriority action + href: api/intune-enrollment-appleuserinitiatedenrollmentprofile-setpriority.md + - name: Apple user initiated enrollment type + href: resources/intune-enrollment-appleuserinitiatedenrollmenttype.md + - name: Microsoft Entra windows autopilot deployment profile + href: resources/intune-enrollment-azureadwindowsautopilotdeploymentprofile.md + items: + - name: List + href: api/intune-enrollment-azureadwindowsautopilotdeploymentprofile-list.md + - name: Get + href: api/intune-enrollment-azureadwindowsautopilotdeploymentprofile-get.md + - name: Create + href: api/intune-enrollment-azureadwindowsautopilotdeploymentprofile-create.md + - name: Delete + href: api/intune-enrollment-azureadwindowsautopilotdeploymentprofile-delete.md + - name: Update + href: api/intune-enrollment-azureadwindowsautopilotdeploymentprofile-update.md + - name: DEP enrollment base profile + href: resources/intune-enrollment-depenrollmentbaseprofile.md + items: + - name: List + href: api/intune-enrollment-depenrollmentbaseprofile-list.md + - name: Get + href: api/intune-enrollment-depenrollmentbaseprofile-get.md + - name: DEP enrollment profile + href: resources/intune-enrollment-depenrollmentprofile.md + items: + - name: List + href: api/intune-enrollment-depenrollmentprofile-list.md + - name: Get + href: api/intune-enrollment-depenrollmentprofile-get.md + - name: Create + href: api/intune-enrollment-depenrollmentprofile-create.md + - name: Delete + href: api/intune-enrollment-depenrollmentprofile-delete.md + - name: Update + href: api/intune-enrollment-depenrollmentprofile-update.md + - name: DEP iOS enrollment profile + href: resources/intune-enrollment-depiosenrollmentprofile.md + items: + - name: List + href: api/intune-enrollment-depiosenrollmentprofile-list.md + - name: Get + href: api/intune-enrollment-depiosenrollmentprofile-get.md + - name: Create + href: api/intune-enrollment-depiosenrollmentprofile-create.md + - name: Delete + href: api/intune-enrollment-depiosenrollmentprofile-delete.md + - name: Update + href: api/intune-enrollment-depiosenrollmentprofile-update.md + - name: DEP macOS enrollment profile + href: resources/intune-enrollment-depmacosenrollmentprofile.md + items: + - name: List + href: api/intune-enrollment-depmacosenrollmentprofile-list.md + - name: Get + href: api/intune-enrollment-depmacosenrollmentprofile-get.md + - name: Create + href: api/intune-enrollment-depmacosenrollmentprofile-create.md + - name: Delete + href: api/intune-enrollment-depmacosenrollmentprofile-delete.md + - name: Update + href: api/intune-enrollment-depmacosenrollmentprofile-update.md + - name: DEP on-boarding setting + href: resources/intune-enrollment-deponboardingsetting.md + items: + - name: List + href: api/intune-enrollment-deponboardingsetting-list.md + - name: Get + href: api/intune-enrollment-deponboardingsetting-get.md + - name: Create + href: api/intune-enrollment-deponboardingsetting-create.md + - name: Delete + href: api/intune-enrollment-deponboardingsetting-delete.md + - name: Update + href: api/intune-enrollment-deponboardingsetting-update.md + - name: generateEncryptionPublicKey action + href: api/intune-enrollment-deponboardingsetting-generateencryptionpublickey.md + - name: uploadDepToken action + href: api/intune-enrollment-deponboardingsetting-uploaddeptoken.md + - name: syncWithAppleDeviceEnrollmentProgram action + href: api/intune-enrollment-deponboardingsetting-syncwithappledeviceenrollmentprogram.md + - name: shareForSchoolDataSyncService action + href: api/intune-enrollment-deponboardingsetting-shareforschooldatasyncservice.md + - name: unshareForSchoolDataSyncService action + href: api/intune-enrollment-deponboardingsetting-unshareforschooldatasyncservice.md + - name: DEP token type + href: resources/intune-enrollment-deptokentype.md + - name: Device platform type + href: resources/intune-enrollment-deviceplatformtype.md + - name: Discovery source + href: resources/intune-enrollment-discoverysource.md + - name: Enrollment profile + href: resources/intune-enrollment-enrollmentprofile.md + items: + - name: List + href: api/intune-enrollment-enrollmentprofile-list.md + - name: Get + href: api/intune-enrollment-enrollmentprofile-get.md + - name: Create + href: api/intune-enrollment-enrollmentprofile-create.md + - name: Delete + href: api/intune-enrollment-enrollmentprofile-delete.md + - name: Update + href: api/intune-enrollment-enrollmentprofile-update.md + - name: setDefaultProfile action + href: api/intune-enrollment-enrollmentprofile-setdefaultprofile.md + - name: updateDeviceProfileAssignment action + href: api/intune-enrollment-enrollmentprofile-updatedeviceprofileassignment.md + - name: Imported Apple device identity + href: resources/intune-enrollment-importedappledeviceidentity.md + items: + - name: List + href: api/intune-enrollment-importedappledeviceidentity-list.md + - name: Get + href: api/intune-enrollment-importedappledeviceidentity-get.md + - name: Create + href: api/intune-enrollment-importedappledeviceidentity-create.md + - name: Delete + href: api/intune-enrollment-importedappledeviceidentity-delete.md + - name: Update + href: api/intune-enrollment-importedappledeviceidentity-update.md + - name: importAppleDeviceIdentityList action + href: api/intune-enrollment-importedappledeviceidentity-importappledeviceidentitylist.md + - name: Imported Apple device identity result + href: resources/intune-enrollment-importedappledeviceidentityresult.md + items: + - name: List + href: api/intune-enrollment-importedappledeviceidentityresult-list.md + - name: Get + href: api/intune-enrollment-importedappledeviceidentityresult-get.md + - name: Create + href: api/intune-enrollment-importedappledeviceidentityresult-create.md + - name: Delete + href: api/intune-enrollment-importedappledeviceidentityresult-delete.md + - name: Update + href: api/intune-enrollment-importedappledeviceidentityresult-update.md + - name: Imported device identity + href: resources/intune-enrollment-importeddeviceidentity.md + items: + - name: List + href: api/intune-enrollment-importeddeviceidentity-list.md + - name: Get + href: api/intune-enrollment-importeddeviceidentity-get.md + - name: Create + href: api/intune-enrollment-importeddeviceidentity-create.md + - name: Delete + href: api/intune-enrollment-importeddeviceidentity-delete.md + - name: Update + href: api/intune-enrollment-importeddeviceidentity-update.md + - name: importDeviceIdentityList action + href: api/intune-enrollment-importeddeviceidentity-importdeviceidentitylist.md + - name: searchExistingIdentities action + href: api/intune-enrollment-importeddeviceidentity-searchexistingidentities.md + - name: searchExistingIdentities action + href: api/intune-enrollment-importeddeviceidentity-searchexistingidentities.md + - name: Imported device identity result + href: resources/intune-enrollment-importeddeviceidentityresult.md + items: + - name: List + href: api/intune-enrollment-importeddeviceidentityresult-list.md + - name: Get + href: api/intune-enrollment-importeddeviceidentityresult-get.md + - name: Create + href: api/intune-enrollment-importeddeviceidentityresult-create.md + - name: Delete + href: api/intune-enrollment-importeddeviceidentityresult-delete.md + - name: Update + href: api/intune-enrollment-importeddeviceidentityresult-update.md + - name: Imported device identity type + href: resources/intune-enrollment-importeddeviceidentitytype.md + - name: Imported windows autopilot device identity + href: resources/intune-enrollment-importedwindowsautopilotdeviceidentity.md + items: + - name: List + href: api/intune-enrollment-importedwindowsautopilotdeviceidentity-list.md + - name: Get + href: api/intune-enrollment-importedwindowsautopilotdeviceidentity-get.md + - name: Create + href: api/intune-enrollment-importedwindowsautopilotdeviceidentity-create.md + - name: Delete + href: api/intune-enrollment-importedwindowsautopilotdeviceidentity-delete.md + - name: import action + href: api/intune-enrollment-importedwindowsautopilotdeviceidentity-import.md + - name: import action + href: api/intune-enrollment-importedwindowsautopilotdeviceidentity-import.md + - name: Imported windows autopilot device identity import status + href: resources/intune-enrollment-importedwindowsautopilotdeviceidentityimportstatus.md + - name: Imported windows autopilot device identity state + href: resources/intune-enrollment-importedwindowsautopilotdeviceidentitystate.md + - name: Imported windows autopilot device identity upload status + href: resources/intune-enrollment-importedwindowsautopilotdeviceidentityuploadstatus.md + - name: iTunes pairing mode + href: resources/intune-enrollment-itunespairingmode.md + - name: Management certificate with thumbprint + href: resources/intune-enrollment-managementcertificatewiththumbprint.md + - name: Out of box experience settings + href: resources/intune-enrollment-outofboxexperiencesettings.md + - name: Platform + href: resources/intune-enrollment-platform.md + - name: Suggested enrollment limit + href: resources/intune-enrollment-suggestedenrollmentlimit.md + - name: Windows autopilot deployment profile assignment + href: resources/intune-enrollment-windowsautopilotdeploymentprofileassignment.md + items: + - name: List + href: api/intune-enrollment-windowsautopilotdeploymentprofileassignment-list.md + - name: Get + href: api/intune-enrollment-windowsautopilotdeploymentprofileassignment-get.md + - name: Create + href: api/intune-enrollment-windowsautopilotdeploymentprofileassignment-create.md + - name: Delete + href: api/intune-enrollment-windowsautopilotdeploymentprofileassignment-delete.md + - name: Update + href: api/intune-enrollment-windowsautopilotdeploymentprofileassignment-update.md + - name: Windows autopilot device identity + href: resources/intune-enrollment-windowsautopilotdeviceidentity.md + items: + - name: List + href: api/intune-enrollment-windowsautopilotdeviceidentity-list.md + - name: Get + href: api/intune-enrollment-windowsautopilotdeviceidentity-get.md + - name: Create + href: api/intune-enrollment-windowsautopilotdeviceidentity-create.md + - name: Delete + href: api/intune-enrollment-windowsautopilotdeviceidentity-delete.md + - name: assignUserToDevice action + href: api/intune-enrollment-windowsautopilotdeviceidentity-assignusertodevice.md + - name: unassignUserFromDevice action + href: api/intune-enrollment-windowsautopilotdeviceidentity-unassignuserfromdevice.md + - name: updateDeviceProperties action + href: api/intune-enrollment-windowsautopilotdeviceidentity-updatedeviceproperties.md + - name: assignResourceAccountToDevice action + href: api/intune-enrollment-windowsautopilotdeviceidentity-assignresourceaccounttodevice.md + - name: unassignResourceAccountFromDevice action + href: api/intune-enrollment-windowsautopilotdeviceidentity-unassignresourceaccountfromdevice.md + - name: Windows autopilot device remediation state + href: resources/intune-enrollment-windowsautopilotdeviceremediationstate.md + - name: Windows autopilot device type + href: resources/intune-enrollment-windowsautopilotdevicetype.md + - name: Windows autopilot profile assignment detailed status + href: resources/intune-enrollment-windowsautopilotprofileassignmentdetailedstatus.md + - name: Windows autopilot profile assignment status + href: resources/intune-enrollment-windowsautopilotprofileassignmentstatus.md + - name: Windows autopilot settings + href: resources/intune-enrollment-windowsautopilotsettings.md + items: + - name: Get + href: api/intune-enrollment-windowsautopilotsettings-get.md + - name: Update + href: api/intune-enrollment-windowsautopilotsettings-update.md + - name: sync action + href: api/intune-enrollment-windowsautopilotsettings-sync.md + - name: Windows autopilot sync status + href: resources/intune-enrollment-windowsautopilotsyncstatus.md + - name: Windows device usage type + href: resources/intune-enrollment-windowsdeviceusagetype.md + - name: Windows enrollment status screen settings + href: resources/intune-enrollment-windowsenrollmentstatusscreensettings.md + - name: Windows user type + href: resources/intune-enrollment-windowsusertype.md + - name: Device configuration + href: resources/intune-device-cfg-conceptual.md + items: + - name: Administrator configured device compliance state + href: resources/intune-deviceconfig-administratorconfigureddevicecompliancestate.md + - name: Advanced BitLocker state + href: resources/intune-deviceconfig-advancedbitlockerstate.md + - name: Advanced threat protection on-boarding device setting state + href: resources/intune-deviceconfig-advancedthreatprotectiononboardingdevicesettingstate.md + items: + - name: List + href: api/intune-deviceconfig-advancedthreatprotectiononboardingdevicesettingstate-list.md + - name: Get + href: api/intune-deviceconfig-advancedthreatprotectiononboardingdevicesettingstate-get.md + - name: Create + href: api/intune-deviceconfig-advancedthreatprotectiononboardingdevicesettingstate-create.md + - name: Delete + href: api/intune-deviceconfig-advancedthreatprotectiononboardingdevicesettingstate-delete.md + - name: Update + href: api/intune-deviceconfig-advancedthreatprotectiononboardingdevicesettingstate-update.md + - name: Advanced threat protection on-boarding state summary + href: resources/intune-deviceconfig-advancedthreatprotectiononboardingstatesummary.md + items: + - name: Get + href: api/intune-deviceconfig-advancedthreatprotectiononboardingstatesummary-get.md + - name: Update + href: api/intune-deviceconfig-advancedthreatprotectiononboardingstatesummary-update.md + - name: AirPrint destination + href: resources/intune-deviceconfig-airprintdestination.md + - name: Android certificate profile base + href: resources/intune-deviceconfig-androidcertificateprofilebase.md + items: + - name: List + href: api/intune-deviceconfig-androidcertificateprofilebase-list.md + - name: Get + href: api/intune-deviceconfig-androidcertificateprofilebase-get.md + - name: Android compliance policy + href: resources/intune-deviceconfig-androidcompliancepolicy.md + items: + - name: List + href: api/intune-deviceconfig-androidcompliancepolicy-list.md + - name: Get + href: api/intune-deviceconfig-androidcompliancepolicy-get.md + - name: Create + href: api/intune-deviceconfig-androidcompliancepolicy-create.md + - name: Delete + href: api/intune-deviceconfig-androidcompliancepolicy-delete.md + - name: Update + href: api/intune-deviceconfig-androidcompliancepolicy-update.md + - name: Android custom configuration + href: resources/intune-deviceconfig-androidcustomconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-androidcustomconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-androidcustomconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-androidcustomconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-androidcustomconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-androidcustomconfiguration-update.md + - name: Android device owner app auto update policy type + href: resources/intune-deviceconfig-androiddeviceownerappautoupdatepolicytype.md + - name: Android device owner battery plugged mode + href: resources/intune-deviceconfig-androiddeviceownerbatterypluggedmode.md + - name: Android device owner certificate access type + href: resources/intune-deviceconfig-androiddeviceownercertificateaccesstype.md + - name: Android device owner certificate profile base + href: resources/intune-deviceconfig-androiddeviceownercertificateprofilebase.md + items: + - name: List + href: api/intune-deviceconfig-androiddeviceownercertificateprofilebase-list.md + - name: Get + href: api/intune-deviceconfig-androiddeviceownercertificateprofilebase-get.md + - name: Android device owner compliance policy + href: resources/intune-deviceconfig-androiddeviceownercompliancepolicy.md + items: + - name: List + href: api/intune-deviceconfig-androiddeviceownercompliancepolicy-list.md + - name: Get + href: api/intune-deviceconfig-androiddeviceownercompliancepolicy-get.md + - name: Create + href: api/intune-deviceconfig-androiddeviceownercompliancepolicy-create.md + - name: Delete + href: api/intune-deviceconfig-androiddeviceownercompliancepolicy-delete.md + - name: Update + href: api/intune-deviceconfig-androiddeviceownercompliancepolicy-update.md + - name: Android device owner cross profile data sharing + href: resources/intune-deviceconfig-androiddeviceownercrossprofiledatasharing.md + - name: Android device owner default app permission policy type + href: resources/intune-deviceconfig-androiddeviceownerdefaultapppermissionpolicytype.md + - name: Android device owner derived credential authentication configuration + href: resources/intune-deviceconfig-androiddeviceownerderivedcredentialauthenticationconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-androiddeviceownerderivedcredentialauthenticationconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-androiddeviceownerderivedcredentialauthenticationconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-androiddeviceownerderivedcredentialauthenticationconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-androiddeviceownerderivedcredentialauthenticationconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-androiddeviceownerderivedcredentialauthenticationconfiguration-update.md + - name: Android device owner enrollment profile type + href: resources/intune-deviceconfig-androiddeviceownerenrollmentprofiletype.md + - name: Android device owner enterprise Wi-Fi configuration + href: resources/intune-deviceconfig-androiddeviceownerenterprisewificonfiguration.md + items: + - name: List + href: api/intune-deviceconfig-androiddeviceownerenterprisewificonfiguration-list.md + - name: Get + href: api/intune-deviceconfig-androiddeviceownerenterprisewificonfiguration-get.md + - name: Create + href: api/intune-deviceconfig-androiddeviceownerenterprisewificonfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-androiddeviceownerenterprisewificonfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-androiddeviceownerenterprisewificonfiguration-update.md + - name: Android device owner general device configuration + href: resources/intune-deviceconfig-androiddeviceownergeneraldeviceconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-androiddeviceownergeneraldeviceconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-androiddeviceownergeneraldeviceconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-androiddeviceownergeneraldeviceconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-androiddeviceownergeneraldeviceconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-androiddeviceownergeneraldeviceconfiguration-update.md + - name: Android device owner global proxy + href: resources/intune-deviceconfig-androiddeviceownerglobalproxy.md + - name: Android device owner global proxy auto config + href: resources/intune-deviceconfig-androiddeviceownerglobalproxyautoconfig.md + - name: Android device owner global proxy direct + href: resources/intune-deviceconfig-androiddeviceownerglobalproxydirect.md + - name: Android device owner imported PFX certificate profile + href: resources/intune-deviceconfig-androiddeviceownerimportedpfxcertificateprofile.md + items: + - name: List + href: api/intune-deviceconfig-androiddeviceownerimportedpfxcertificateprofile-list.md + - name: Get + href: api/intune-deviceconfig-androiddeviceownerimportedpfxcertificateprofile-get.md + - name: Create + href: api/intune-deviceconfig-androiddeviceownerimportedpfxcertificateprofile-create.md + - name: Delete + href: api/intune-deviceconfig-androiddeviceownerimportedpfxcertificateprofile-delete.md + - name: Update + href: api/intune-deviceconfig-androiddeviceownerimportedpfxcertificateprofile-update.md + - name: Android device owner kiosk customization status bar + href: resources/intune-deviceconfig-androiddeviceownerkioskcustomizationstatusbar.md + - name: Android device owner kiosk customization system navigation + href: resources/intune-deviceconfig-androiddeviceownerkioskcustomizationsystemnavigation.md + - name: Android device owner kiosk mode app + href: resources/intune-deviceconfig-androiddeviceownerkioskmodeapp.md + - name: Android device owner kiosk mode app position item + href: resources/intune-deviceconfig-androiddeviceownerkioskmodeapppositionitem.md + - name: Android device owner kiosk mode folder icon + href: resources/intune-deviceconfig-androiddeviceownerkioskmodefoldericon.md + - name: Android device owner kiosk mode folder item + href: resources/intune-deviceconfig-androiddeviceownerkioskmodefolderitem.md + - name: Android device owner kiosk mode home screen item + href: resources/intune-deviceconfig-androiddeviceownerkioskmodehomescreenitem.md + - name: Android device owner kiosk mode icon size + href: resources/intune-deviceconfig-androiddeviceownerkioskmodeiconsize.md + - name: Android device owner kiosk mode managed folder + href: resources/intune-deviceconfig-androiddeviceownerkioskmodemanagedfolder.md + - name: Android device owner kiosk mode managed folder reference + href: resources/intune-deviceconfig-androiddeviceownerkioskmodemanagedfolderreference.md + - name: Android device owner kiosk mode screen orientation + href: resources/intune-deviceconfig-androiddeviceownerkioskmodescreenorientation.md + - name: Android device owner kiosk mode weblink + href: resources/intune-deviceconfig-androiddeviceownerkioskmodeweblink.md + - name: Android device owner PKCS certificate profile + href: resources/intune-deviceconfig-androiddeviceownerpkcscertificateprofile.md + items: + - name: List + href: api/intune-deviceconfig-androiddeviceownerpkcscertificateprofile-list.md + - name: Get + href: api/intune-deviceconfig-androiddeviceownerpkcscertificateprofile-get.md + - name: Create + href: api/intune-deviceconfig-androiddeviceownerpkcscertificateprofile-create.md + - name: Delete + href: api/intune-deviceconfig-androiddeviceownerpkcscertificateprofile-delete.md + - name: Update + href: api/intune-deviceconfig-androiddeviceownerpkcscertificateprofile-update.md + - name: Android device owner play store mode + href: resources/intune-deviceconfig-androiddeviceownerplaystoremode.md + - name: Android device owner required password type + href: resources/intune-deviceconfig-androiddeviceownerrequiredpasswordtype.md + - name: Android device owner required password unlock + href: resources/intune-deviceconfig-androiddeviceownerrequiredpasswordunlock.md + - name: Android device owner SCEP certificate profile + href: resources/intune-deviceconfig-androiddeviceownerscepcertificateprofile.md + items: + - name: List + href: api/intune-deviceconfig-androiddeviceownerscepcertificateprofile-list.md + - name: Get + href: api/intune-deviceconfig-androiddeviceownerscepcertificateprofile-get.md + - name: Create + href: api/intune-deviceconfig-androiddeviceownerscepcertificateprofile-create.md + - name: Delete + href: api/intune-deviceconfig-androiddeviceownerscepcertificateprofile-delete.md + - name: Update + href: api/intune-deviceconfig-androiddeviceownerscepcertificateprofile-update.md + - name: Android device owner silent certificate access + href: resources/intune-deviceconfig-androiddeviceownersilentcertificateaccess.md + - name: Android device owner system update freeze period + href: resources/intune-deviceconfig-androiddeviceownersystemupdatefreezeperiod.md + - name: Android device owner system update install type + href: resources/intune-deviceconfig-androiddeviceownersystemupdateinstalltype.md + - name: Android device owner trusted root certificate + href: resources/intune-deviceconfig-androiddeviceownertrustedrootcertificate.md + items: + - name: List + href: api/intune-deviceconfig-androiddeviceownertrustedrootcertificate-list.md + - name: Get + href: api/intune-deviceconfig-androiddeviceownertrustedrootcertificate-get.md + - name: Create + href: api/intune-deviceconfig-androiddeviceownertrustedrootcertificate-create.md + - name: Delete + href: api/intune-deviceconfig-androiddeviceownertrustedrootcertificate-delete.md + - name: Update + href: api/intune-deviceconfig-androiddeviceownertrustedrootcertificate-update.md + - name: Android device owner user facing message + href: resources/intune-deviceconfig-androiddeviceowneruserfacingmessage.md + - name: Android device owner virtual home button type + href: resources/intune-deviceconfig-androiddeviceownervirtualhomebuttontype.md + - name: Android device owner VPN configuration + href: resources/intune-deviceconfig-androiddeviceownervpnconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-androiddeviceownervpnconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-androiddeviceownervpnconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-androiddeviceownervpnconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-androiddeviceownervpnconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-androiddeviceownervpnconfiguration-update.md + - name: Android device owner Wi-Fi configuration + href: resources/intune-deviceconfig-androiddeviceownerwificonfiguration.md + items: + - name: List + href: api/intune-deviceconfig-androiddeviceownerwificonfiguration-list.md + - name: Get + href: api/intune-deviceconfig-androiddeviceownerwificonfiguration-get.md + - name: Create + href: api/intune-deviceconfig-androiddeviceownerwificonfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-androiddeviceownerwificonfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-androiddeviceownerwificonfiguration-update.md + - name: Android device owner Wi-Fi security type + href: resources/intune-deviceconfig-androiddeviceownerwifisecuritytype.md + - name: Android EAP type + href: resources/intune-deviceconfig-androideaptype.md + - name: Android EAS email profile configuration + href: resources/intune-deviceconfig-androideasemailprofileconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-androideasemailprofileconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-androideasemailprofileconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-androideasemailprofileconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-androideasemailprofileconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-androideasemailprofileconfiguration-update.md + - name: Android enterprise Wi-Fi configuration + href: resources/intune-deviceconfig-androidenterprisewificonfiguration.md + items: + - name: List + href: api/intune-deviceconfig-androidenterprisewificonfiguration-list.md + - name: Get + href: api/intune-deviceconfig-androidenterprisewificonfiguration-get.md + - name: Create + href: api/intune-deviceconfig-androidenterprisewificonfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-androidenterprisewificonfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-androidenterprisewificonfiguration-update.md + - name: Android for Work certificate profile base + href: resources/intune-deviceconfig-androidforworkcertificateprofilebase.md + items: + - name: List + href: api/intune-deviceconfig-androidforworkcertificateprofilebase-list.md + - name: Get + href: api/intune-deviceconfig-androidforworkcertificateprofilebase-get.md + - name: Android for Work compliance policy + href: resources/intune-deviceconfig-androidforworkcompliancepolicy.md + items: + - name: List + href: api/intune-deviceconfig-androidforworkcompliancepolicy-list.md + - name: Get + href: api/intune-deviceconfig-androidforworkcompliancepolicy-get.md + - name: Create + href: api/intune-deviceconfig-androidforworkcompliancepolicy-create.md + - name: Delete + href: api/intune-deviceconfig-androidforworkcompliancepolicy-delete.md + - name: Update + href: api/intune-deviceconfig-androidforworkcompliancepolicy-update.md + - name: Android for Work cross profile data sharing type + href: resources/intune-deviceconfig-androidforworkcrossprofiledatasharingtype.md + - name: Android for Work custom configuration + href: resources/intune-deviceconfig-androidforworkcustomconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-androidforworkcustomconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-androidforworkcustomconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-androidforworkcustomconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-androidforworkcustomconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-androidforworkcustomconfiguration-update.md + - name: Android for Work default app permission policy type + href: resources/intune-deviceconfig-androidforworkdefaultapppermissionpolicytype.md + - name: Android for Work EAS email profile base + href: resources/intune-deviceconfig-androidforworkeasemailprofilebase.md + items: + - name: List + href: api/intune-deviceconfig-androidforworkeasemailprofilebase-list.md + - name: Get + href: api/intune-deviceconfig-androidforworkeasemailprofilebase-get.md + - name: Android for Work enterprise Wi-Fi configuration + href: resources/intune-deviceconfig-androidforworkenterprisewificonfiguration.md + items: + - name: List + href: api/intune-deviceconfig-androidforworkenterprisewificonfiguration-list.md + - name: Get + href: api/intune-deviceconfig-androidforworkenterprisewificonfiguration-get.md + - name: Create + href: api/intune-deviceconfig-androidforworkenterprisewificonfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-androidforworkenterprisewificonfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-androidforworkenterprisewificonfiguration-update.md + - name: Android for Work general device configuration + href: resources/intune-deviceconfig-androidforworkgeneraldeviceconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-androidforworkgeneraldeviceconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-androidforworkgeneraldeviceconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-androidforworkgeneraldeviceconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-androidforworkgeneraldeviceconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-androidforworkgeneraldeviceconfiguration-update.md + - name: Android for Work Gmail EAS configuration + href: resources/intune-deviceconfig-androidforworkgmaileasconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-androidforworkgmaileasconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-androidforworkgmaileasconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-androidforworkgmaileasconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-androidforworkgmaileasconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-androidforworkgmaileasconfiguration-update.md + - name: Android for Work imported PFX certificate profile + href: resources/intune-deviceconfig-androidforworkimportedpfxcertificateprofile.md + items: + - name: List + href: api/intune-deviceconfig-androidforworkimportedpfxcertificateprofile-list.md + - name: Get + href: api/intune-deviceconfig-androidforworkimportedpfxcertificateprofile-get.md + - name: Create + href: api/intune-deviceconfig-androidforworkimportedpfxcertificateprofile-create.md + - name: Delete + href: api/intune-deviceconfig-androidforworkimportedpfxcertificateprofile-delete.md + - name: Update + href: api/intune-deviceconfig-androidforworkimportedpfxcertificateprofile-update.md + - name: Android for Work nine work EAS configuration + href: resources/intune-deviceconfig-androidforworknineworkeasconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-androidforworknineworkeasconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-androidforworknineworkeasconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-androidforworknineworkeasconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-androidforworknineworkeasconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-androidforworknineworkeasconfiguration-update.md + - name: Android for Work PKCS certificate profile + href: resources/intune-deviceconfig-androidforworkpkcscertificateprofile.md + items: + - name: List + href: api/intune-deviceconfig-androidforworkpkcscertificateprofile-list.md + - name: Get + href: api/intune-deviceconfig-androidforworkpkcscertificateprofile-get.md + - name: Create + href: api/intune-deviceconfig-androidforworkpkcscertificateprofile-create.md + - name: Delete + href: api/intune-deviceconfig-androidforworkpkcscertificateprofile-delete.md + - name: Update + href: api/intune-deviceconfig-androidforworkpkcscertificateprofile-update.md + - name: Android for Work required password type + href: resources/intune-deviceconfig-androidforworkrequiredpasswordtype.md + - name: Android for Work SCEP certificate profile + href: resources/intune-deviceconfig-androidforworkscepcertificateprofile.md + items: + - name: List + href: api/intune-deviceconfig-androidforworkscepcertificateprofile-list.md + - name: Get + href: api/intune-deviceconfig-androidforworkscepcertificateprofile-get.md + - name: Create + href: api/intune-deviceconfig-androidforworkscepcertificateprofile-create.md + - name: Delete + href: api/intune-deviceconfig-androidforworkscepcertificateprofile-delete.md + - name: Update + href: api/intune-deviceconfig-androidforworkscepcertificateprofile-update.md + - name: Android for Work trusted root certificate + href: resources/intune-deviceconfig-androidforworktrustedrootcertificate.md + items: + - name: List + href: api/intune-deviceconfig-androidforworktrustedrootcertificate-list.md + - name: Get + href: api/intune-deviceconfig-androidforworktrustedrootcertificate-get.md + - name: Create + href: api/intune-deviceconfig-androidforworktrustedrootcertificate-create.md + - name: Delete + href: api/intune-deviceconfig-androidforworktrustedrootcertificate-delete.md + - name: Update + href: api/intune-deviceconfig-androidforworktrustedrootcertificate-update.md + - name: Android for Work VPN configuration + href: resources/intune-deviceconfig-androidforworkvpnconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-androidforworkvpnconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-androidforworkvpnconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-androidforworkvpnconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-androidforworkvpnconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-androidforworkvpnconfiguration-update.md + - name: Android for Work VPN connection type + href: resources/intune-deviceconfig-androidforworkvpnconnectiontype.md + - name: Android for Work Wi-Fi configuration + href: resources/intune-deviceconfig-androidforworkwificonfiguration.md + items: + - name: List + href: api/intune-deviceconfig-androidforworkwificonfiguration-list.md + - name: Get + href: api/intune-deviceconfig-androidforworkwificonfiguration-get.md + - name: Create + href: api/intune-deviceconfig-androidforworkwificonfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-androidforworkwificonfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-androidforworkwificonfiguration-update.md + - name: Android general device configuration + href: resources/intune-deviceconfig-androidgeneraldeviceconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-androidgeneraldeviceconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-androidgeneraldeviceconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-androidgeneraldeviceconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-androidgeneraldeviceconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-androidgeneraldeviceconfiguration-update.md + - name: Android imported PFX certificate profile + href: resources/intune-deviceconfig-androidimportedpfxcertificateprofile.md + items: + - name: List + href: api/intune-deviceconfig-androidimportedpfxcertificateprofile-list.md + - name: Get + href: api/intune-deviceconfig-androidimportedpfxcertificateprofile-get.md + - name: Create + href: api/intune-deviceconfig-androidimportedpfxcertificateprofile-create.md + - name: Delete + href: api/intune-deviceconfig-androidimportedpfxcertificateprofile-delete.md + - name: Update + href: api/intune-deviceconfig-androidimportedpfxcertificateprofile-update.md + - name: Android keyguard feature + href: resources/intune-deviceconfig-androidkeyguardfeature.md + - name: Android OMA cp configuration + href: resources/intune-deviceconfig-androidomacpconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-androidomacpconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-androidomacpconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-androidomacpconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-androidomacpconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-androidomacpconfiguration-update.md + - name: Android PKCS certificate profile + href: resources/intune-deviceconfig-androidpkcscertificateprofile.md + items: + - name: List + href: api/intune-deviceconfig-androidpkcscertificateprofile-list.md + - name: Get + href: api/intune-deviceconfig-androidpkcscertificateprofile-get.md + - name: Create + href: api/intune-deviceconfig-androidpkcscertificateprofile-create.md + - name: Delete + href: api/intune-deviceconfig-androidpkcscertificateprofile-delete.md + - name: Update + href: api/intune-deviceconfig-androidpkcscertificateprofile-update.md + - name: Android required password complexity + href: resources/intune-deviceconfig-androidrequiredpasswordcomplexity.md + - name: Android required password type + href: resources/intune-deviceconfig-androidrequiredpasswordtype.md + - name: Android safety net evaluation type + href: resources/intune-deviceconfig-androidsafetynetevaluationtype.md + - name: Android SCEP certificate profile + href: resources/intune-deviceconfig-androidscepcertificateprofile.md + items: + - name: List + href: api/intune-deviceconfig-androidscepcertificateprofile-list.md + - name: Get + href: api/intune-deviceconfig-androidscepcertificateprofile-get.md + - name: Create + href: api/intune-deviceconfig-androidscepcertificateprofile-create.md + - name: Delete + href: api/intune-deviceconfig-androidscepcertificateprofile-delete.md + - name: Update + href: api/intune-deviceconfig-androidscepcertificateprofile-update.md + - name: Android trusted root certificate + href: resources/intune-deviceconfig-androidtrustedrootcertificate.md + items: + - name: List + href: api/intune-deviceconfig-androidtrustedrootcertificate-list.md + - name: Get + href: api/intune-deviceconfig-androidtrustedrootcertificate-get.md + - name: Create + href: api/intune-deviceconfig-androidtrustedrootcertificate-create.md + - name: Delete + href: api/intune-deviceconfig-androidtrustedrootcertificate-delete.md + - name: Update + href: api/intune-deviceconfig-androidtrustedrootcertificate-update.md + - name: Android username source + href: resources/intune-deviceconfig-androidusernamesource.md + - name: Android VPN configuration + href: resources/intune-deviceconfig-androidvpnconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-androidvpnconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-androidvpnconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-androidvpnconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-androidvpnconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-androidvpnconfiguration-update.md + - name: Android VPN connection type + href: resources/intune-deviceconfig-androidvpnconnectiontype.md + - name: Android Wi-Fi configuration + href: resources/intune-deviceconfig-androidwificonfiguration.md + items: + - name: List + href: api/intune-deviceconfig-androidwificonfiguration-list.md + - name: Get + href: api/intune-deviceconfig-androidwificonfiguration-get.md + - name: Create + href: api/intune-deviceconfig-androidwificonfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-androidwificonfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-androidwificonfiguration-update.md + - name: Android Wi-Fi security type + href: resources/intune-deviceconfig-androidwifisecuritytype.md + - name: Android work profile account use + href: resources/intune-deviceconfig-androidworkprofileaccountuse.md + - name: Android work profile certificate profile base + href: resources/intune-deviceconfig-androidworkprofilecertificateprofilebase.md + items: + - name: List + href: api/intune-deviceconfig-androidworkprofilecertificateprofilebase-list.md + - name: Get + href: api/intune-deviceconfig-androidworkprofilecertificateprofilebase-get.md + - name: Android work profile compliance policy + href: resources/intune-deviceconfig-androidworkprofilecompliancepolicy.md + items: + - name: List + href: api/intune-deviceconfig-androidworkprofilecompliancepolicy-list.md + - name: Get + href: api/intune-deviceconfig-androidworkprofilecompliancepolicy-get.md + - name: Create + href: api/intune-deviceconfig-androidworkprofilecompliancepolicy-create.md + - name: Delete + href: api/intune-deviceconfig-androidworkprofilecompliancepolicy-delete.md + - name: Update + href: api/intune-deviceconfig-androidworkprofilecompliancepolicy-update.md + - name: Android work profile cross profile data sharing type + href: resources/intune-deviceconfig-androidworkprofilecrossprofiledatasharingtype.md + - name: Android work profile custom configuration + href: resources/intune-deviceconfig-androidworkprofilecustomconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-androidworkprofilecustomconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-androidworkprofilecustomconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-androidworkprofilecustomconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-androidworkprofilecustomconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-androidworkprofilecustomconfiguration-update.md + - name: Android work profile default app permission policy type + href: resources/intune-deviceconfig-androidworkprofiledefaultapppermissionpolicytype.md + - name: Android work profile EAS email profile base + href: resources/intune-deviceconfig-androidworkprofileeasemailprofilebase.md + items: + - name: List + href: api/intune-deviceconfig-androidworkprofileeasemailprofilebase-list.md + - name: Get + href: api/intune-deviceconfig-androidworkprofileeasemailprofilebase-get.md + - name: Android work profile enterprise Wi-Fi configuration + href: resources/intune-deviceconfig-androidworkprofileenterprisewificonfiguration.md + items: + - name: List + href: api/intune-deviceconfig-androidworkprofileenterprisewificonfiguration-list.md + - name: Get + href: api/intune-deviceconfig-androidworkprofileenterprisewificonfiguration-get.md + - name: Create + href: api/intune-deviceconfig-androidworkprofileenterprisewificonfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-androidworkprofileenterprisewificonfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-androidworkprofileenterprisewificonfiguration-update.md + - name: Android work profile general device configuration + href: resources/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-update.md + - name: Android work profile Gmail EAS configuration + href: resources/intune-deviceconfig-androidworkprofilegmaileasconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-androidworkprofilegmaileasconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-androidworkprofilegmaileasconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-androidworkprofilegmaileasconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-androidworkprofilegmaileasconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-androidworkprofilegmaileasconfiguration-update.md + - name: Android work profile nine work EAS configuration + href: resources/intune-deviceconfig-androidworkprofilenineworkeasconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-androidworkprofilenineworkeasconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-androidworkprofilenineworkeasconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-androidworkprofilenineworkeasconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-androidworkprofilenineworkeasconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-androidworkprofilenineworkeasconfiguration-update.md + - name: Android work profile PKCS certificate profile + href: resources/intune-deviceconfig-androidworkprofilepkcscertificateprofile.md + items: + - name: List + href: api/intune-deviceconfig-androidworkprofilepkcscertificateprofile-list.md + - name: Get + href: api/intune-deviceconfig-androidworkprofilepkcscertificateprofile-get.md + - name: Create + href: api/intune-deviceconfig-androidworkprofilepkcscertificateprofile-create.md + - name: Delete + href: api/intune-deviceconfig-androidworkprofilepkcscertificateprofile-delete.md + - name: Update + href: api/intune-deviceconfig-androidworkprofilepkcscertificateprofile-update.md + - name: Android work profile required password type + href: resources/intune-deviceconfig-androidworkprofilerequiredpasswordtype.md + - name: Android work profile SCEP certificate profile + href: resources/intune-deviceconfig-androidworkprofilescepcertificateprofile.md + items: + - name: List + href: api/intune-deviceconfig-androidworkprofilescepcertificateprofile-list.md + - name: Get + href: api/intune-deviceconfig-androidworkprofilescepcertificateprofile-get.md + - name: Create + href: api/intune-deviceconfig-androidworkprofilescepcertificateprofile-create.md + - name: Delete + href: api/intune-deviceconfig-androidworkprofilescepcertificateprofile-delete.md + - name: Update + href: api/intune-deviceconfig-androidworkprofilescepcertificateprofile-update.md + - name: Android work profile trusted root certificate + href: resources/intune-deviceconfig-androidworkprofiletrustedrootcertificate.md + items: + - name: List + href: api/intune-deviceconfig-androidworkprofiletrustedrootcertificate-list.md + - name: Get + href: api/intune-deviceconfig-androidworkprofiletrustedrootcertificate-get.md + - name: Create + href: api/intune-deviceconfig-androidworkprofiletrustedrootcertificate-create.md + - name: Delete + href: api/intune-deviceconfig-androidworkprofiletrustedrootcertificate-delete.md + - name: Update + href: api/intune-deviceconfig-androidworkprofiletrustedrootcertificate-update.md + - name: Android work profile VPN configuration + href: resources/intune-deviceconfig-androidworkprofilevpnconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-androidworkprofilevpnconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-androidworkprofilevpnconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-androidworkprofilevpnconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-androidworkprofilevpnconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-androidworkprofilevpnconfiguration-update.md + - name: Android work profile VPN connection type + href: resources/intune-deviceconfig-androidworkprofilevpnconnectiontype.md + - name: Android work profile Wi-Fi configuration + href: resources/intune-deviceconfig-androidworkprofilewificonfiguration.md + items: + - name: List + href: api/intune-deviceconfig-androidworkprofilewificonfiguration-list.md + - name: Get + href: api/intune-deviceconfig-androidworkprofilewificonfiguration-get.md + - name: Create + href: api/intune-deviceconfig-androidworkprofilewificonfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-androidworkprofilewificonfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-androidworkprofilewificonfiguration-update.md + - name: Aosp device owner certificate profile base + href: resources/intune-deviceconfig-aospdeviceownercertificateprofilebase.md + items: + - name: List + href: api/intune-deviceconfig-aospdeviceownercertificateprofilebase-list.md + - name: Get + href: api/intune-deviceconfig-aospdeviceownercertificateprofilebase-get.md + - name: Aosp device owner compliance policy + href: resources/intune-deviceconfig-aospdeviceownercompliancepolicy.md + items: + - name: List + href: api/intune-deviceconfig-aospdeviceownercompliancepolicy-list.md + - name: Get + href: api/intune-deviceconfig-aospdeviceownercompliancepolicy-get.md + - name: Create + href: api/intune-deviceconfig-aospdeviceownercompliancepolicy-create.md + - name: Delete + href: api/intune-deviceconfig-aospdeviceownercompliancepolicy-delete.md + - name: Update + href: api/intune-deviceconfig-aospdeviceownercompliancepolicy-update.md + - name: Aosp device owner device configuration + href: resources/intune-deviceconfig-aospdeviceownerdeviceconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-aospdeviceownerdeviceconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-aospdeviceownerdeviceconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-aospdeviceownerdeviceconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-aospdeviceownerdeviceconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-aospdeviceownerdeviceconfiguration-update.md + - name: Aosp device owner enterprise Wi-Fi configuration + href: resources/intune-deviceconfig-aospdeviceownerenterprisewificonfiguration.md + items: + - name: List + href: api/intune-deviceconfig-aospdeviceownerenterprisewificonfiguration-list.md + - name: Get + href: api/intune-deviceconfig-aospdeviceownerenterprisewificonfiguration-get.md + - name: Create + href: api/intune-deviceconfig-aospdeviceownerenterprisewificonfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-aospdeviceownerenterprisewificonfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-aospdeviceownerenterprisewificonfiguration-update.md + - name: Aosp device owner PKCS certificate profile + href: resources/intune-deviceconfig-aospdeviceownerpkcscertificateprofile.md + items: + - name: List + href: api/intune-deviceconfig-aospdeviceownerpkcscertificateprofile-list.md + - name: Get + href: api/intune-deviceconfig-aospdeviceownerpkcscertificateprofile-get.md + - name: Create + href: api/intune-deviceconfig-aospdeviceownerpkcscertificateprofile-create.md + - name: Delete + href: api/intune-deviceconfig-aospdeviceownerpkcscertificateprofile-delete.md + - name: Update + href: api/intune-deviceconfig-aospdeviceownerpkcscertificateprofile-update.md + - name: Aosp device owner SCEP certificate profile + href: resources/intune-deviceconfig-aospdeviceownerscepcertificateprofile.md + items: + - name: List + href: api/intune-deviceconfig-aospdeviceownerscepcertificateprofile-list.md + - name: Get + href: api/intune-deviceconfig-aospdeviceownerscepcertificateprofile-get.md + - name: Create + href: api/intune-deviceconfig-aospdeviceownerscepcertificateprofile-create.md + - name: Delete + href: api/intune-deviceconfig-aospdeviceownerscepcertificateprofile-delete.md + - name: Update + href: api/intune-deviceconfig-aospdeviceownerscepcertificateprofile-update.md + - name: Aosp device owner trusted root certificate + href: resources/intune-deviceconfig-aospdeviceownertrustedrootcertificate.md + items: + - name: List + href: api/intune-deviceconfig-aospdeviceownertrustedrootcertificate-list.md + - name: Get + href: api/intune-deviceconfig-aospdeviceownertrustedrootcertificate-get.md + - name: Create + href: api/intune-deviceconfig-aospdeviceownertrustedrootcertificate-create.md + - name: Delete + href: api/intune-deviceconfig-aospdeviceownertrustedrootcertificate-delete.md + - name: Update + href: api/intune-deviceconfig-aospdeviceownertrustedrootcertificate-update.md + - name: Aosp device owner Wi-Fi configuration + href: resources/intune-deviceconfig-aospdeviceownerwificonfiguration.md + items: + - name: List + href: api/intune-deviceconfig-aospdeviceownerwificonfiguration-list.md + - name: Get + href: api/intune-deviceconfig-aospdeviceownerwificonfiguration-get.md + - name: Create + href: api/intune-deviceconfig-aospdeviceownerwificonfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-aospdeviceownerwificonfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-aospdeviceownerwificonfiguration-update.md + - name: Aosp device owner Wi-Fi security type + href: resources/intune-deviceconfig-aospdeviceownerwifisecuritytype.md + - name: App install control type + href: resources/intune-deviceconfig-appinstallcontroltype.md + - name: App list item + href: resources/intune-deviceconfig-applistitem.md + - name: App list type + href: resources/intune-deviceconfig-applisttype.md + - name: App locker application control type + href: resources/intune-deviceconfig-applockerapplicationcontroltype.md + - name: Apple app list item + href: resources/intune-deviceconfig-appleapplistitem.md + - name: Apple deployment channel + href: resources/intune-deviceconfig-appledeploymentchannel.md + - name: Apple device features configuration base + href: resources/intune-deviceconfig-appledevicefeaturesconfigurationbase.md + items: + - name: List + href: api/intune-deviceconfig-appledevicefeaturesconfigurationbase-list.md + - name: Get + href: api/intune-deviceconfig-appledevicefeaturesconfigurationbase-get.md + - name: Apple expedited checkin configuration base + href: resources/intune-deviceconfig-appleexpeditedcheckinconfigurationbase.md + items: + - name: List + href: api/intune-deviceconfig-appleexpeditedcheckinconfigurationbase-list.md + - name: Get + href: api/intune-deviceconfig-appleexpeditedcheckinconfigurationbase-get.md + - name: Apple subject name format + href: resources/intune-deviceconfig-applesubjectnameformat.md + - name: Apple VPN always on configuration + href: resources/intune-deviceconfig-applevpnalwaysonconfiguration.md + - name: Apple VPN configuration + href: resources/intune-deviceconfig-applevpnconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-applevpnconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-applevpnconfiguration-get.md + - name: Apple VPN connection type + href: resources/intune-deviceconfig-applevpnconnectiontype.md + - name: Application guard block clipboard sharing type + href: resources/intune-deviceconfig-applicationguardblockclipboardsharingtype.md + - name: Application guard block file transfer type + href: resources/intune-deviceconfig-applicationguardblockfiletransfertype.md + - name: Application guard enabled options + href: resources/intune-deviceconfig-applicationguardenabledoptions.md + - name: Authentication transform constant + href: resources/intune-deviceconfig-authenticationtransformconstant.md + - name: Auto restart notification dismissal method + href: resources/intune-deviceconfig-autorestartnotificationdismissalmethod.md + - name: Automatic update mode + href: resources/intune-deviceconfig-automaticupdatemode.md + - name: BitLocker encryption method + href: resources/intune-deviceconfig-bitlockerencryptionmethod.md + - name: BitLocker fixed drive policy + href: resources/intune-deviceconfig-bitlockerfixeddrivepolicy.md + - name: BitLocker recovery information type + href: resources/intune-deviceconfig-bitlockerrecoveryinformationtype.md + - name: BitLocker recovery options + href: resources/intune-deviceconfig-bitlockerrecoveryoptions.md + - name: BitLocker recovery password rotation type + href: resources/intune-deviceconfig-bitlockerrecoverypasswordrotationtype.md + - name: BitLocker removable drive policy + href: resources/intune-deviceconfig-bitlockerremovabledrivepolicy.md + - name: BitLocker system drive policy + href: resources/intune-deviceconfig-bitlockersystemdrivepolicy.md + - name: Browser sync setting + href: resources/intune-deviceconfig-browsersyncsetting.md + - name: Cart to class association + href: resources/intune-deviceconfig-carttoclassassociation.md + items: + - name: List + href: api/intune-deviceconfig-carttoclassassociation-list.md + - name: Get + href: api/intune-deviceconfig-carttoclassassociation-get.md + - name: Create + href: api/intune-deviceconfig-carttoclassassociation-create.md + - name: Delete + href: api/intune-deviceconfig-carttoclassassociation-delete.md + - name: Update + href: api/intune-deviceconfig-carttoclassassociation-update.md + - name: Certificate connector details + href: resources/intune-raimportcerts-certificateconnectordetails.md + items: + - name: List + href: api/intune-raimportcerts-certificateconnectordetails-list.md + - name: Get + href: api/intune-raimportcerts-certificateconnectordetails-get.md + - name: Create + href: api/intune-raimportcerts-certificateconnectordetails-create.md + - name: Delete + href: api/intune-raimportcerts-certificateconnectordetails-delete.md + - name: Update + href: api/intune-raimportcerts-certificateconnectordetails-update.md + - name: getHealthMetrics action + href: api/intune-raimportcerts-certificateconnectordetails-gethealthmetrics.md + - name: getHealthMetricTimeSeries action + href: api/intune-raimportcerts-certificateconnectordetails-gethealthmetrictimeseries.md + - name: Certificate connector health metric value + href: resources/intune-raimportcerts-certificateconnectorhealthmetricvalue.md + - name: Change uefi settings permission + href: resources/intune-deviceconfig-changeuefisettingspermission.md + - name: Code + href: resources/intune-deviceconfig-code.md + - name: Configuration usage + href: resources/intune-deviceconfig-configurationusage.md + - name: Credential single sign on extension + href: resources/intune-deviceconfig-credentialsinglesignonextension.md + - name: Cryptography suite + href: resources/intune-deviceconfig-cryptographysuite.md + - name: Custom subject alternative name + href: resources/intune-deviceconfig-customsubjectalternativename.md + - name: Custom update time window + href: resources/intune-deviceconfig-customupdatetimewindow.md + - name: Data type + href: resources/intune-deviceconfig-datatype.md + - name: Day of week + href: resources/intune-deviceconfig-dayofweek.md + - name: Default device compliance policy + href: resources/intune-deviceconfig-defaultdevicecompliancepolicy.md + items: + - name: List + href: api/intune-deviceconfig-defaultdevicecompliancepolicy-list.md + - name: Get + href: api/intune-deviceconfig-defaultdevicecompliancepolicy-get.md + - name: Create + href: api/intune-deviceconfig-defaultdevicecompliancepolicy-create.md + - name: Delete + href: api/intune-deviceconfig-defaultdevicecompliancepolicy-delete.md + - name: Update + href: api/intune-deviceconfig-defaultdevicecompliancepolicy-update.md + - name: Defender attack surface type + href: resources/intune-deviceconfig-defenderattacksurfacetype.md + - name: Defender cloud block level type + href: resources/intune-deviceconfig-defendercloudblockleveltype.md + - name: Defender detected malware actions + href: resources/intune-deviceconfig-defenderdetectedmalwareactions.md + - name: Defender monitor file activity + href: resources/intune-deviceconfig-defendermonitorfileactivity.md + - name: Defender potentially unwanted app action + href: resources/intune-deviceconfig-defenderpotentiallyunwantedappaction.md + - name: Defender prompt for sample submission + href: resources/intune-deviceconfig-defenderpromptforsamplesubmission.md + - name: Defender protection type + href: resources/intune-deviceconfig-defenderprotectiontype.md + - name: Defender realtime scan direction + href: resources/intune-deviceconfig-defenderrealtimescandirection.md + - name: Defender scan type + href: resources/intune-deviceconfig-defenderscantype.md + - name: Defender security center IT contact display type + href: resources/intune-deviceconfig-defendersecuritycenteritcontactdisplaytype.md + - name: Defender security center notifications from app type + href: resources/intune-deviceconfig-defendersecuritycenternotificationsfromapptype.md + - name: Defender submit samples consent type + href: resources/intune-deviceconfig-defendersubmitsamplesconsenttype.md + - name: Defender threat action + href: resources/intune-deviceconfig-defenderthreataction.md + - name: Delivery optimization bandwidth + href: resources/intune-deviceconfig-deliveryoptimizationbandwidth.md + - name: Delivery optimization bandwidth absolute + href: resources/intune-deviceconfig-deliveryoptimizationbandwidthabsolute.md + - name: Delivery optimization bandwidth business hours limit + href: resources/intune-deviceconfig-deliveryoptimizationbandwidthbusinesshourslimit.md + - name: Delivery optimization bandwidth hours with percentage + href: resources/intune-deviceconfig-deliveryoptimizationbandwidthhourswithpercentage.md + - name: Delivery optimization bandwidth percentage + href: resources/intune-deviceconfig-deliveryoptimizationbandwidthpercentage.md + - name: Delivery optimization group id custom + href: resources/intune-deviceconfig-deliveryoptimizationgroupidcustom.md + - name: Delivery optimization group id options type + href: resources/intune-deviceconfig-deliveryoptimizationgroupidoptionstype.md + - name: Delivery optimization group id source + href: resources/intune-deviceconfig-deliveryoptimizationgroupidsource.md + - name: Delivery optimization group id source options + href: resources/intune-deviceconfig-deliveryoptimizationgroupidsourceoptions.md + - name: Delivery optimization max cache size + href: resources/intune-deviceconfig-deliveryoptimizationmaxcachesize.md + - name: Delivery optimization max cache size absolute + href: resources/intune-deviceconfig-deliveryoptimizationmaxcachesizeabsolute.md + - name: Delivery optimization max cache size percentage + href: resources/intune-deviceconfig-deliveryoptimizationmaxcachesizepercentage.md + - name: Delivery optimization restrict peer selection by options + href: resources/intune-deviceconfig-deliveryoptimizationrestrictpeerselectionbyoptions.md + - name: Derived credential provider type + href: resources/intune-deviceconfig-derivedcredentialprovidertype.md + - name: Device compliance action item + href: resources/intune-deviceconfig-devicecomplianceactionitem.md + items: + - name: List + href: api/intune-deviceconfig-devicecomplianceactionitem-list.md + - name: Get + href: api/intune-deviceconfig-devicecomplianceactionitem-get.md + - name: Create + href: api/intune-deviceconfig-devicecomplianceactionitem-create.md + - name: Delete + href: api/intune-deviceconfig-devicecomplianceactionitem-delete.md + - name: Update + href: api/intune-deviceconfig-devicecomplianceactionitem-update.md + - name: Device compliance action type + href: resources/intune-deviceconfig-devicecomplianceactiontype.md + - name: Device compliance device overview + href: resources/intune-deviceconfig-devicecompliancedeviceoverview.md + items: + - name: Get + href: api/intune-deviceconfig-devicecompliancedeviceoverview-get.md + - name: Update + href: api/intune-deviceconfig-devicecompliancedeviceoverview-update.md + - name: Device compliance device status + href: resources/intune-deviceconfig-devicecompliancedevicestatus.md + items: + - name: List + href: api/intune-deviceconfig-devicecompliancedevicestatus-list.md + - name: Get + href: api/intune-deviceconfig-devicecompliancedevicestatus-get.md + - name: Create + href: api/intune-deviceconfig-devicecompliancedevicestatus-create.md + - name: Delete + href: api/intune-deviceconfig-devicecompliancedevicestatus-delete.md + - name: Update + href: api/intune-deviceconfig-devicecompliancedevicestatus-update.md + - name: Device compliance policy assignment + href: resources/intune-deviceconfig-devicecompliancepolicyassignment.md + items: + - name: List + href: api/intune-deviceconfig-devicecompliancepolicyassignment-list.md + - name: Get + href: api/intune-deviceconfig-devicecompliancepolicyassignment-get.md + - name: Create + href: api/intune-deviceconfig-devicecompliancepolicyassignment-create.md + - name: Delete + href: api/intune-deviceconfig-devicecompliancepolicyassignment-delete.md + - name: Update + href: api/intune-deviceconfig-devicecompliancepolicyassignment-update.md + - name: Device compliance policy device state summary + href: resources/intune-deviceconfig-devicecompliancepolicydevicestatesummary.md + items: + - name: Get + href: api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-get.md + - name: Update + href: api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-update.md + - name: Device compliance policy script + href: resources/intune-deviceconfig-devicecompliancepolicyscript.md + - name: Device compliance policy setting state + href: resources/intune-deviceconfig-devicecompliancepolicysettingstate.md + - name: Device compliance policy setting state summary + href: resources/intune-deviceconfig-devicecompliancepolicysettingstatesummary.md + items: + - name: List + href: api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-list.md + - name: Get + href: api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-get.md + - name: Create + href: api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-create.md + - name: Delete + href: api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-delete.md + - name: Update + href: api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-update.md + - name: Device compliance scheduled action for rule + href: resources/intune-deviceconfig-devicecompliancescheduledactionforrule.md + items: + - name: List + href: api/intune-deviceconfig-devicecompliancescheduledactionforrule-list.md + - name: Get + href: api/intune-deviceconfig-devicecompliancescheduledactionforrule-get.md + - name: Create + href: api/intune-deviceconfig-devicecompliancescheduledactionforrule-create.md + - name: Delete + href: api/intune-deviceconfig-devicecompliancescheduledactionforrule-delete.md + - name: Update + href: api/intune-deviceconfig-devicecompliancescheduledactionforrule-update.md + - name: Device compliance script error + href: resources/intune-deviceconfig-devicecompliancescripterror.md + - name: Device compliance script rul operator + href: resources/intune-deviceconfig-devicecompliancescriptruloperator.md + - name: Device compliance script rule + href: resources/intune-deviceconfig-devicecompliancescriptrule.md + - name: Device compliance script rule data type + href: resources/intune-deviceconfig-devicecompliancescriptruledatatype.md + - name: Device compliance script rule error + href: resources/intune-deviceconfig-devicecompliancescriptruleerror.md + - name: Device compliance script rules validation error + href: resources/intune-deviceconfig-devicecompliancescriptrulesvalidationerror.md + - name: Device compliance script validation result + href: resources/intune-deviceconfig-devicecompliancescriptvalidationresult.md + - name: Device compliance setting state + href: resources/intune-deviceconfig-devicecompliancesettingstate.md + items: + - name: List + href: api/intune-deviceconfig-devicecompliancesettingstate-list.md + - name: Get + href: api/intune-deviceconfig-devicecompliancesettingstate-get.md + - name: Create + href: api/intune-deviceconfig-devicecompliancesettingstate-create.md + - name: Delete + href: api/intune-deviceconfig-devicecompliancesettingstate-delete.md + - name: Update + href: api/intune-deviceconfig-devicecompliancesettingstate-update.md + - name: Device compliance user overview + href: resources/intune-deviceconfig-devicecomplianceuseroverview.md + items: + - name: Get + href: api/intune-deviceconfig-devicecomplianceuseroverview-get.md + - name: Update + href: api/intune-deviceconfig-devicecomplianceuseroverview-update.md + - name: Device compliance user status + href: resources/intune-deviceconfig-devicecomplianceuserstatus.md + items: + - name: List + href: api/intune-deviceconfig-devicecomplianceuserstatus-list.md + - name: Get + href: api/intune-deviceconfig-devicecomplianceuserstatus-get.md + - name: Create + href: api/intune-deviceconfig-devicecomplianceuserstatus-create.md + - name: Delete + href: api/intune-deviceconfig-devicecomplianceuserstatus-delete.md + - name: Update + href: api/intune-deviceconfig-devicecomplianceuserstatus-update.md + - name: Device config assignment intent + href: resources/intune-deviceconfig-deviceconfigassignmentintent.md + - name: Device configuration assignment + href: resources/intune-deviceconfig-deviceconfigurationassignment.md + items: + - name: List + href: api/intune-deviceconfig-deviceconfigurationassignment-list.md + - name: Get + href: api/intune-deviceconfig-deviceconfigurationassignment-get.md + - name: Create + href: api/intune-deviceconfig-deviceconfigurationassignment-create.md + - name: Delete + href: api/intune-deviceconfig-deviceconfigurationassignment-delete.md + - name: Update + href: api/intune-deviceconfig-deviceconfigurationassignment-update.md + - name: Device configuration conflict summary + href: resources/intune-deviceconfig-deviceconfigurationconflictsummary.md + items: + - name: List + href: api/intune-deviceconfig-deviceconfigurationconflictsummary-list.md + - name: Get + href: api/intune-deviceconfig-deviceconfigurationconflictsummary-get.md + - name: Create + href: api/intune-deviceconfig-deviceconfigurationconflictsummary-create.md + - name: Delete + href: api/intune-deviceconfig-deviceconfigurationconflictsummary-delete.md + - name: Update + href: api/intune-deviceconfig-deviceconfigurationconflictsummary-update.md + - name: Device configuration device overview + href: resources/intune-deviceconfig-deviceconfigurationdeviceoverview.md + items: + - name: Get + href: api/intune-deviceconfig-deviceconfigurationdeviceoverview-get.md + - name: Update + href: api/intune-deviceconfig-deviceconfigurationdeviceoverview-update.md + - name: Device configuration device state summary + href: resources/intune-deviceconfig-deviceconfigurationdevicestatesummary.md + items: + - name: Get + href: api/intune-deviceconfig-deviceconfigurationdevicestatesummary-get.md + - name: Update + href: api/intune-deviceconfig-deviceconfigurationdevicestatesummary-update.md + - name: Device configuration device status + href: resources/intune-deviceconfig-deviceconfigurationdevicestatus.md + items: + - name: List + href: api/intune-deviceconfig-deviceconfigurationdevicestatus-list.md + - name: Get + href: api/intune-deviceconfig-deviceconfigurationdevicestatus-get.md + - name: Create + href: api/intune-deviceconfig-deviceconfigurationdevicestatus-create.md + - name: Delete + href: api/intune-deviceconfig-deviceconfigurationdevicestatus-delete.md + - name: Update + href: api/intune-deviceconfig-deviceconfigurationdevicestatus-update.md + - name: Device configuration group assignment + href: resources/intune-deviceconfig-deviceconfigurationgroupassignment.md + items: + - name: List + href: api/intune-deviceconfig-deviceconfigurationgroupassignment-list.md + - name: Get + href: api/intune-deviceconfig-deviceconfigurationgroupassignment-get.md + - name: Create + href: api/intune-deviceconfig-deviceconfigurationgroupassignment-create.md + - name: Delete + href: api/intune-deviceconfig-deviceconfigurationgroupassignment-delete.md + - name: Update + href: api/intune-deviceconfig-deviceconfigurationgroupassignment-update.md + - name: Device configuration setting state + href: resources/intune-deviceconfig-deviceconfigurationsettingstate.md + - name: Device configuration targeted user and device + href: resources/intune-deviceconfig-deviceconfigurationtargeteduseranddevice.md + - name: Device configuration user overview + href: resources/intune-deviceconfig-deviceconfigurationuseroverview.md + items: + - name: Get + href: api/intune-deviceconfig-deviceconfigurationuseroverview-get.md + - name: Update + href: api/intune-deviceconfig-deviceconfigurationuseroverview-update.md + - name: Device configuration user state summary + href: resources/intune-deviceconfig-deviceconfigurationuserstatesummary.md + items: + - name: Get + href: api/intune-deviceconfig-deviceconfigurationuserstatesummary-get.md + - name: Update + href: api/intune-deviceconfig-deviceconfigurationuserstatesummary-update.md + - name: Device configuration user status + href: resources/intune-deviceconfig-deviceconfigurationuserstatus.md + items: + - name: List + href: api/intune-deviceconfig-deviceconfigurationuserstatus-list.md + - name: Get + href: api/intune-deviceconfig-deviceconfigurationuserstatus-get.md + - name: Create + href: api/intune-deviceconfig-deviceconfigurationuserstatus-create.md + - name: Delete + href: api/intune-deviceconfig-deviceconfigurationuserstatus-delete.md + - name: Update + href: api/intune-deviceconfig-deviceconfigurationuserstatus-update.md + - name: Device guard local system authority credential guard type + href: resources/intune-deviceconfig-deviceguardlocalsystemauthoritycredentialguardtype.md + - name: Device management applicability rule device mode + href: resources/intune-deviceconfig-devicemanagementapplicabilityruledevicemode.md + - name: Device management applicability rule os edition + href: resources/intune-deviceconfig-devicemanagementapplicabilityruleosedition.md + - name: Device management applicability rule os version + href: resources/intune-deviceconfig-devicemanagementapplicabilityruleosversion.md + - name: Device management applicability rule type + href: resources/intune-deviceconfig-devicemanagementapplicabilityruletype.md + - name: Device management certification authority + href: resources/intune-deviceconfig-devicemanagementcertificationauthority.md + - name: Device management reports + href: resources/intune-grouppolicy-devicemanagementreports.md + items: + - name: Get + href: api/intune-grouppolicy-devicemanagementreports-get.md + - name: Update + href: api/intune-grouppolicy-devicemanagementreports-update.md + - name: getGroupPolicySettingsDeviceSettingsReport action + href: api/intune-grouppolicy-devicemanagementreports-getgrouppolicysettingsdevicesettingsreport.md + - name: Device management settings + href: resources/intune-deviceconfig-devicemanagementsettings.md + - name: Device management user rights local user or group + href: resources/intune-deviceconfig-devicemanagementuserrightslocaluserorgroup.md + - name: Device management user rights setting + href: resources/intune-deviceconfig-devicemanagementuserrightssetting.md + - name: Device platform type + href: resources/intune-deviceconfig-deviceplatformtype.md + - name: Device threat protection level + href: resources/intune-deviceconfig-devicethreatprotectionlevel.md + - name: Device type + href: resources/intune-deviceconfig-devicetype.md + - name: Device types + href: resources/intune-deviceconfig-devicetypes.md + - name: Diagnostic data submission mode + href: resources/intune-deviceconfig-diagnosticdatasubmissionmode.md + - name: Diffie hellman group + href: resources/intune-deviceconfig-diffiehellmangroup.md + - name: DMA guard device enumeration policy type + href: resources/intune-deviceconfig-dmaguarddeviceenumerationpolicytype.md + - name: Domain name source + href: resources/intune-deviceconfig-domainnamesource.md + - name: EAP fast configuration + href: resources/intune-deviceconfig-eapfastconfiguration.md + - name: EAP type + href: resources/intune-deviceconfig-eaptype.md + - name: EAS authentication method + href: resources/intune-deviceconfig-easauthenticationmethod.md + - name: EAS email profile configuration base + href: resources/intune-deviceconfig-easemailprofileconfigurationbase.md + items: + - name: List + href: api/intune-deviceconfig-easemailprofileconfigurationbase-list.md + - name: Get + href: api/intune-deviceconfig-easemailprofileconfigurationbase-get.md + - name: EAS services + href: resources/intune-deviceconfig-easservices.md + - name: Edge cookie policy + href: resources/intune-deviceconfig-edgecookiepolicy.md + - name: Edge home button configuration + href: resources/intune-deviceconfig-edgehomebuttonconfiguration.md + - name: Edge home button hidden + href: resources/intune-deviceconfig-edgehomebuttonhidden.md + - name: Edge home button loads start page + href: resources/intune-deviceconfig-edgehomebuttonloadsstartpage.md + - name: Edge home button opens custom u r l + href: resources/intune-deviceconfig-edgehomebuttonopenscustomurl.md + - name: Edge home button opens new tab + href: resources/intune-deviceconfig-edgehomebuttonopensnewtab.md + - name: Edge kiosk mode restriction type + href: resources/intune-deviceconfig-edgekioskmoderestrictiontype.md + - name: Edge open options + href: resources/intune-deviceconfig-edgeopenoptions.md + - name: Edge search engine + href: resources/intune-deviceconfig-edgesearchengine.md + - name: Edge search engine base + href: resources/intune-deviceconfig-edgesearchenginebase.md + - name: Edge search engine custom + href: resources/intune-deviceconfig-edgesearchenginecustom.md + - name: Edge search engine type + href: resources/intune-deviceconfig-edgesearchenginetype.md + - name: Edge telemetry mode + href: resources/intune-deviceconfig-edgetelemetrymode.md + - name: Edition upgrade configuration + href: resources/intune-deviceconfig-editionupgradeconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-editionupgradeconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-editionupgradeconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-editionupgradeconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-editionupgradeconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-editionupgradeconfiguration-update.md + - name: Edition upgrade license type + href: resources/intune-deviceconfig-editionupgradelicensetype.md + - name: Email certificate type + href: resources/intune-deviceconfig-emailcertificatetype.md + - name: Email sync duration + href: resources/intune-deviceconfig-emailsyncduration.md + - name: Email sync schedule + href: resources/intune-deviceconfig-emailsyncschedule.md + - name: Encryption readiness state + href: resources/intune-deviceconfig-encryptionreadinessstate.md + - name: Encryption report policy details + href: resources/intune-deviceconfig-encryptionreportpolicydetails.md + - name: Encryption state + href: resources/intune-deviceconfig-encryptionstate.md + - name: File vault state + href: resources/intune-deviceconfig-filevaultstate.md + - name: Firewall certificate revocation list check method type + href: resources/intune-deviceconfig-firewallcertificaterevocationlistcheckmethodtype.md + - name: Firewall packet queueing method type + href: resources/intune-deviceconfig-firewallpacketqueueingmethodtype.md + - name: Firewall pre shared key encoding method type + href: resources/intune-deviceconfig-firewallpresharedkeyencodingmethodtype.md + - name: Folder protection type + href: resources/intune-deviceconfig-folderprotectiontype.md + - name: Group policy category + href: resources/intune-grouppolicy-grouppolicycategory.md + items: + - name: Get + href: api/intune-grouppolicy-grouppolicycategory-get.md + - name: Update + href: api/intune-grouppolicy-grouppolicycategory-update.md + - name: Group policy configuration + href: resources/intune-grouppolicy-grouppolicyconfiguration.md + items: + - name: List + href: api/intune-grouppolicy-grouppolicyconfiguration-list.md + - name: Get + href: api/intune-grouppolicy-grouppolicyconfiguration-get.md + - name: Create + href: api/intune-grouppolicy-grouppolicyconfiguration-create.md + - name: Delete + href: api/intune-grouppolicy-grouppolicyconfiguration-delete.md + - name: Update + href: api/intune-grouppolicy-grouppolicyconfiguration-update.md + - name: assign action + href: api/intune-grouppolicy-grouppolicyconfiguration-assign.md + - name: updateDefinitionValues action + href: api/intune-grouppolicy-grouppolicyconfiguration-updatedefinitionvalues.md + - name: Group policy configuration assignment + href: resources/intune-grouppolicy-grouppolicyconfigurationassignment.md + items: + - name: List + href: api/intune-grouppolicy-grouppolicyconfigurationassignment-list.md + - name: Get + href: api/intune-grouppolicy-grouppolicyconfigurationassignment-get.md + - name: Create + href: api/intune-grouppolicy-grouppolicyconfigurationassignment-create.md + - name: Delete + href: api/intune-grouppolicy-grouppolicyconfigurationassignment-delete.md + - name: Update + href: api/intune-grouppolicy-grouppolicyconfigurationassignment-update.md + - name: Group policy configuration ingestion type + href: resources/intune-grouppolicy-grouppolicyconfigurationingestiontype.md + - name: Group policy configuration type + href: resources/intune-grouppolicy-grouppolicyconfigurationtype.md + - name: Group policy definition + href: resources/intune-grouppolicy-grouppolicydefinition.md + items: + - name: Get + href: api/intune-grouppolicy-grouppolicydefinition-get.md + - name: Update + href: api/intune-grouppolicy-grouppolicydefinition-update.md + - name: Group policy definition class type + href: resources/intune-grouppolicy-grouppolicydefinitionclasstype.md + - name: Group policy definition file + href: resources/intune-grouppolicy-grouppolicydefinitionfile.md + items: + - name: Get + href: api/intune-grouppolicy-grouppolicydefinitionfile-get.md + - name: Update + href: api/intune-grouppolicy-grouppolicydefinitionfile-update.md + - name: Group policy definition value + href: resources/intune-grouppolicy-grouppolicydefinitionvalue.md + items: + - name: List + href: api/intune-grouppolicy-grouppolicydefinitionvalue-list.md + - name: Get + href: api/intune-grouppolicy-grouppolicydefinitionvalue-get.md + - name: Create + href: api/intune-grouppolicy-grouppolicydefinitionvalue-create.md + - name: Delete + href: api/intune-grouppolicy-grouppolicydefinitionvalue-delete.md + - name: Update + href: api/intune-grouppolicy-grouppolicydefinitionvalue-update.md + - name: Group policy operation + href: resources/intune-grouppolicy-grouppolicyoperation.md + items: + - name: List + href: api/intune-grouppolicy-grouppolicyoperation-list.md + - name: Get + href: api/intune-grouppolicy-grouppolicyoperation-get.md + - name: Create + href: api/intune-grouppolicy-grouppolicyoperation-create.md + - name: Delete + href: api/intune-grouppolicy-grouppolicyoperation-delete.md + - name: Update + href: api/intune-grouppolicy-grouppolicyoperation-update.md + - name: Group policy operation status + href: resources/intune-grouppolicy-grouppolicyoperationstatus.md + - name: Group policy operation type + href: resources/intune-grouppolicy-grouppolicyoperationtype.md + - name: Group policy presentation + href: resources/intune-grouppolicy-grouppolicypresentation.md + items: + - name: Get + href: api/intune-grouppolicy-grouppolicypresentation-get.md + - name: Update + href: api/intune-grouppolicy-grouppolicypresentation-update.md + - name: Group policy presentation check box + href: resources/intune-grouppolicy-grouppolicypresentationcheckbox.md + items: + - name: List + href: api/intune-grouppolicy-grouppolicypresentationcheckbox-list.md + - name: Get + href: api/intune-grouppolicy-grouppolicypresentationcheckbox-get.md + - name: Create + href: api/intune-grouppolicy-grouppolicypresentationcheckbox-create.md + - name: Delete + href: api/intune-grouppolicy-grouppolicypresentationcheckbox-delete.md + - name: Update + href: api/intune-grouppolicy-grouppolicypresentationcheckbox-update.md + - name: Group policy presentation combo box + href: resources/intune-grouppolicy-grouppolicypresentationcombobox.md + items: + - name: List + href: api/intune-grouppolicy-grouppolicypresentationcombobox-list.md + - name: Get + href: api/intune-grouppolicy-grouppolicypresentationcombobox-get.md + - name: Create + href: api/intune-grouppolicy-grouppolicypresentationcombobox-create.md + - name: Delete + href: api/intune-grouppolicy-grouppolicypresentationcombobox-delete.md + - name: Update + href: api/intune-grouppolicy-grouppolicypresentationcombobox-update.md + - name: Group policy presentation decimal text box + href: resources/intune-grouppolicy-grouppolicypresentationdecimaltextbox.md + items: + - name: List + href: api/intune-grouppolicy-grouppolicypresentationdecimaltextbox-list.md + - name: Get + href: api/intune-grouppolicy-grouppolicypresentationdecimaltextbox-get.md + - name: Create + href: api/intune-grouppolicy-grouppolicypresentationdecimaltextbox-create.md + - name: Delete + href: api/intune-grouppolicy-grouppolicypresentationdecimaltextbox-delete.md + - name: Update + href: api/intune-grouppolicy-grouppolicypresentationdecimaltextbox-update.md + - name: Group policy presentation dropdown list + href: resources/intune-grouppolicy-grouppolicypresentationdropdownlist.md + items: + - name: List + href: api/intune-grouppolicy-grouppolicypresentationdropdownlist-list.md + - name: Get + href: api/intune-grouppolicy-grouppolicypresentationdropdownlist-get.md + - name: Create + href: api/intune-grouppolicy-grouppolicypresentationdropdownlist-create.md + - name: Delete + href: api/intune-grouppolicy-grouppolicypresentationdropdownlist-delete.md + - name: Update + href: api/intune-grouppolicy-grouppolicypresentationdropdownlist-update.md + - name: Group policy presentation dropdown list item + href: resources/intune-grouppolicy-grouppolicypresentationdropdownlistitem.md + - name: Group policy presentation list box + href: resources/intune-grouppolicy-grouppolicypresentationlistbox.md + items: + - name: List + href: api/intune-grouppolicy-grouppolicypresentationlistbox-list.md + - name: Get + href: api/intune-grouppolicy-grouppolicypresentationlistbox-get.md + - name: Create + href: api/intune-grouppolicy-grouppolicypresentationlistbox-create.md + - name: Delete + href: api/intune-grouppolicy-grouppolicypresentationlistbox-delete.md + - name: Update + href: api/intune-grouppolicy-grouppolicypresentationlistbox-update.md + - name: Group policy presentation long decimal text box + href: resources/intune-grouppolicy-grouppolicypresentationlongdecimaltextbox.md + items: + - name: List + href: api/intune-grouppolicy-grouppolicypresentationlongdecimaltextbox-list.md + - name: Get + href: api/intune-grouppolicy-grouppolicypresentationlongdecimaltextbox-get.md + - name: Create + href: api/intune-grouppolicy-grouppolicypresentationlongdecimaltextbox-create.md + - name: Delete + href: api/intune-grouppolicy-grouppolicypresentationlongdecimaltextbox-delete.md + - name: Update + href: api/intune-grouppolicy-grouppolicypresentationlongdecimaltextbox-update.md + - name: Group policy presentation multi text box + href: resources/intune-grouppolicy-grouppolicypresentationmultitextbox.md + items: + - name: List + href: api/intune-grouppolicy-grouppolicypresentationmultitextbox-list.md + - name: Get + href: api/intune-grouppolicy-grouppolicypresentationmultitextbox-get.md + - name: Create + href: api/intune-grouppolicy-grouppolicypresentationmultitextbox-create.md + - name: Delete + href: api/intune-grouppolicy-grouppolicypresentationmultitextbox-delete.md + - name: Update + href: api/intune-grouppolicy-grouppolicypresentationmultitextbox-update.md + - name: Group policy presentation text + href: resources/intune-grouppolicy-grouppolicypresentationtext.md + items: + - name: List + href: api/intune-grouppolicy-grouppolicypresentationtext-list.md + - name: Get + href: api/intune-grouppolicy-grouppolicypresentationtext-get.md + - name: Create + href: api/intune-grouppolicy-grouppolicypresentationtext-create.md + - name: Delete + href: api/intune-grouppolicy-grouppolicypresentationtext-delete.md + - name: Update + href: api/intune-grouppolicy-grouppolicypresentationtext-update.md + - name: Group policy presentation text box + href: resources/intune-grouppolicy-grouppolicypresentationtextbox.md + items: + - name: List + href: api/intune-grouppolicy-grouppolicypresentationtextbox-list.md + - name: Get + href: api/intune-grouppolicy-grouppolicypresentationtextbox-get.md + - name: Create + href: api/intune-grouppolicy-grouppolicypresentationtextbox-create.md + - name: Delete + href: api/intune-grouppolicy-grouppolicypresentationtextbox-delete.md + - name: Update + href: api/intune-grouppolicy-grouppolicypresentationtextbox-update.md + - name: Group policy presentation value + href: resources/intune-grouppolicy-grouppolicypresentationvalue.md + items: + - name: List + href: api/intune-grouppolicy-grouppolicypresentationvalue-list.md + - name: Get + href: api/intune-grouppolicy-grouppolicypresentationvalue-get.md + - name: Create + href: api/intune-grouppolicy-grouppolicypresentationvalue-create.md + - name: Delete + href: api/intune-grouppolicy-grouppolicypresentationvalue-delete.md + - name: Update + href: api/intune-grouppolicy-grouppolicypresentationvalue-update.md + - name: Group policy presentation value boolean + href: resources/intune-grouppolicy-grouppolicypresentationvalueboolean.md + items: + - name: List + href: api/intune-grouppolicy-grouppolicypresentationvalueboolean-list.md + - name: Get + href: api/intune-grouppolicy-grouppolicypresentationvalueboolean-get.md + - name: Create + href: api/intune-grouppolicy-grouppolicypresentationvalueboolean-create.md + - name: Delete + href: api/intune-grouppolicy-grouppolicypresentationvalueboolean-delete.md + - name: Update + href: api/intune-grouppolicy-grouppolicypresentationvalueboolean-update.md + - name: Group policy presentation value decimal + href: resources/intune-grouppolicy-grouppolicypresentationvaluedecimal.md + items: + - name: List + href: api/intune-grouppolicy-grouppolicypresentationvaluedecimal-list.md + - name: Get + href: api/intune-grouppolicy-grouppolicypresentationvaluedecimal-get.md + - name: Create + href: api/intune-grouppolicy-grouppolicypresentationvaluedecimal-create.md + - name: Delete + href: api/intune-grouppolicy-grouppolicypresentationvaluedecimal-delete.md + - name: Update + href: api/intune-grouppolicy-grouppolicypresentationvaluedecimal-update.md + - name: Group policy presentation value list + href: resources/intune-grouppolicy-grouppolicypresentationvaluelist.md + items: + - name: List + href: api/intune-grouppolicy-grouppolicypresentationvaluelist-list.md + - name: Get + href: api/intune-grouppolicy-grouppolicypresentationvaluelist-get.md + - name: Create + href: api/intune-grouppolicy-grouppolicypresentationvaluelist-create.md + - name: Delete + href: api/intune-grouppolicy-grouppolicypresentationvaluelist-delete.md + - name: Update + href: api/intune-grouppolicy-grouppolicypresentationvaluelist-update.md + - name: Group policy presentation value long decimal + href: resources/intune-grouppolicy-grouppolicypresentationvaluelongdecimal.md + items: + - name: List + href: api/intune-grouppolicy-grouppolicypresentationvaluelongdecimal-list.md + - name: Get + href: api/intune-grouppolicy-grouppolicypresentationvaluelongdecimal-get.md + - name: Create + href: api/intune-grouppolicy-grouppolicypresentationvaluelongdecimal-create.md + - name: Delete + href: api/intune-grouppolicy-grouppolicypresentationvaluelongdecimal-delete.md + - name: Update + href: api/intune-grouppolicy-grouppolicypresentationvaluelongdecimal-update.md + - name: Group policy presentation value multi text + href: resources/intune-grouppolicy-grouppolicypresentationvaluemultitext.md + items: + - name: List + href: api/intune-grouppolicy-grouppolicypresentationvaluemultitext-list.md + - name: Get + href: api/intune-grouppolicy-grouppolicypresentationvaluemultitext-get.md + - name: Create + href: api/intune-grouppolicy-grouppolicypresentationvaluemultitext-create.md + - name: Delete + href: api/intune-grouppolicy-grouppolicypresentationvaluemultitext-delete.md + - name: Update + href: api/intune-grouppolicy-grouppolicypresentationvaluemultitext-update.md + - name: Group policy presentation value text + href: resources/intune-grouppolicy-grouppolicypresentationvaluetext.md + items: + - name: List + href: api/intune-grouppolicy-grouppolicypresentationvaluetext-list.md + - name: Get + href: api/intune-grouppolicy-grouppolicypresentationvaluetext-get.md + - name: Create + href: api/intune-grouppolicy-grouppolicypresentationvaluetext-create.md + - name: Delete + href: api/intune-grouppolicy-grouppolicypresentationvaluetext-delete.md + - name: Update + href: api/intune-grouppolicy-grouppolicypresentationvaluetext-update.md + - name: Group policy type + href: resources/intune-grouppolicy-grouppolicytype.md + - name: Group policy uploaded category + href: resources/intune-grouppolicy-grouppolicyuploadedcategory.md + items: + - name: List + href: api/intune-grouppolicy-grouppolicyuploadedcategory-list.md + - name: Get + href: api/intune-grouppolicy-grouppolicyuploadedcategory-get.md + - name: Create + href: api/intune-grouppolicy-grouppolicyuploadedcategory-create.md + - name: Delete + href: api/intune-grouppolicy-grouppolicyuploadedcategory-delete.md + - name: Update + href: api/intune-grouppolicy-grouppolicyuploadedcategory-update.md + - name: Group policy uploaded definition + href: resources/intune-grouppolicy-grouppolicyuploadeddefinition.md + items: + - name: List + href: api/intune-grouppolicy-grouppolicyuploadeddefinition-list.md + - name: Get + href: api/intune-grouppolicy-grouppolicyuploadeddefinition-get.md + - name: Create + href: api/intune-grouppolicy-grouppolicyuploadeddefinition-create.md + - name: Delete + href: api/intune-grouppolicy-grouppolicyuploadeddefinition-delete.md + - name: Update + href: api/intune-grouppolicy-grouppolicyuploadeddefinition-update.md + - name: Group policy uploaded definition file + href: resources/intune-grouppolicy-grouppolicyuploadeddefinitionfile.md + items: + - name: List + href: api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-list.md + - name: Get + href: api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-get.md + - name: Create + href: api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-create.md + - name: Delete + href: api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-delete.md + - name: Update + href: api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-update.md + - name: addLanguageFiles action + href: api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-addlanguagefiles.md + - name: removeLanguageFiles action + href: api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-removelanguagefiles.md + - name: updateLanguageFiles action + href: api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-updatelanguagefiles.md + - name: uploadNewVersion action + href: api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-uploadnewversion.md + - name: remove action + href: api/intune-grouppolicy-grouppolicyuploadeddefinitionfile-remove.md + - name: Group policy uploaded definition file status + href: resources/intune-grouppolicy-grouppolicyuploadeddefinitionfilestatus.md + - name: Group policy uploaded language file + href: resources/intune-grouppolicy-grouppolicyuploadedlanguagefile.md + - name: Group policy uploaded presentation + href: resources/intune-grouppolicy-grouppolicyuploadedpresentation.md + items: + - name: List + href: api/intune-grouppolicy-grouppolicyuploadedpresentation-list.md + - name: Get + href: api/intune-grouppolicy-grouppolicyuploadedpresentation-get.md + - name: Create + href: api/intune-grouppolicy-grouppolicyuploadedpresentation-create.md + - name: Delete + href: api/intune-grouppolicy-grouppolicyuploadedpresentation-delete.md + - name: Update + href: api/intune-grouppolicy-grouppolicyuploadedpresentation-update.md + - name: Hardware configuration + href: resources/intune-deviceconfig-hardwareconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-hardwareconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-hardwareconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-hardwareconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-hardwareconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-hardwareconfiguration-update.md + - name: assignHardwareConfiguration action + href: api/intune-deviceconfig-hardwareconfiguration-assignhardwareconfiguration.md + - name: assign action + href: api/intune-deviceconfig-hardwareconfiguration-assign.md + - name: Hardware configuration assignment + href: resources/intune-deviceconfig-hardwareconfigurationassignment.md + items: + - name: List + href: api/intune-deviceconfig-hardwareconfigurationassignment-list.md + - name: Get + href: api/intune-deviceconfig-hardwareconfigurationassignment-get.md + - name: Create + href: api/intune-deviceconfig-hardwareconfigurationassignment-create.md + - name: Delete + href: api/intune-deviceconfig-hardwareconfigurationassignment-delete.md + - name: Update + href: api/intune-deviceconfig-hardwareconfigurationassignment-update.md + - name: Hardware configuration device state + href: resources/intune-deviceconfig-hardwareconfigurationdevicestate.md + items: + - name: List + href: api/intune-deviceconfig-hardwareconfigurationdevicestate-list.md + - name: Get + href: api/intune-deviceconfig-hardwareconfigurationdevicestate-get.md + - name: Create + href: api/intune-deviceconfig-hardwareconfigurationdevicestate-create.md + - name: Delete + href: api/intune-deviceconfig-hardwareconfigurationdevicestate-delete.md + - name: Update + href: api/intune-deviceconfig-hardwareconfigurationdevicestate-update.md + - name: Hardware configuration format + href: resources/intune-deviceconfig-hardwareconfigurationformat.md + - name: Hardware configuration run summary + href: resources/intune-deviceconfig-hardwareconfigurationrunsummary.md + items: + - name: Get + href: api/intune-deviceconfig-hardwareconfigurationrunsummary-get.md + - name: Update + href: api/intune-deviceconfig-hardwareconfigurationrunsummary-update.md + - name: Hardware configuration user state + href: resources/intune-deviceconfig-hardwareconfigurationuserstate.md + items: + - name: List + href: api/intune-deviceconfig-hardwareconfigurationuserstate-list.md + - name: Get + href: api/intune-deviceconfig-hardwareconfigurationuserstate-get.md + - name: Create + href: api/intune-deviceconfig-hardwareconfigurationuserstate-create.md + - name: Delete + href: api/intune-deviceconfig-hardwareconfigurationuserstate-delete.md + - name: Update + href: api/intune-deviceconfig-hardwareconfigurationuserstate-update.md + - name: Hardware password info + href: resources/intune-deviceconfig-hardwarepasswordinfo.md + items: + - name: List + href: api/intune-deviceconfig-hardwarepasswordinfo-list.md + - name: Get + href: api/intune-deviceconfig-hardwarepasswordinfo-get.md + - name: Create + href: api/intune-deviceconfig-hardwarepasswordinfo-create.md + - name: Delete + href: api/intune-deviceconfig-hardwarepasswordinfo-delete.md + - name: Update + href: api/intune-deviceconfig-hardwarepasswordinfo-update.md + - name: Ingestion source + href: resources/intune-grouppolicy-ingestionsource.md + - name: Ink access setting + href: resources/intune-deviceconfig-inkaccesssetting.md + - name: Intended purpose + href: resources/intune-deviceconfig-intendedpurpose.md + - name: Internet explorer message setting + href: resources/intune-deviceconfig-internetexplorermessagesetting.md + - name: Internet site security level + href: resources/intune-deviceconfig-internetsitesecuritylevel.md + - name: iOS Microsoft Entra single sign on extension + href: resources/intune-deviceconfig-iosazureadsinglesignonextension.md + - name: iOS bookmark + href: resources/intune-deviceconfig-iosbookmark.md + - name: iOS certificate profile + href: resources/intune-deviceconfig-ioscertificateprofile.md + items: + - name: List + href: api/intune-deviceconfig-ioscertificateprofile-list.md + - name: Get + href: api/intune-deviceconfig-ioscertificateprofile-get.md + - name: iOS certificate profile base + href: resources/intune-deviceconfig-ioscertificateprofilebase.md + items: + - name: List + href: api/intune-deviceconfig-ioscertificateprofilebase-list.md + - name: Get + href: api/intune-deviceconfig-ioscertificateprofilebase-get.md + - name: iOS compliance policy + href: resources/intune-deviceconfig-ioscompliancepolicy.md + items: + - name: List + href: api/intune-deviceconfig-ioscompliancepolicy-list.md + - name: Get + href: api/intune-deviceconfig-ioscompliancepolicy-get.md + - name: Create + href: api/intune-deviceconfig-ioscompliancepolicy-create.md + - name: Delete + href: api/intune-deviceconfig-ioscompliancepolicy-delete.md + - name: Update + href: api/intune-deviceconfig-ioscompliancepolicy-update.md + - name: iOS credential single sign on extension + href: resources/intune-deviceconfig-ioscredentialsinglesignonextension.md + - name: iOS custom configuration + href: resources/intune-deviceconfig-ioscustomconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-ioscustomconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-ioscustomconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-ioscustomconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-ioscustomconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-ioscustomconfiguration-update.md + - name: iOS derived credential authentication configuration + href: resources/intune-deviceconfig-iosderivedcredentialauthenticationconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-iosderivedcredentialauthenticationconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-iosderivedcredentialauthenticationconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-iosderivedcredentialauthenticationconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-iosderivedcredentialauthenticationconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-iosderivedcredentialauthenticationconfiguration-update.md + - name: iOS device features configuration + href: resources/intune-deviceconfig-iosdevicefeaturesconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-iosdevicefeaturesconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-iosdevicefeaturesconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-iosdevicefeaturesconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-iosdevicefeaturesconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-iosdevicefeaturesconfiguration-update.md + - name: iOS EAS email profile configuration + href: resources/intune-deviceconfig-ioseasemailprofileconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-ioseasemailprofileconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-ioseasemailprofileconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-ioseasemailprofileconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-ioseasemailprofileconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-ioseasemailprofileconfiguration-update.md + - name: iOS EDU certificate settings + href: resources/intune-deviceconfig-ioseducertificatesettings.md + - name: iOS EDU device configuration + href: resources/intune-deviceconfig-iosedudeviceconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-iosedudeviceconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-iosedudeviceconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-iosedudeviceconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-iosedudeviceconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-iosedudeviceconfiguration-update.md + - name: iOS education device configuration + href: resources/intune-deviceconfig-ioseducationdeviceconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-ioseducationdeviceconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-ioseducationdeviceconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-ioseducationdeviceconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-ioseducationdeviceconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-ioseducationdeviceconfiguration-update.md + - name: iOS enterprise Wi-Fi configuration + href: resources/intune-deviceconfig-iosenterprisewificonfiguration.md + items: + - name: List + href: api/intune-deviceconfig-iosenterprisewificonfiguration-list.md + - name: Get + href: api/intune-deviceconfig-iosenterprisewificonfiguration-get.md + - name: Create + href: api/intune-deviceconfig-iosenterprisewificonfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-iosenterprisewificonfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-iosenterprisewificonfiguration-update.md + - name: iOS expedited checkin configuration + href: resources/intune-deviceconfig-iosexpeditedcheckinconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-iosexpeditedcheckinconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-iosexpeditedcheckinconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-iosexpeditedcheckinconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-iosexpeditedcheckinconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-iosexpeditedcheckinconfiguration-update.md + - name: iOS general device configuration + href: resources/intune-deviceconfig-iosgeneraldeviceconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-iosgeneraldeviceconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-iosgeneraldeviceconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-iosgeneraldeviceconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-iosgeneraldeviceconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-iosgeneraldeviceconfiguration-update.md + - name: iOS home screen app + href: resources/intune-deviceconfig-ioshomescreenapp.md + - name: iOS home screen folder + href: resources/intune-deviceconfig-ioshomescreenfolder.md + - name: iOS home screen folder page + href: resources/intune-deviceconfig-ioshomescreenfolderpage.md + - name: iOS home screen item + href: resources/intune-deviceconfig-ioshomescreenitem.md + - name: iOS home screen page + href: resources/intune-deviceconfig-ioshomescreenpage.md + - name: iOS imported PFX certificate profile + href: resources/intune-deviceconfig-iosimportedpfxcertificateprofile.md + items: + - name: List + href: api/intune-deviceconfig-iosimportedpfxcertificateprofile-list.md + - name: Get + href: api/intune-deviceconfig-iosimportedpfxcertificateprofile-get.md + - name: Create + href: api/intune-deviceconfig-iosimportedpfxcertificateprofile-create.md + - name: Delete + href: api/intune-deviceconfig-iosimportedpfxcertificateprofile-delete.md + - name: Update + href: api/intune-deviceconfig-iosimportedpfxcertificateprofile-update.md + - name: iOS kerberos single sign on extension + href: resources/intune-deviceconfig-ioskerberossinglesignonextension.md + - name: iOS kiosk mode app type + href: resources/intune-deviceconfig-ioskioskmodeapptype.md + - name: iOS network usage rule + href: resources/intune-deviceconfig-iosnetworkusagerule.md + - name: iOS notification alert type + href: resources/intune-deviceconfig-iosnotificationalerttype.md + - name: iOS notification preview visibility + href: resources/intune-deviceconfig-iosnotificationpreviewvisibility.md + - name: iOS notification settings + href: resources/intune-deviceconfig-iosnotificationsettings.md + - name: iOS PKCS certificate profile + href: resources/intune-deviceconfig-iospkcscertificateprofile.md + items: + - name: List + href: api/intune-deviceconfig-iospkcscertificateprofile-list.md + - name: Get + href: api/intune-deviceconfig-iospkcscertificateprofile-get.md + - name: Create + href: api/intune-deviceconfig-iospkcscertificateprofile-create.md + - name: Delete + href: api/intune-deviceconfig-iospkcscertificateprofile-delete.md + - name: Update + href: api/intune-deviceconfig-iospkcscertificateprofile-update.md + - name: iOS redirect single sign on extension + href: resources/intune-deviceconfig-iosredirectsinglesignonextension.md + - name: iOS SCEP certificate profile + href: resources/intune-deviceconfig-iosscepcertificateprofile.md + items: + - name: List + href: api/intune-deviceconfig-iosscepcertificateprofile-list.md + - name: Get + href: api/intune-deviceconfig-iosscepcertificateprofile-get.md + - name: Create + href: api/intune-deviceconfig-iosscepcertificateprofile-create.md + - name: Delete + href: api/intune-deviceconfig-iosscepcertificateprofile-delete.md + - name: Update + href: api/intune-deviceconfig-iosscepcertificateprofile-update.md + - name: iOS single sign on extension + href: resources/intune-deviceconfig-iossinglesignonextension.md + - name: iOS single sign on settings + href: resources/intune-deviceconfig-iossinglesignonsettings.md + - name: iOS software update schedule type + href: resources/intune-deviceconfig-iossoftwareupdatescheduletype.md + - name: iOS trusted root certificate + href: resources/intune-deviceconfig-iostrustedrootcertificate.md + items: + - name: List + href: api/intune-deviceconfig-iostrustedrootcertificate-list.md + - name: Get + href: api/intune-deviceconfig-iostrustedrootcertificate-get.md + - name: Create + href: api/intune-deviceconfig-iostrustedrootcertificate-create.md + - name: Delete + href: api/intune-deviceconfig-iostrustedrootcertificate-delete.md + - name: Update + href: api/intune-deviceconfig-iostrustedrootcertificate-update.md + - name: iOS update configuration + href: resources/intune-deviceconfig-iosupdateconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-iosupdateconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-iosupdateconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-iosupdateconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-iosupdateconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-iosupdateconfiguration-update.md + - name: iOS update device status + href: resources/intune-deviceconfig-iosupdatedevicestatus.md + items: + - name: List + href: api/intune-deviceconfig-iosupdatedevicestatus-list.md + - name: Get + href: api/intune-deviceconfig-iosupdatedevicestatus-get.md + - name: Create + href: api/intune-deviceconfig-iosupdatedevicestatus-create.md + - name: Delete + href: api/intune-deviceconfig-iosupdatedevicestatus-delete.md + - name: Update + href: api/intune-deviceconfig-iosupdatedevicestatus-update.md + - name: iOS updates install status + href: resources/intune-deviceconfig-iosupdatesinstallstatus.md + - name: iOS VPN configuration + href: resources/intune-deviceconfig-iosvpnconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-iosvpnconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-iosvpnconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-iosvpnconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-iosvpnconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-iosvpnconfiguration-update.md + - name: iOS VPN security association parameters + href: resources/intune-deviceconfig-iosvpnsecurityassociationparameters.md + - name: iOS wallpaper display location + href: resources/intune-deviceconfig-ioswallpaperdisplaylocation.md + - name: iOS web content filter auto-filter + href: resources/intune-deviceconfig-ioswebcontentfilterautofilter.md + - name: iOS web content filter base + href: resources/intune-deviceconfig-ioswebcontentfilterbase.md + - name: iOS web content filter specific websites access + href: resources/intune-deviceconfig-ioswebcontentfilterspecificwebsitesaccess.md + - name: iOS Wi-Fi configuration + href: resources/intune-deviceconfig-ioswificonfiguration.md + items: + - name: List + href: api/intune-deviceconfig-ioswificonfiguration-list.md + - name: Get + href: api/intune-deviceconfig-ioswificonfiguration-get.md + - name: Create + href: api/intune-deviceconfig-ioswificonfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-ioswificonfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-ioswificonfiguration-update.md + - name: iOSik ev2 VPN configuration + href: resources/intune-deviceconfig-iosikev2vpnconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-iosikev2vpnconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-iosikev2vpnconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-iosikev2vpnconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-iosikev2vpnconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-iosikev2vpnconfiguration-update.md + - name: Kerberos single sign on extension + href: resources/intune-deviceconfig-kerberossinglesignonextension.md + - name: Key boolean value pair + href: resources/intune-deviceconfig-keybooleanvaluepair.md + - name: Key integer value pair + href: resources/intune-deviceconfig-keyintegervaluepair.md + - name: Key real value pair + href: resources/intune-deviceconfig-keyrealvaluepair.md + - name: Key string value pair + href: resources/intune-deviceconfig-keystringvaluepair.md + - name: Key typed value pair + href: resources/intune-deviceconfig-keytypedvaluepair.md + - name: Key value + href: resources/intune-deviceconfig-keyvalue.md + - name: Key/value pair + href: resources/intune-deviceconfig-keyvaluepair.md + - name: Key/value pair + href: resources/intune-deviceconfig-keyvaluepair.md + - name: Kiosk mode managed home screen PIN complexity + href: resources/intune-deviceconfig-kioskmodemanagedhomescreenpincomplexity.md + - name: Kiosk mode type + href: resources/intune-deviceconfig-kioskmodetype.md + - name: LAN manager authentication level + href: resources/intune-deviceconfig-lanmanagerauthenticationlevel.md + - name: License type + href: resources/intune-deviceconfig-licensetype.md + - name: Local security options administrator elevation prompt behavior type + href: resources/intune-deviceconfig-localsecurityoptionsadministratorelevationpromptbehaviortype.md + - name: Local security options format and eject of removable media allowed user type + href: resources/intune-deviceconfig-localsecurityoptionsformatandejectofremovablemediaallowedusertype.md + - name: Local security options information displayed on lock screen type + href: resources/intune-deviceconfig-localsecurityoptionsinformationdisplayedonlockscreentype.md + - name: Local security options information shown on lock screen type + href: resources/intune-deviceconfig-localsecurityoptionsinformationshownonlockscreentype.md + - name: Local security options minimum session security + href: resources/intune-deviceconfig-localsecurityoptionsminimumsessionsecurity.md + - name: Local security options smart card removal behavior type + href: resources/intune-deviceconfig-localsecurityoptionssmartcardremovalbehaviortype.md + - name: Local security options standard user elevation prompt behavior type + href: resources/intune-deviceconfig-localsecurityoptionsstandarduserelevationpromptbehaviortype.md + - name: macOS apple event receiver + href: resources/intune-deviceconfig-macosappleeventreceiver.md + - name: macOS associated domains item + href: resources/intune-deviceconfig-macosassociateddomainsitem.md + - name: macOS Microsoft Entra single sign on extension + href: resources/intune-deviceconfig-macosazureadsinglesignonextension.md + - name: macOS certificate profile base + href: resources/intune-deviceconfig-macoscertificateprofilebase.md + items: + - name: List + href: api/intune-deviceconfig-macoscertificateprofilebase-list.md + - name: Get + href: api/intune-deviceconfig-macoscertificateprofilebase-get.md + - name: macOS compliance policy + href: resources/intune-deviceconfig-macoscompliancepolicy.md + items: + - name: List + href: api/intune-deviceconfig-macoscompliancepolicy-list.md + - name: Get + href: api/intune-deviceconfig-macoscompliancepolicy-get.md + - name: Create + href: api/intune-deviceconfig-macoscompliancepolicy-create.md + - name: Delete + href: api/intune-deviceconfig-macoscompliancepolicy-delete.md + - name: Update + href: api/intune-deviceconfig-macoscompliancepolicy-update.md + - name: macOS content caching client policy + href: resources/intune-deviceconfig-macoscontentcachingclientpolicy.md + - name: macOS content caching parent selection policy + href: resources/intune-deviceconfig-macoscontentcachingparentselectionpolicy.md + - name: macOS content caching peer policy + href: resources/intune-deviceconfig-macoscontentcachingpeerpolicy.md + - name: macOS content caching type + href: resources/intune-deviceconfig-macoscontentcachingtype.md + - name: macOS credential single sign on extension + href: resources/intune-deviceconfig-macoscredentialsinglesignonextension.md + - name: macOS custom app configuration + href: resources/intune-deviceconfig-macoscustomappconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-macoscustomappconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-macoscustomappconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-macoscustomappconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-macoscustomappconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-macoscustomappconfiguration-update.md + - name: macOS custom configuration + href: resources/intune-deviceconfig-macoscustomconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-macoscustomconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-macoscustomconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-macoscustomconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-macoscustomconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-macoscustomconfiguration-update.md + - name: macOS device features configuration + href: resources/intune-deviceconfig-macosdevicefeaturesconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-macosdevicefeaturesconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-macosdevicefeaturesconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-macosdevicefeaturesconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-macosdevicefeaturesconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-macosdevicefeaturesconfiguration-update.md + - name: macOS endpoint protection configuration + href: resources/intune-deviceconfig-macosendpointprotectionconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-macosendpointprotectionconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-macosendpointprotectionconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-macosendpointprotectionconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-macosendpointprotectionconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-macosendpointprotectionconfiguration-update.md + - name: macOS enterprise Wi-Fi configuration + href: resources/intune-deviceconfig-macosenterprisewificonfiguration.md + items: + - name: List + href: api/intune-deviceconfig-macosenterprisewificonfiguration-list.md + - name: Get + href: api/intune-deviceconfig-macosenterprisewificonfiguration-get.md + - name: Create + href: api/intune-deviceconfig-macosenterprisewificonfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-macosenterprisewificonfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-macosenterprisewificonfiguration-update.md + - name: macOS extensions configuration + href: resources/intune-deviceconfig-macosextensionsconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-macosextensionsconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-macosextensionsconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-macosextensionsconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-macosextensionsconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-macosextensionsconfiguration-update.md + - name: macOS file vault recovery key types + href: resources/intune-deviceconfig-macosfilevaultrecoverykeytypes.md + - name: macOS firewall application + href: resources/intune-deviceconfig-macosfirewallapplication.md + - name: macOS gatekeeper app sources + href: resources/intune-deviceconfig-macosgatekeeperappsources.md + - name: macOS general device configuration + href: resources/intune-deviceconfig-macosgeneraldeviceconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-macosgeneraldeviceconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-macosgeneraldeviceconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-macosgeneraldeviceconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-macosgeneraldeviceconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-macosgeneraldeviceconfiguration-update.md + - name: macOS imported PFX certificate profile + href: resources/intune-deviceconfig-macosimportedpfxcertificateprofile.md + items: + - name: List + href: api/intune-deviceconfig-macosimportedpfxcertificateprofile-list.md + - name: Get + href: api/intune-deviceconfig-macosimportedpfxcertificateprofile-get.md + - name: Create + href: api/intune-deviceconfig-macosimportedpfxcertificateprofile-create.md + - name: Delete + href: api/intune-deviceconfig-macosimportedpfxcertificateprofile-delete.md + - name: Update + href: api/intune-deviceconfig-macosimportedpfxcertificateprofile-update.md + - name: macOS kerberos single sign on extension + href: resources/intune-deviceconfig-macoskerberossinglesignonextension.md + - name: macOS kernel extension + href: resources/intune-deviceconfig-macoskernelextension.md + - name: macOS launch item + href: resources/intune-deviceconfig-macoslaunchitem.md + - name: macOS PKCS certificate profile + href: resources/intune-deviceconfig-macospkcscertificateprofile.md + items: + - name: List + href: api/intune-deviceconfig-macospkcscertificateprofile-list.md + - name: Get + href: api/intune-deviceconfig-macospkcscertificateprofile-get.md + - name: Create + href: api/intune-deviceconfig-macospkcscertificateprofile-create.md + - name: Delete + href: api/intune-deviceconfig-macospkcscertificateprofile-delete.md + - name: Update + href: api/intune-deviceconfig-macospkcscertificateprofile-update.md + - name: macOS priority + href: resources/intune-deviceconfig-macospriority.md + - name: macOS privacy access control item + href: resources/intune-deviceconfig-macosprivacyaccesscontrolitem.md + - name: macOS process identifier type + href: resources/intune-deviceconfig-macosprocessidentifiertype.md + - name: macOS redirect single sign on extension + href: resources/intune-deviceconfig-macosredirectsinglesignonextension.md + - name: macOS SCEP certificate profile + href: resources/intune-deviceconfig-macosscepcertificateprofile.md + items: + - name: List + href: api/intune-deviceconfig-macosscepcertificateprofile-list.md + - name: Get + href: api/intune-deviceconfig-macosscepcertificateprofile-get.md + - name: Create + href: api/intune-deviceconfig-macosscepcertificateprofile-create.md + - name: Delete + href: api/intune-deviceconfig-macosscepcertificateprofile-delete.md + - name: Update + href: api/intune-deviceconfig-macosscepcertificateprofile-update.md + - name: macOS single sign on extension + href: resources/intune-deviceconfig-macossinglesignonextension.md + - name: macOS software update account summary + href: resources/intune-deviceconfig-macossoftwareupdateaccountsummary.md + items: + - name: List + href: api/intune-deviceconfig-macossoftwareupdateaccountsummary-list.md + - name: Get + href: api/intune-deviceconfig-macossoftwareupdateaccountsummary-get.md + - name: Create + href: api/intune-deviceconfig-macossoftwareupdateaccountsummary-create.md + - name: Delete + href: api/intune-deviceconfig-macossoftwareupdateaccountsummary-delete.md + - name: Update + href: api/intune-deviceconfig-macossoftwareupdateaccountsummary-update.md + - name: macOS software update behavior + href: resources/intune-deviceconfig-macossoftwareupdatebehavior.md + - name: macOS software update category + href: resources/intune-deviceconfig-macossoftwareupdatecategory.md + - name: macOS software update category summary + href: resources/intune-deviceconfig-macossoftwareupdatecategorysummary.md + items: + - name: List + href: api/intune-deviceconfig-macossoftwareupdatecategorysummary-list.md + - name: Get + href: api/intune-deviceconfig-macossoftwareupdatecategorysummary-get.md + - name: Create + href: api/intune-deviceconfig-macossoftwareupdatecategorysummary-create.md + - name: Delete + href: api/intune-deviceconfig-macossoftwareupdatecategorysummary-delete.md + - name: Update + href: api/intune-deviceconfig-macossoftwareupdatecategorysummary-update.md + - name: macOS software update configuration + href: resources/intune-deviceconfig-macossoftwareupdateconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-macossoftwareupdateconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-macossoftwareupdateconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-macossoftwareupdateconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-macossoftwareupdateconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-macossoftwareupdateconfiguration-update.md + - name: macOS software update delay policy + href: resources/intune-deviceconfig-macossoftwareupdatedelaypolicy.md + - name: macOS software update schedule type + href: resources/intune-deviceconfig-macossoftwareupdatescheduletype.md + - name: macOS software update state + href: resources/intune-deviceconfig-macossoftwareupdatestate.md + - name: macOS software update state summary + href: resources/intune-deviceconfig-macossoftwareupdatestatesummary.md + items: + - name: List + href: api/intune-deviceconfig-macossoftwareupdatestatesummary-list.md + - name: Get + href: api/intune-deviceconfig-macossoftwareupdatestatesummary-get.md + - name: Create + href: api/intune-deviceconfig-macossoftwareupdatestatesummary-create.md + - name: Delete + href: api/intune-deviceconfig-macossoftwareupdatestatesummary-delete.md + - name: Update + href: api/intune-deviceconfig-macossoftwareupdatestatesummary-update.md + - name: macOS system extension + href: resources/intune-deviceconfig-macossystemextension.md + - name: macOS system extension type + href: resources/intune-deviceconfig-macossystemextensiontype.md + - name: macOS system extension type mapping + href: resources/intune-deviceconfig-macossystemextensiontypemapping.md + - name: macOS trusted root certificate + href: resources/intune-deviceconfig-macostrustedrootcertificate.md + items: + - name: List + href: api/intune-deviceconfig-macostrustedrootcertificate-list.md + - name: Get + href: api/intune-deviceconfig-macostrustedrootcertificate-get.md + - name: Create + href: api/intune-deviceconfig-macostrustedrootcertificate-create.md + - name: Delete + href: api/intune-deviceconfig-macostrustedrootcertificate-delete.md + - name: Update + href: api/intune-deviceconfig-macostrustedrootcertificate-update.md + - name: macOS VPN configuration + href: resources/intune-deviceconfig-macosvpnconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-macosvpnconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-macosvpnconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-macosvpnconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-macosvpnconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-macosvpnconfiguration-update.md + - name: macOS Wi-Fi configuration + href: resources/intune-deviceconfig-macoswificonfiguration.md + items: + - name: List + href: api/intune-deviceconfig-macoswificonfiguration-list.md + - name: Get + href: api/intune-deviceconfig-macoswificonfiguration-get.md + - name: Create + href: api/intune-deviceconfig-macoswificonfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-macoswificonfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-macoswificonfiguration-update.md + - name: macOS wired network configuration + href: resources/intune-deviceconfig-macoswirednetworkconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-macoswirednetworkconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-macoswirednetworkconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-macoswirednetworkconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-macoswirednetworkconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-macoswirednetworkconfiguration-update.md + - name: Managed all device certificate state + href: resources/intune-deviceconfig-managedalldevicecertificatestate.md + items: + - name: List + href: api/intune-deviceconfig-managedalldevicecertificatestate-list.md + - name: Get + href: api/intune-deviceconfig-managedalldevicecertificatestate-get.md + - name: Create + href: api/intune-deviceconfig-managedalldevicecertificatestate-create.md + - name: Delete + href: api/intune-deviceconfig-managedalldevicecertificatestate-delete.md + - name: Update + href: api/intune-deviceconfig-managedalldevicecertificatestate-update.md + - name: Managed device certificate state + href: resources/intune-deviceconfig-manageddevicecertificatestate.md + items: + - name: List + href: api/intune-deviceconfig-manageddevicecertificatestate-list.md + - name: Get + href: api/intune-deviceconfig-manageddevicecertificatestate-get.md + - name: Create + href: api/intune-deviceconfig-manageddevicecertificatestate-create.md + - name: Delete + href: api/intune-deviceconfig-manageddevicecertificatestate-delete.md + - name: Update + href: api/intune-deviceconfig-manageddevicecertificatestate-update.md + - name: Managed device encryption state + href: resources/intune-deviceconfig-manageddeviceencryptionstate.md + items: + - name: List + href: api/intune-deviceconfig-manageddeviceencryptionstate-list.md + - name: Get + href: api/intune-deviceconfig-manageddeviceencryptionstate-get.md + - name: Create + href: api/intune-deviceconfig-manageddeviceencryptionstate-create.md + - name: Delete + href: api/intune-deviceconfig-manageddeviceencryptionstate-delete.md + - name: Update + href: api/intune-deviceconfig-manageddeviceencryptionstate-update.md + - name: Managed device mobile app configuration setting state + href: resources/intune-deviceconfig-manageddevicemobileappconfigurationsettingstate.md + - name: Managed device reported app + href: resources/intune-deviceconfig-manageddevicereportedapp.md + - name: Media content rating Australia + href: resources/intune-deviceconfig-mediacontentratingaustralia.md + - name: Media content rating Canada + href: resources/intune-deviceconfig-mediacontentratingcanada.md + - name: Media content rating France + href: resources/intune-deviceconfig-mediacontentratingfrance.md + - name: Media content rating Germany + href: resources/intune-deviceconfig-mediacontentratinggermany.md + - name: Media content rating Ireland + href: resources/intune-deviceconfig-mediacontentratingireland.md + - name: Media content rating Japan + href: resources/intune-deviceconfig-mediacontentratingjapan.md + - name: Media content rating New Zealand + href: resources/intune-deviceconfig-mediacontentratingnewzealand.md + - name: Media content rating United Kingdom + href: resources/intune-deviceconfig-mediacontentratingunitedkingdom.md + - name: Media content rating United States + href: resources/intune-deviceconfig-mediacontentratingunitedstates.md + - name: Metered connection limit type + href: resources/intune-deviceconfig-meteredconnectionlimittype.md + - name: Microsoft launcher dock presence + href: resources/intune-deviceconfig-microsoftlauncherdockpresence.md + - name: Microsoft launcher search bar placement + href: resources/intune-deviceconfig-microsoftlaunchersearchbarplacement.md + - name: Miracast channel + href: resources/intune-deviceconfig-miracastchannel.md + - name: NDES connector + href: resources/intune-deviceconfig-ndesconnector.md + items: + - name: List + href: api/intune-deviceconfig-ndesconnector-list.md + - name: Get + href: api/intune-deviceconfig-ndesconnector-get.md + - name: Create + href: api/intune-deviceconfig-ndesconnector-create.md + - name: Delete + href: api/intune-deviceconfig-ndesconnector-delete.md + - name: Update + href: api/intune-deviceconfig-ndesconnector-update.md + - name: NDES connector state + href: resources/intune-deviceconfig-ndesconnectorstate.md + - name: Network single sign on type + href: resources/intune-deviceconfig-networksinglesignontype.md + - name: Non EAP authentication method for EAP TTLS type + href: resources/intune-deviceconfig-noneapauthenticationmethodforeapttlstype.md + - name: Non EAP authentication method for PEAP + href: resources/intune-deviceconfig-noneapauthenticationmethodforpeap.md + - name: Number range + href: resources/intune-deviceconfig-numberrange.md + - name: OMA setting + href: resources/intune-deviceconfig-omasetting.md + - name: OMA setting base64 + href: resources/intune-deviceconfig-omasettingbase64.md + - name: OMA setting boolean + href: resources/intune-deviceconfig-omasettingboolean.md + - name: OMA setting date time + href: resources/intune-deviceconfig-omasettingdatetime.md + - name: OMA setting floating point + href: resources/intune-deviceconfig-omasettingfloatingpoint.md + - name: OMA setting integer + href: resources/intune-deviceconfig-omasettinginteger.md + - name: OMA setting string + href: resources/intune-deviceconfig-omasettingstring.md + - name: OMA setting string xml + href: resources/intune-deviceconfig-omasettingstringxml.md + - name: On prem encrypted payload + href: resources/intune-raimportcerts-onpremencryptedpayload.md + items: + - name: List + href: api/intune-raimportcerts-onpremencryptedpayload-list.md + - name: Get + href: api/intune-raimportcerts-onpremencryptedpayload-get.md + - name: Create + href: api/intune-raimportcerts-onpremencryptedpayload-create.md + - name: Delete + href: api/intune-raimportcerts-onpremencryptedpayload-delete.md + - name: Update + href: api/intune-raimportcerts-onpremencryptedpayload-update.md + - name: Operating system version range + href: resources/intune-deviceconfig-operatingsystemversionrange.md + - name: Operator + href: resources/intune-deviceconfig-operator.md + - name: Perfect forward secrecy group + href: resources/intune-deviceconfig-perfectforwardsecrecygroup.md + - name: Personal profile personal play store mode + href: resources/intune-deviceconfig-personalprofilepersonalplaystoremode.md + - name: Pfx recryption request + href: resources/intune-raimportcerts-pfxrecryptionrequest.md + items: + - name: List + href: api/intune-raimportcerts-pfxrecryptionrequest-list.md + - name: Get + href: api/intune-raimportcerts-pfxrecryptionrequest-get.md + - name: Create + href: api/intune-raimportcerts-pfxrecryptionrequest-create.md + - name: Delete + href: api/intune-raimportcerts-pfxrecryptionrequest-delete.md + - name: Update + href: api/intune-raimportcerts-pfxrecryptionrequest-update.md + - name: Pfx user certificate + href: resources/intune-raimportcerts-pfxusercertificate.md + items: + - name: List + href: api/intune-raimportcerts-pfxusercertificate-list.md + - name: Get + href: api/intune-raimportcerts-pfxusercertificate-get.md + - name: Create + href: api/intune-raimportcerts-pfxusercertificate-create.md + - name: Delete + href: api/intune-raimportcerts-pfxusercertificate-delete.md + - name: Update + href: api/intune-raimportcerts-pfxusercertificate-update.md + - name: Policy platform type + href: resources/intune-deviceconfig-policyplatformtype.md + - name: Power action type + href: resources/intune-deviceconfig-poweractiontype.md + - name: Prerelease features + href: resources/intune-deviceconfig-prereleasefeatures.md + - name: Rating apps type + href: resources/intune-deviceconfig-ratingappstype.md + - name: Rating Australia movies type + href: resources/intune-deviceconfig-ratingaustraliamoviestype.md + - name: Rating Australia television type + href: resources/intune-deviceconfig-ratingaustraliatelevisiontype.md + - name: Rating Canada movies type + href: resources/intune-deviceconfig-ratingcanadamoviestype.md + - name: Rating Canada television type + href: resources/intune-deviceconfig-ratingcanadatelevisiontype.md + - name: Rating France movies type + href: resources/intune-deviceconfig-ratingfrancemoviestype.md + - name: Rating France television type + href: resources/intune-deviceconfig-ratingfrancetelevisiontype.md + - name: Rating Germany movies type + href: resources/intune-deviceconfig-ratinggermanymoviestype.md + - name: Rating Germany television type + href: resources/intune-deviceconfig-ratinggermanytelevisiontype.md + - name: Rating Ireland movies type + href: resources/intune-deviceconfig-ratingirelandmoviestype.md + - name: Rating Ireland television type + href: resources/intune-deviceconfig-ratingirelandtelevisiontype.md + - name: Rating Japan movies type + href: resources/intune-deviceconfig-ratingjapanmoviestype.md + - name: Rating Japan television type + href: resources/intune-deviceconfig-ratingjapantelevisiontype.md + - name: Rating New Zealand movies type + href: resources/intune-deviceconfig-ratingnewzealandmoviestype.md + - name: Rating New Zealand television type + href: resources/intune-deviceconfig-ratingnewzealandtelevisiontype.md + - name: Rating United Kingdom movies type + href: resources/intune-deviceconfig-ratingunitedkingdommoviestype.md + - name: Rating United Kingdom television type + href: resources/intune-deviceconfig-ratingunitedkingdomtelevisiontype.md + - name: Rating United States movies type + href: resources/intune-deviceconfig-ratingunitedstatesmoviestype.md + - name: Rating United States television type + href: resources/intune-deviceconfig-ratingunitedstatestelevisiontype.md + - name: Redirect single sign on extension + href: resources/intune-deviceconfig-redirectsinglesignonextension.md + - name: Required password type + href: resources/intune-deviceconfig-requiredpasswordtype.md + - name: Restricted apps state + href: resources/intune-deviceconfig-restrictedappsstate.md + - name: Restricted apps violation + href: resources/intune-deviceconfig-restrictedappsviolation.md + items: + - name: List + href: api/intune-deviceconfig-restrictedappsviolation-list.md + - name: Get + href: api/intune-deviceconfig-restrictedappsviolation-get.md + - name: Create + href: api/intune-deviceconfig-restrictedappsviolation-create.md + - name: Delete + href: api/intune-deviceconfig-restrictedappsviolation-delete.md + - name: Update + href: api/intune-deviceconfig-restrictedappsviolation-update.md + - name: Retire scheduled managed device + href: resources/intune-deviceconfig-retirescheduledmanageddevice.md + - name: Safe search filter type + href: resources/intune-deviceconfig-safesearchfiltertype.md + - name: Scheduled retire state + href: resources/intune-deviceconfig-scheduledretirestate.md + - name: Secure assessment account type + href: resources/intune-deviceconfig-secureassessmentaccounttype.md + - name: Secure boot with d m a type + href: resources/intune-deviceconfig-securebootwithdmatype.md + - name: Service start type + href: resources/intune-deviceconfig-servicestarttype.md + - name: Setting source + href: resources/intune-deviceconfig-settingsource.md + - name: Setting state device summary + href: resources/intune-deviceconfig-settingstatedevicesummary.md + items: + - name: List + href: api/intune-deviceconfig-settingstatedevicesummary-list.md + - name: Get + href: api/intune-deviceconfig-settingstatedevicesummary-get.md + - name: Create + href: api/intune-deviceconfig-settingstatedevicesummary-create.md + - name: Delete + href: api/intune-deviceconfig-settingstatedevicesummary-delete.md + - name: Update + href: api/intune-deviceconfig-settingstatedevicesummary-update.md + - name: Shared PC account deletion policy type + href: resources/intune-deviceconfig-sharedpcaccountdeletionpolicytype.md + - name: Shared PC account manager policy + href: resources/intune-deviceconfig-sharedpcaccountmanagerpolicy.md + - name: Shared PC allowed account type + href: resources/intune-deviceconfig-sharedpcallowedaccounttype.md + - name: Shared PC configuration + href: resources/intune-deviceconfig-sharedpcconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-sharedpcconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-sharedpcconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-sharedpcconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-sharedpcconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-sharedpcconfiguration-update.md + - name: Sign in assistant options + href: resources/intune-deviceconfig-signinassistantoptions.md + - name: Single sign on extension + href: resources/intune-deviceconfig-singlesignonextension.md + - name: Site security level + href: resources/intune-deviceconfig-sitesecuritylevel.md + - name: Software update status summary + href: resources/intune-deviceconfig-softwareupdatestatussummary.md + items: + - name: Get + href: api/intune-deviceconfig-softwareupdatestatussummary-get.md + - name: Update + href: api/intune-deviceconfig-softwareupdatestatussummary-update.md + - name: Specified captive network plugins + href: resources/intune-deviceconfig-specifiedcaptivenetworkplugins.md + - name: State management setting + href: resources/intune-deviceconfig-statemanagementsetting.md + - name: Time series parameter + href: resources/intune-raimportcerts-timeseriesparameter.md + - name: Unsupported device configuration + href: resources/intune-deviceconfig-unsupporteddeviceconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-unsupporteddeviceconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-unsupporteddeviceconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-unsupporteddeviceconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-unsupporteddeviceconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-unsupporteddeviceconfiguration-update.md + - name: Unsupported device configuration detail + href: resources/intune-deviceconfig-unsupporteddeviceconfigurationdetail.md + - name: Update classification + href: resources/intune-deviceconfig-updateclassification.md + - name: User email source + href: resources/intune-deviceconfig-useremailsource.md + - name: User PFX certificate + href: resources/intune-raimportcerts-userpfxcertificate.md + items: + - name: List + href: api/intune-raimportcerts-userpfxcertificate-list.md + - name: Get + href: api/intune-raimportcerts-userpfxcertificate-get.md + - name: Create + href: api/intune-raimportcerts-userpfxcertificate-create.md + - name: Delete + href: api/intune-raimportcerts-userpfxcertificate-delete.md + - name: Update + href: api/intune-raimportcerts-userpfxcertificate-update.md + - name: User pfx intended purpose + href: resources/intune-raimportcerts-userpfxintendedpurpose.md + - name: User pfx padding scheme + href: resources/intune-raimportcerts-userpfxpaddingscheme.md + - name: Username source + href: resources/intune-deviceconfig-usernamesource.md + - name: Visibility setting + href: resources/intune-deviceconfig-visibilitysetting.md + - name: VPN authentication method + href: resources/intune-deviceconfig-vpnauthenticationmethod.md + - name: VPN client authentication type + href: resources/intune-deviceconfig-vpnclientauthenticationtype.md + - name: VPN configuration + href: resources/intune-deviceconfig-vpnconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-vpnconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-vpnconfiguration-get.md + - name: VPN dead peer detection rate + href: resources/intune-deviceconfig-vpndeadpeerdetectionrate.md + - name: VPN DNS rule + href: resources/intune-deviceconfig-vpndnsrule.md + - name: VPN encryption algorithm type + href: resources/intune-deviceconfig-vpnencryptionalgorithmtype.md + - name: VPN integrity algorithm type + href: resources/intune-deviceconfig-vpnintegrityalgorithmtype.md + - name: VPN local identifier + href: resources/intune-deviceconfig-vpnlocalidentifier.md + - name: VPN on demand rule + href: resources/intune-deviceconfig-vpnondemandrule.md + - name: VPN on demand rule connection action + href: resources/intune-deviceconfig-vpnondemandruleconnectionaction.md + - name: VPN on demand rule connection domain action + href: resources/intune-deviceconfig-vpnondemandruleconnectiondomainaction.md + - name: VPN on demand rule interface type match + href: resources/intune-deviceconfig-vpnondemandruleinterfacetypematch.md + - name: VPN provider type + href: resources/intune-deviceconfig-vpnprovidertype.md + - name: VPN proxy server + href: resources/intune-deviceconfig-vpnproxyserver.md + - name: VPN route + href: resources/intune-deviceconfig-vpnroute.md + - name: VPN server + href: resources/intune-deviceconfig-vpnserver.md + - name: VPN server certificate type + href: resources/intune-deviceconfig-vpnservercertificatetype.md + - name: VPN service exception action + href: resources/intune-deviceconfig-vpnserviceexceptionaction.md + - name: VPN traffic direction + href: resources/intune-deviceconfig-vpntrafficdirection.md + - name: VPN traffic rule + href: resources/intune-deviceconfig-vpntrafficrule.md + - name: VPN traffic rule app type + href: resources/intune-deviceconfig-vpntrafficruleapptype.md + - name: VPN traffic rule routing policy type + href: resources/intune-deviceconfig-vpntrafficruleroutingpolicytype.md + - name: VPN tunnel configuration type + href: resources/intune-deviceconfig-vpntunnelconfigurationtype.md + - name: Web browser cookie settings + href: resources/intune-deviceconfig-webbrowsercookiesettings.md + - name: Weekly schedule + href: resources/intune-deviceconfig-weeklyschedule.md + - name: Welcome screen meeting information + href: resources/intune-deviceconfig-welcomescreenmeetinginformation.md + - name: Wi-Fi authentication method + href: resources/intune-deviceconfig-wifiauthenticationmethod.md + - name: Wi-Fi authentication type + href: resources/intune-deviceconfig-wifiauthenticationtype.md + - name: Wi-Fi proxy setting + href: resources/intune-deviceconfig-wifiproxysetting.md + - name: Wi-Fi security type + href: resources/intune-deviceconfig-wifisecuritytype.md + - name: Windows 10 app type + href: resources/intune-deviceconfig-windows10apptype.md + - name: Windows 10 apps force update schedule + href: resources/intune-deviceconfig-windows10appsforceupdateschedule.md + - name: Windows 10 apps update recurrence + href: resources/intune-deviceconfig-windows10appsupdaterecurrence.md + - name: Windows 10 associated apps + href: resources/intune-deviceconfig-windows10associatedapps.md + - name: Windows 10 certificate profile base + href: resources/intune-deviceconfig-windows10certificateprofilebase.md + items: + - name: List + href: api/intune-deviceconfig-windows10certificateprofilebase-list.md + - name: Get + href: api/intune-deviceconfig-windows10certificateprofilebase-get.md + - name: Windows 10 compliance policy + href: resources/intune-deviceconfig-windows10compliancepolicy.md + items: + - name: List + href: api/intune-deviceconfig-windows10compliancepolicy-list.md + - name: Get + href: api/intune-deviceconfig-windows10compliancepolicy-get.md + - name: Create + href: api/intune-deviceconfig-windows10compliancepolicy-create.md + - name: Delete + href: api/intune-deviceconfig-windows10compliancepolicy-delete.md + - name: Update + href: api/intune-deviceconfig-windows10compliancepolicy-update.md + - name: Windows 10 custom configuration + href: resources/intune-deviceconfig-windows10customconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-windows10customconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-windows10customconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-windows10customconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-windows10customconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-windows10customconfiguration-update.md + - name: Windows 10 device firmware configuration interface + href: resources/intune-deviceconfig-windows10devicefirmwareconfigurationinterface.md + items: + - name: List + href: api/intune-deviceconfig-windows10devicefirmwareconfigurationinterface-list.md + - name: Get + href: api/intune-deviceconfig-windows10devicefirmwareconfigurationinterface-get.md + - name: Create + href: api/intune-deviceconfig-windows10devicefirmwareconfigurationinterface-create.md + - name: Delete + href: api/intune-deviceconfig-windows10devicefirmwareconfigurationinterface-delete.md + - name: Update + href: api/intune-deviceconfig-windows10devicefirmwareconfigurationinterface-update.md + - name: Windows 10 device mode type + href: resources/intune-deviceconfig-windows10devicemodetype.md + - name: Windows 10 EAS email profile configuration + href: resources/intune-deviceconfig-windows10easemailprofileconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-windows10easemailprofileconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-windows10easemailprofileconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-windows10easemailprofileconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-windows10easemailprofileconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-windows10easemailprofileconfiguration-update.md + - name: Windows 10 edition type + href: resources/intune-deviceconfig-windows10editiontype.md + - name: Windows 10 endpoint protection configuration + href: resources/intune-deviceconfig-windows10endpointprotectionconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-windows10endpointprotectionconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-windows10endpointprotectionconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-windows10endpointprotectionconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-windows10endpointprotectionconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-windows10endpointprotectionconfiguration-update.md + - name: Windows 10 enterprise modern app management configuration + href: resources/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration-update.md + - name: Windows 10 general configuration + href: resources/intune-deviceconfig-windows10generalconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-windows10generalconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-windows10generalconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-windows10generalconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-windows10generalconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-windows10generalconfiguration-update.md + - name: Windows 10 imported PFX certificate profile + href: resources/intune-deviceconfig-windows10importedpfxcertificateprofile.md + items: + - name: List + href: api/intune-deviceconfig-windows10importedpfxcertificateprofile-list.md + - name: Get + href: api/intune-deviceconfig-windows10importedpfxcertificateprofile-get.md + - name: Create + href: api/intune-deviceconfig-windows10importedpfxcertificateprofile-create.md + - name: Delete + href: api/intune-deviceconfig-windows10importedpfxcertificateprofile-delete.md + - name: Update + href: api/intune-deviceconfig-windows10importedpfxcertificateprofile-update.md + - name: Windows 10 mobile compliance policy + href: resources/intune-deviceconfig-windows10mobilecompliancepolicy.md + items: + - name: List + href: api/intune-deviceconfig-windows10mobilecompliancepolicy-list.md + - name: Get + href: api/intune-deviceconfig-windows10mobilecompliancepolicy-get.md + - name: Create + href: api/intune-deviceconfig-windows10mobilecompliancepolicy-create.md + - name: Delete + href: api/intune-deviceconfig-windows10mobilecompliancepolicy-delete.md + - name: Update + href: api/intune-deviceconfig-windows10mobilecompliancepolicy-update.md + - name: Windows 10 network boundary configuration + href: resources/intune-deviceconfig-windows10networkboundaryconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-windows10networkboundaryconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-windows10networkboundaryconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-windows10networkboundaryconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-windows10networkboundaryconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-windows10networkboundaryconfiguration-update.md + - name: Windows 10 network proxy server + href: resources/intune-deviceconfig-windows10networkproxyserver.md + - name: Windows 10 PFX import certificate profile + href: resources/intune-deviceconfig-windows10pfximportcertificateprofile.md + items: + - name: List + href: api/intune-deviceconfig-windows10pfximportcertificateprofile-list.md + - name: Get + href: api/intune-deviceconfig-windows10pfximportcertificateprofile-get.md + - name: Create + href: api/intune-deviceconfig-windows10pfximportcertificateprofile-create.md + - name: Delete + href: api/intune-deviceconfig-windows10pfximportcertificateprofile-delete.md + - name: Update + href: api/intune-deviceconfig-windows10pfximportcertificateprofile-update.md + - name: Windows 10 PKCS certificate profile + href: resources/intune-deviceconfig-windows10pkcscertificateprofile.md + items: + - name: List + href: api/intune-deviceconfig-windows10pkcscertificateprofile-list.md + - name: Get + href: api/intune-deviceconfig-windows10pkcscertificateprofile-get.md + - name: Create + href: api/intune-deviceconfig-windows10pkcscertificateprofile-create.md + - name: Delete + href: api/intune-deviceconfig-windows10pkcscertificateprofile-delete.md + - name: Update + href: api/intune-deviceconfig-windows10pkcscertificateprofile-update.md + - name: Windows 10 secure assessment configuration + href: resources/intune-deviceconfig-windows10secureassessmentconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-windows10secureassessmentconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-windows10secureassessmentconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-windows10secureassessmentconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-windows10secureassessmentconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-windows10secureassessmentconfiguration-update.md + - name: Windows 10 team general configuration + href: resources/intune-deviceconfig-windows10teamgeneralconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-windows10teamgeneralconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-windows10teamgeneralconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-windows10teamgeneralconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-windows10teamgeneralconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-windows10teamgeneralconfiguration-update.md + - name: Windows 10 VPN authentication method + href: resources/intune-deviceconfig-windows10vpnauthenticationmethod.md + - name: Windows 10 VPN configuration + href: resources/intune-deviceconfig-windows10vpnconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-windows10vpnconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-windows10vpnconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-windows10vpnconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-windows10vpnconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-windows10vpnconfiguration-update.md + - name: Windows 10 VPN connection type + href: resources/intune-deviceconfig-windows10vpnconnectiontype.md + - name: Windows 10 VPN profile target + href: resources/intune-deviceconfig-windows10vpnprofiletarget.md + - name: Windows 10 VPN proxy server + href: resources/intune-deviceconfig-windows10vpnproxyserver.md + - name: Windows 8.1 certificate profile base + href: resources/intune-deviceconfig-windows81certificateprofilebase.md + items: + - name: List + href: api/intune-deviceconfig-windows81certificateprofilebase-list.md + - name: Get + href: api/intune-deviceconfig-windows81certificateprofilebase-get.md + - name: Windows 8.1 compliance policy + href: resources/intune-deviceconfig-windows81compliancepolicy.md + items: + - name: List + href: api/intune-deviceconfig-windows81compliancepolicy-list.md + - name: Get + href: api/intune-deviceconfig-windows81compliancepolicy-get.md + - name: Create + href: api/intune-deviceconfig-windows81compliancepolicy-create.md + - name: Delete + href: api/intune-deviceconfig-windows81compliancepolicy-delete.md + - name: Update + href: api/intune-deviceconfig-windows81compliancepolicy-update.md + - name: Windows 8.1 general configuration + href: resources/intune-deviceconfig-windows81generalconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-windows81generalconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-windows81generalconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-windows81generalconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-windows81generalconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-windows81generalconfiguration-update.md + - name: Windows 8.1 SCEP certificate profile + href: resources/intune-deviceconfig-windows81scepcertificateprofile.md + items: + - name: List + href: api/intune-deviceconfig-windows81scepcertificateprofile-list.md + - name: Get + href: api/intune-deviceconfig-windows81scepcertificateprofile-get.md + - name: Create + href: api/intune-deviceconfig-windows81scepcertificateprofile-create.md + - name: Delete + href: api/intune-deviceconfig-windows81scepcertificateprofile-delete.md + - name: Update + href: api/intune-deviceconfig-windows81scepcertificateprofile-update.md + - name: Windows 8.1 trusted root certificate + href: resources/intune-deviceconfig-windows81trustedrootcertificate.md + items: + - name: List + href: api/intune-deviceconfig-windows81trustedrootcertificate-list.md + - name: Get + href: api/intune-deviceconfig-windows81trustedrootcertificate-get.md + - name: Create + href: api/intune-deviceconfig-windows81trustedrootcertificate-create.md + - name: Delete + href: api/intune-deviceconfig-windows81trustedrootcertificate-delete.md + - name: Update + href: api/intune-deviceconfig-windows81trustedrootcertificate-update.md + - name: Windows 8.1 VPN configuration + href: resources/intune-deviceconfig-windows81vpnconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-windows81vpnconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-windows81vpnconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-windows81vpnconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-windows81vpnconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-windows81vpnconfiguration-update.md + - name: Windows 8.1 VPN proxy server + href: resources/intune-deviceconfig-windows81vpnproxyserver.md + - name: Windows 8.1 Wi-Fi import configuration + href: resources/intune-deviceconfig-windows81wifiimportconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-windows81wifiimportconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-windows81wifiimportconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-windows81wifiimportconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-windows81wifiimportconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-windows81wifiimportconfiguration-update.md + - name: Windows app start layout tile size + href: resources/intune-deviceconfig-windowsappstartlayouttilesize.md + - name: Windows certificate profile base + href: resources/intune-deviceconfig-windowscertificateprofilebase.md + items: + - name: List + href: api/intune-deviceconfig-windowscertificateprofilebase-list.md + - name: Get + href: api/intune-deviceconfig-windowscertificateprofilebase-get.md + - name: Windows defender advanced threat protection configuration + href: resources/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-update.md + - name: Windows defender tamper protection options + href: resources/intune-deviceconfig-windowsdefendertamperprotectionoptions.md + - name: Windows delivery optimization configuration + href: resources/intune-deviceconfig-windowsdeliveryoptimizationconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-windowsdeliveryoptimizationconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-windowsdeliveryoptimizationconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-windowsdeliveryoptimizationconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-windowsdeliveryoptimizationconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-windowsdeliveryoptimizationconfiguration-update.md + - name: Windows delivery optimization mode + href: resources/intune-deviceconfig-windowsdeliveryoptimizationmode.md + - name: Windows edge kiosk type + href: resources/intune-deviceconfig-windowsedgekiosktype.md + - name: Windows firewall network profile + href: resources/intune-deviceconfig-windowsfirewallnetworkprofile.md + - name: Windows firewall rule + href: resources/intune-deviceconfig-windowsfirewallrule.md + - name: Windows firewall rule interface types + href: resources/intune-deviceconfig-windowsfirewallruleinterfacetypes.md + - name: Windows firewall rule network profile types + href: resources/intune-deviceconfig-windowsfirewallrulenetworkprofiletypes.md + - name: Windows firewall rule traffic direction type + href: resources/intune-deviceconfig-windowsfirewallruletrafficdirectiontype.md + - name: Windows health monitoring configuration + href: resources/intune-deviceconfig-windowshealthmonitoringconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-windowshealthmonitoringconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-windowshealthmonitoringconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-windowshealthmonitoringconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-windowshealthmonitoringconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-windowshealthmonitoringconfiguration-update.md + - name: Windows health monitoring scope + href: resources/intune-deviceconfig-windowshealthmonitoringscope.md + - name: Windows identity protection configuration + href: resources/intune-deviceconfig-windowsidentityprotectionconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-windowsidentityprotectionconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-windowsidentityprotectionconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-windowsidentityprotectionconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-windowsidentityprotectionconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-windowsidentityprotectionconfiguration-update.md + - name: Windows kiosk active directory group + href: resources/intune-deviceconfig-windowskioskactivedirectorygroup.md + - name: Windows kiosk app base + href: resources/intune-deviceconfig-windowskioskappbase.md + - name: Windows kiosk app configuration + href: resources/intune-deviceconfig-windowskioskappconfiguration.md + - name: Windows kiosk app type + href: resources/intune-deviceconfig-windowskioskapptype.md + - name: Windows kiosk autologon + href: resources/intune-deviceconfig-windowskioskautologon.md + - name: Windows kiosk Microsoft Entra group + href: resources/intune-deviceconfig-windowskioskazureadgroup.md + - name: Windows kiosk Microsoft Entra user + href: resources/intune-deviceconfig-windowskioskazureaduser.md + - name: Windows kiosk configuration + href: resources/intune-deviceconfig-windowskioskconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-windowskioskconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-windowskioskconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-windowskioskconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-windowskioskconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-windowskioskconfiguration-update.md + - name: Windows kiosk desktop app + href: resources/intune-deviceconfig-windowskioskdesktopapp.md + - name: Windows kiosk force update schedule + href: resources/intune-deviceconfig-windowskioskforceupdateschedule.md + - name: Windows kiosk local group + href: resources/intune-deviceconfig-windowskiosklocalgroup.md + - name: Windows kiosk local user + href: resources/intune-deviceconfig-windowskiosklocaluser.md + - name: Windows kiosk multiple apps + href: resources/intune-deviceconfig-windowskioskmultipleapps.md + - name: Windows kiosk profile + href: resources/intune-deviceconfig-windowskioskprofile.md + - name: Windows kiosk single UWP app + href: resources/intune-deviceconfig-windowskiosksingleuwpapp.md + - name: Windows kiosk single win32 app + href: resources/intune-deviceconfig-windowskiosksinglewin32app.md + - name: Windows kiosk user + href: resources/intune-deviceconfig-windowskioskuser.md + - name: Windows kiosk UWP app + href: resources/intune-deviceconfig-windowskioskuwpapp.md + - name: Windows kiosk visitor + href: resources/intune-deviceconfig-windowskioskvisitor.md + - name: Windows kiosk win32 app + href: resources/intune-deviceconfig-windowskioskwin32app.md + - name: Windows network isolation policy + href: resources/intune-deviceconfig-windowsnetworkisolationpolicy.md + - name: Windows Phone 8.1 certificate profile base + href: resources/intune-deviceconfig-windowsphone81certificateprofilebase.md + items: + - name: List + href: api/intune-deviceconfig-windowsphone81certificateprofilebase-list.md + - name: Get + href: api/intune-deviceconfig-windowsphone81certificateprofilebase-get.md + - name: Windows Phone 8.1 compliance policy + href: resources/intune-deviceconfig-windowsphone81compliancepolicy.md + items: + - name: List + href: api/intune-deviceconfig-windowsphone81compliancepolicy-list.md + - name: Get + href: api/intune-deviceconfig-windowsphone81compliancepolicy-get.md + - name: Create + href: api/intune-deviceconfig-windowsphone81compliancepolicy-create.md + - name: Delete + href: api/intune-deviceconfig-windowsphone81compliancepolicy-delete.md + - name: Update + href: api/intune-deviceconfig-windowsphone81compliancepolicy-update.md + - name: Windows Phone 8.1 custom configuration + href: resources/intune-deviceconfig-windowsphone81customconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-windowsphone81customconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-windowsphone81customconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-windowsphone81customconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-windowsphone81customconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-windowsphone81customconfiguration-update.md + - name: Windows Phone 8.1 general configuration + href: resources/intune-deviceconfig-windowsphone81generalconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-windowsphone81generalconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-windowsphone81generalconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-windowsphone81generalconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-windowsphone81generalconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-windowsphone81generalconfiguration-update.md + - name: Windows Phone 8.1 imported PFX certificate profile + href: resources/intune-deviceconfig-windowsphone81importedpfxcertificateprofile.md + items: + - name: List + href: api/intune-deviceconfig-windowsphone81importedpfxcertificateprofile-list.md + - name: Get + href: api/intune-deviceconfig-windowsphone81importedpfxcertificateprofile-get.md + - name: Create + href: api/intune-deviceconfig-windowsphone81importedpfxcertificateprofile-create.md + - name: Delete + href: api/intune-deviceconfig-windowsphone81importedpfxcertificateprofile-delete.md + - name: Update + href: api/intune-deviceconfig-windowsphone81importedpfxcertificateprofile-update.md + - name: Windows Phone 8.1 SCEP certificate profile + href: resources/intune-deviceconfig-windowsphone81scepcertificateprofile.md + items: + - name: List + href: api/intune-deviceconfig-windowsphone81scepcertificateprofile-list.md + - name: Get + href: api/intune-deviceconfig-windowsphone81scepcertificateprofile-get.md + - name: Create + href: api/intune-deviceconfig-windowsphone81scepcertificateprofile-create.md + - name: Delete + href: api/intune-deviceconfig-windowsphone81scepcertificateprofile-delete.md + - name: Update + href: api/intune-deviceconfig-windowsphone81scepcertificateprofile-update.md + - name: Windows Phone 8.1 trusted root certificate + href: resources/intune-deviceconfig-windowsphone81trustedrootcertificate.md + items: + - name: List + href: api/intune-deviceconfig-windowsphone81trustedrootcertificate-list.md + - name: Get + href: api/intune-deviceconfig-windowsphone81trustedrootcertificate-get.md + - name: Create + href: api/intune-deviceconfig-windowsphone81trustedrootcertificate-create.md + - name: Delete + href: api/intune-deviceconfig-windowsphone81trustedrootcertificate-delete.md + - name: Update + href: api/intune-deviceconfig-windowsphone81trustedrootcertificate-update.md + - name: Windows Phone 8.1 VPN configuration + href: resources/intune-deviceconfig-windowsphone81vpnconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-windowsphone81vpnconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-windowsphone81vpnconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-windowsphone81vpnconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-windowsphone81vpnconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-windowsphone81vpnconfiguration-update.md + - name: Windows phone EAS email profile configuration + href: resources/intune-deviceconfig-windowsphoneeasemailprofileconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-windowsphoneeasemailprofileconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-windowsphoneeasemailprofileconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-windowsphoneeasemailprofileconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-windowsphoneeasemailprofileconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-windowsphoneeasemailprofileconfiguration-update.md + - name: Windows privacy data access control item + href: resources/intune-deviceconfig-windowsprivacydataaccesscontrolitem.md + items: + - name: List + href: api/intune-deviceconfig-windowsprivacydataaccesscontrolitem-list.md + - name: Get + href: api/intune-deviceconfig-windowsprivacydataaccesscontrolitem-get.md + - name: Create + href: api/intune-deviceconfig-windowsprivacydataaccesscontrolitem-create.md + - name: Delete + href: api/intune-deviceconfig-windowsprivacydataaccesscontrolitem-delete.md + - name: Update + href: api/intune-deviceconfig-windowsprivacydataaccesscontrolitem-update.md + - name: Windows privacy data access level + href: resources/intune-deviceconfig-windowsprivacydataaccesslevel.md + - name: Windows privacy data category + href: resources/intune-deviceconfig-windowsprivacydatacategory.md + - name: Windows S mode configuration + href: resources/intune-deviceconfig-windowssmodeconfiguration.md + - name: Windows spotlight enablement settings + href: resources/intune-deviceconfig-windowsspotlightenablementsettings.md + - name: Windows start menu app list visibility type + href: resources/intune-deviceconfig-windowsstartmenuapplistvisibilitytype.md + - name: Windows start menu mode type + href: resources/intune-deviceconfig-windowsstartmenumodetype.md + - name: Windows update active hours install + href: resources/intune-deviceconfig-windowsupdateactivehoursinstall.md + - name: Windows update for business configuration + href: resources/intune-deviceconfig-windowsupdateforbusinessconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-windowsupdateforbusinessconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-windowsupdateforbusinessconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-windowsupdateforbusinessconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-windowsupdateforbusinessconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-windowsupdateforbusinessconfiguration-update.md + - name: extendFeatureUpdatesPause action + href: api/intune-deviceconfig-windowsupdateforbusinessconfiguration-extendfeatureupdatespause.md + - name: extendQualityUpdatesPause action + href: api/intune-deviceconfig-windowsupdateforbusinessconfiguration-extendqualityupdatespause.md + - name: Windows update for business update weeks + href: resources/intune-deviceconfig-windowsupdateforbusinessupdateweeks.md + - name: Windows update install schedule type + href: resources/intune-deviceconfig-windowsupdateinstallscheduletype.md + - name: Windows update notification display option + href: resources/intune-deviceconfig-windowsupdatenotificationdisplayoption.md + - name: Windows update scheduled install + href: resources/intune-deviceconfig-windowsupdatescheduledinstall.md + - name: Windows update status + href: resources/intune-deviceconfig-windowsupdatestatus.md + - name: Windows update type + href: resources/intune-deviceconfig-windowsupdatetype.md + - name: Windows user account control settings + href: resources/intune-deviceconfig-windowsuseraccountcontrolsettings.md + - name: Windows VPN configuration + href: resources/intune-deviceconfig-windowsvpnconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-windowsvpnconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-windowsvpnconfiguration-get.md + - name: Windows VPN connection type + href: resources/intune-deviceconfig-windowsvpnconnectiontype.md + - name: Windows Wi-Fi configuration + href: resources/intune-deviceconfig-windowswificonfiguration.md + items: + - name: List + href: api/intune-deviceconfig-windowswificonfiguration-list.md + - name: Get + href: api/intune-deviceconfig-windowswificonfiguration-get.md + - name: Create + href: api/intune-deviceconfig-windowswificonfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-windowswificonfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-windowswificonfiguration-update.md + - name: Windows Wi-Fi enterprise e a p configuration + href: resources/intune-deviceconfig-windowswifienterpriseeapconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-windowswifienterpriseeapconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-windowswifienterpriseeapconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-windowswifienterpriseeapconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-windowswifienterpriseeapconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-windowswifienterpriseeapconfiguration-update.md + - name: Windows wired network configuration + href: resources/intune-deviceconfig-windowswirednetworkconfiguration.md + items: + - name: List + href: api/intune-deviceconfig-windowswirednetworkconfiguration-list.md + - name: Get + href: api/intune-deviceconfig-windowswirednetworkconfiguration-get.md + - name: Create + href: api/intune-deviceconfig-windowswirednetworkconfiguration-create.md + - name: Delete + href: api/intune-deviceconfig-windowswirednetworkconfiguration-delete.md + - name: Update + href: api/intune-deviceconfig-windowswirednetworkconfiguration-update.md + - name: Wired network authentication method + href: resources/intune-deviceconfig-wirednetworkauthenticationmethod.md + - name: Wired network authentication type + href: resources/intune-deviceconfig-wirednetworkauthenticationtype.md + - name: Wired network interface + href: resources/intune-deviceconfig-wirednetworkinterface.md + - name: Device management + href: resources/intune-device-mgt-conceptual.md + items: + - name: Activate device esim action result + href: resources/intune-devices-activatedeviceesimactionresult.md + - name: Admin consent + href: resources/intune-devices-adminconsent.md + - name: Admin consent state + href: resources/intune-devices-adminconsentstate.md + - name: Allowed remote assistance actions + href: resources/intune-remoteassistance-allowedremoteassistanceactions.md + - name: App log collection download details + href: resources/intune-devices-applogcollectiondownloaddetails.md + - name: App log collection request + href: resources/intune-devices-applogcollectionrequest.md + items: + - name: List + href: api/intune-devices-applogcollectionrequest-list.md + - name: Get + href: api/intune-devices-applogcollectionrequest-get.md + - name: Create + href: api/intune-devices-applogcollectionrequest-create.md + - name: Delete + href: api/intune-devices-applogcollectionrequest-delete.md + - name: Update + href: api/intune-devices-applogcollectionrequest-update.md + - name: createDownloadUrl action + href: api/intune-devices-applogcollectionrequest-createdownloadurl.md + - name: App log decryption algorithm + href: resources/intune-devices-applogdecryptionalgorithm.md + - name: App log upload state + href: resources/intune-devices-apploguploadstate.md + - name: Apple push notification certificate + href: resources/intune-devices-applepushnotificationcertificate.md + items: + - name: Get + href: api/intune-devices-applepushnotificationcertificate-get.md + - name: Update + href: api/intune-devices-applepushnotificationcertificate-update.md + - name: generateApplePushNotificationCertificateSigningRequest action + href: api/intune-devices-applepushnotificationcertificate-generateapplepushnotificationcertificatesigningrequest.md + - name: Audit actor + href: resources/intune-auditing-auditactor.md + - name: Audit event + href: resources/intune-auditing-auditevent.md + items: + - name: List + href: api/intune-auditing-auditevent-list.md + - name: Get + href: api/intune-auditing-auditevent-get.md + - name: Create + href: api/intune-auditing-auditevent-create.md + - name: Delete + href: api/intune-auditing-auditevent-delete.md + - name: Update + href: api/intune-auditing-auditevent-update.md + - name: Audit property + href: resources/intune-auditing-auditproperty.md + - name: Audit resource + href: resources/intune-auditing-auditresource.md + - name: Bulk managed device action result + href: resources/intune-devices-bulkmanageddeviceactionresult.md + - name: Chassis type + href: resources/intune-devices-chassistype.md + - name: Chrome o s device property + href: resources/intune-devices-chromeosdeviceproperty.md + - name: Cloud PC connectivity issue + href: resources/intune-devices-cloudpcconnectivityissue.md + items: + - name: List + href: api/intune-devices-cloudpcconnectivityissue-list.md + - name: Get + href: api/intune-devices-cloudpcconnectivityissue-get.md + - name: Create + href: api/intune-devices-cloudpcconnectivityissue-create.md + - name: Delete + href: api/intune-devices-cloudpcconnectivityissue-delete.md + - name: Update + href: api/intune-devices-cloudpcconnectivityissue-update.md + - name: Comanaged devices summary + href: resources/intune-devices-comanageddevicessummary.md + - name: Comanagement eligible device + href: resources/intune-devices-comanagementeligibledevice.md + items: + - name: List + href: api/intune-devices-comanagementeligibledevice-list.md + - name: Get + href: api/intune-devices-comanagementeligibledevice-get.md + - name: Create + href: api/intune-devices-comanagementeligibledevice-create.md + - name: Delete + href: api/intune-devices-comanagementeligibledevice-delete.md + - name: Update + href: api/intune-devices-comanagementeligibledevice-update.md + - name: Comanagement eligible devices summary + href: resources/intune-devices-comanagementeligibledevicessummary.md + - name: Comanagement eligible type + href: resources/intune-devices-comanagementeligibletype.md + - name: Compliance state + href: resources/intune-devices-compliancestate.md + - name: Configuration manager action + href: resources/intune-devices-configurationmanageraction.md + - name: Configuration manager action delivery status + href: resources/intune-devices-configurationmanageractiondeliverystatus.md + - name: Configuration manager action result + href: resources/intune-devices-configurationmanageractionresult.md + - name: Configuration manager action type + href: resources/intune-devices-configurationmanageractiontype.md + - name: Configuration manager client enabled features + href: resources/intune-devices-configurationmanagerclientenabledfeatures.md + - name: Configuration manager client health state + href: resources/intune-devices-configurationmanagerclienthealthstate.md + - name: Configuration manager client information + href: resources/intune-devices-configurationmanagerclientinformation.md + - name: Configuration manager client state + href: resources/intune-devices-configurationmanagerclientstate.md + - name: Create remote help session response + href: resources/intune-remoteassistance-createremotehelpsessionresponse.md + items: + - name: List + href: api/intune-remoteassistance-createremotehelpsessionresponse-list.md + - name: Get + href: api/intune-remoteassistance-createremotehelpsessionresponse-get.md + - name: Create + href: api/intune-remoteassistance-createremotehelpsessionresponse-create.md + - name: Delete + href: api/intune-remoteassistance-createremotehelpsessionresponse-delete.md + - name: Update + href: api/intune-remoteassistance-createremotehelpsessionresponse-update.md + - name: Data processor service for windows features on-boarding + href: resources/intune-devices-dataprocessorserviceforwindowsfeaturesonboarding.md + - name: Data sharing consent + href: resources/intune-devices-datasharingconsent.md + items: + - name: List + href: api/intune-devices-datasharingconsent-list.md + - name: Get + href: api/intune-devices-datasharingconsent-get.md + - name: Create + href: api/intune-devices-datasharingconsent-create.md + - name: Delete + href: api/intune-devices-datasharingconsent-delete.md + - name: Update + href: api/intune-devices-datasharingconsent-update.md + - name: consentToDataSharing action + href: api/intune-devices-datasharingconsent-consenttodatasharing.md + - name: consentToDataSharing action + href: api/intune-devices-datasharingconsent-consenttodatasharing.md + - name: Delete user from shared Apple device action result + href: resources/intune-devices-deleteuserfromsharedappledeviceactionresult.md + - name: Detected app + href: resources/intune-devices-detectedapp.md + items: + - name: List + href: api/intune-devices-detectedapp-list.md + - name: Get + href: api/intune-devices-detectedapp-get.md + - name: Create + href: api/intune-devices-detectedapp-create.md + - name: Delete + href: api/intune-devices-detectedapp-delete.md + - name: Update + href: api/intune-devices-detectedapp-update.md + - name: Detected app platform type + href: resources/intune-devices-detectedappplatformtype.md + - name: Device action result + href: resources/intune-devices-deviceactionresult.md + - name: Device compliance script + href: resources/intune-devices-devicecompliancescript.md + items: + - name: List + href: api/intune-devices-devicecompliancescript-list.md + - name: Get + href: api/intune-devices-devicecompliancescript-get.md + - name: Create + href: api/intune-devices-devicecompliancescript-create.md + - name: Delete + href: api/intune-devices-devicecompliancescript-delete.md + - name: Update + href: api/intune-devices-devicecompliancescript-update.md + - name: assign action + href: api/intune-devices-devicecompliancescript-assign.md + - name: Device compliance script device state + href: resources/intune-devices-devicecompliancescriptdevicestate.md + items: + - name: List + href: api/intune-devices-devicecompliancescriptdevicestate-list.md + - name: Get + href: api/intune-devices-devicecompliancescriptdevicestate-get.md + - name: Create + href: api/intune-devices-devicecompliancescriptdevicestate-create.md + - name: Delete + href: api/intune-devices-devicecompliancescriptdevicestate-delete.md + - name: Update + href: api/intune-devices-devicecompliancescriptdevicestate-update.md + - name: Device compliance script run summary + href: resources/intune-devices-devicecompliancescriptrunsummary.md + items: + - name: Get + href: api/intune-devices-devicecompliancescriptrunsummary-get.md + - name: Update + href: api/intune-devices-devicecompliancescriptrunsummary-update.md + - name: Device custom attribute shell script + href: resources/intune-devices-devicecustomattributeshellscript.md + items: + - name: List + href: api/intune-devices-devicecustomattributeshellscript-list.md + - name: Get + href: api/intune-devices-devicecustomattributeshellscript-get.md + - name: Create + href: api/intune-devices-devicecustomattributeshellscript-create.md + - name: Delete + href: api/intune-devices-devicecustomattributeshellscript-delete.md + - name: Update + href: api/intune-devices-devicecustomattributeshellscript-update.md + - name: assign action + href: api/intune-devices-devicecustomattributeshellscript-assign.md + - name: Device custom attribute value type + href: resources/intune-devices-devicecustomattributevaluetype.md + - name: Device enrollment type + href: resources/intune-devices-deviceenrollmenttype.md + - name: Device event level + href: resources/intune-devices-deviceeventlevel.md + - name: Device exchange access state summary + href: resources/intune-devices-deviceexchangeaccessstatesummary.md + - name: Device geolocation + href: resources/intune-devices-devicegeolocation.md + - name: Device guard local system authority credential guard state + href: resources/intune-devices-deviceguardlocalsystemauthoritycredentialguardstate.md + - name: Device guard virtualization based security hardware requirement state + href: resources/intune-devices-deviceguardvirtualizationbasedsecurityhardwarerequirementstate.md + - name: Device guard virtualization based security state + href: resources/intune-devices-deviceguardvirtualizationbasedsecuritystate.md + - name: Device health attestation state + href: resources/intune-devices-devicehealthattestationstate.md + - name: Device health script + href: resources/intune-devices-devicehealthscript.md + items: + - name: List + href: api/intune-devices-devicehealthscript-list.md + - name: Get + href: api/intune-devices-devicehealthscript-get.md + - name: Create + href: api/intune-devices-devicehealthscript-create.md + - name: Delete + href: api/intune-devices-devicehealthscript-delete.md + - name: Update + href: api/intune-devices-devicehealthscript-update.md + - name: assign action + href: api/intune-devices-devicehealthscript-assign.md + - name: updateGlobalScript action + href: api/intune-devices-devicehealthscript-updateglobalscript.md + - name: getGlobalScriptHighestAvailableVersion action + href: api/intune-devices-devicehealthscript-getglobalscripthighestavailableversion.md + - name: enableGlobalScripts action + href: api/intune-devices-devicehealthscript-enableglobalscripts.md + - name: Device health script assignment + href: resources/intune-devices-devicehealthscriptassignment.md + items: + - name: List + href: api/intune-devices-devicehealthscriptassignment-list.md + - name: Get + href: api/intune-devices-devicehealthscriptassignment-get.md + - name: Create + href: api/intune-devices-devicehealthscriptassignment-create.md + - name: Delete + href: api/intune-devices-devicehealthscriptassignment-delete.md + - name: Update + href: api/intune-devices-devicehealthscriptassignment-update.md + - name: Device health script boolean parameter + href: resources/intune-devices-devicehealthscriptbooleanparameter.md + - name: Device health script daily schedule + href: resources/intune-devices-devicehealthscriptdailyschedule.md + - name: Device health script device state + href: resources/intune-devices-devicehealthscriptdevicestate.md + items: + - name: List + href: api/intune-devices-devicehealthscriptdevicestate-list.md + - name: Get + href: api/intune-devices-devicehealthscriptdevicestate-get.md + - name: Create + href: api/intune-devices-devicehealthscriptdevicestate-create.md + - name: Delete + href: api/intune-devices-devicehealthscriptdevicestate-delete.md + - name: Update + href: api/intune-devices-devicehealthscriptdevicestate-update.md + - name: Device health script hourly schedule + href: resources/intune-devices-devicehealthscripthourlyschedule.md + - name: Device health script integer parameter + href: resources/intune-devices-devicehealthscriptintegerparameter.md + - name: Device health script parameter + href: resources/intune-devices-devicehealthscriptparameter.md + - name: Device health script policy state + href: resources/intune-devices-devicehealthscriptpolicystate.md + items: + - name: List + href: api/intune-devices-devicehealthscriptpolicystate-list.md + - name: Get + href: api/intune-devices-devicehealthscriptpolicystate-get.md + - name: Create + href: api/intune-devices-devicehealthscriptpolicystate-create.md + - name: Delete + href: api/intune-devices-devicehealthscriptpolicystate-delete.md + - name: Update + href: api/intune-devices-devicehealthscriptpolicystate-update.md + - name: Device health script remediation history + href: resources/intune-devices-devicehealthscriptremediationhistory.md + - name: Device health script remediation history data + href: resources/intune-devices-devicehealthscriptremediationhistorydata.md + - name: Device health script remediation summary + href: resources/intune-devices-devicehealthscriptremediationsummary.md + - name: Device health script run once schedule + href: resources/intune-devices-devicehealthscriptrunonceschedule.md + - name: Device health script run schedule + href: resources/intune-devices-devicehealthscriptrunschedule.md + - name: Device health script run summary + href: resources/intune-devices-devicehealthscriptrunsummary.md + items: + - name: Get + href: api/intune-devices-devicehealthscriptrunsummary-get.md + - name: Update + href: api/intune-devices-devicehealthscriptrunsummary-update.md + - name: Device health script string parameter + href: resources/intune-devices-devicehealthscriptstringparameter.md + - name: Device health script time schedule + href: resources/intune-devices-devicehealthscripttimeschedule.md + - name: Device health script type + href: resources/intune-devices-devicehealthscripttype.md + - name: Device licensing status + href: resources/intune-devices-devicelicensingstatus.md + - name: Device log collection request + href: resources/intune-devices-devicelogcollectionrequest.md + - name: Device log collection response + href: resources/intune-devices-devicelogcollectionresponse.md + items: + - name: List + href: api/intune-devices-devicelogcollectionresponse-list.md + - name: Get + href: api/intune-devices-devicelogcollectionresponse-get.md + - name: Create + href: api/intune-devices-devicelogcollectionresponse-create.md + - name: Delete + href: api/intune-devices-devicelogcollectionresponse-delete.md + - name: Update + href: api/intune-devices-devicelogcollectionresponse-update.md + - name: createDownloadUrl action + href: api/intune-devices-devicelogcollectionresponse-createdownloadurl.md + - name: Device log collection template type + href: resources/intune-devices-devicelogcollectiontemplatetype.md + - name: Device management abstract complex setting definition + href: resources/intune-deviceintent-devicemanagementabstractcomplexsettingdefinition.md + items: + - name: List + href: api/intune-deviceintent-devicemanagementabstractcomplexsettingdefinition-list.md + - name: Get + href: api/intune-deviceintent-devicemanagementabstractcomplexsettingdefinition-get.md + - name: Create + href: api/intune-deviceintent-devicemanagementabstractcomplexsettingdefinition-create.md + - name: Delete + href: api/intune-deviceintent-devicemanagementabstractcomplexsettingdefinition-delete.md + - name: Update + href: api/intune-deviceintent-devicemanagementabstractcomplexsettingdefinition-update.md + - name: Device management abstract complex setting instance + href: resources/intune-deviceintent-devicemanagementabstractcomplexsettinginstance.md + items: + - name: List + href: api/intune-deviceintent-devicemanagementabstractcomplexsettinginstance-list.md + - name: Get + href: api/intune-deviceintent-devicemanagementabstractcomplexsettinginstance-get.md + - name: Create + href: api/intune-deviceintent-devicemanagementabstractcomplexsettinginstance-create.md + - name: Delete + href: api/intune-deviceintent-devicemanagementabstractcomplexsettinginstance-delete.md + - name: Update + href: api/intune-deviceintent-devicemanagementabstractcomplexsettinginstance-update.md + - name: Device management boolean setting instance + href: resources/intune-deviceintent-devicemanagementbooleansettinginstance.md + items: + - name: List + href: api/intune-deviceintent-devicemanagementbooleansettinginstance-list.md + - name: Get + href: api/intune-deviceintent-devicemanagementbooleansettinginstance-get.md + - name: Create + href: api/intune-deviceintent-devicemanagementbooleansettinginstance-create.md + - name: Delete + href: api/intune-deviceintent-devicemanagementbooleansettinginstance-delete.md + - name: Update + href: api/intune-deviceintent-devicemanagementbooleansettinginstance-update.md + - name: Device management collection setting definition + href: resources/intune-deviceintent-devicemanagementcollectionsettingdefinition.md + items: + - name: List + href: api/intune-deviceintent-devicemanagementcollectionsettingdefinition-list.md + - name: Get + href: api/intune-deviceintent-devicemanagementcollectionsettingdefinition-get.md + - name: Create + href: api/intune-deviceintent-devicemanagementcollectionsettingdefinition-create.md + - name: Delete + href: api/intune-deviceintent-devicemanagementcollectionsettingdefinition-delete.md + - name: Update + href: api/intune-deviceintent-devicemanagementcollectionsettingdefinition-update.md + - name: Device management collection setting instance + href: resources/intune-deviceintent-devicemanagementcollectionsettinginstance.md + items: + - name: List + href: api/intune-deviceintent-devicemanagementcollectionsettinginstance-list.md + - name: Get + href: api/intune-deviceintent-devicemanagementcollectionsettinginstance-get.md + - name: Create + href: api/intune-deviceintent-devicemanagementcollectionsettinginstance-create.md + - name: Delete + href: api/intune-deviceintent-devicemanagementcollectionsettinginstance-delete.md + - name: Update + href: api/intune-deviceintent-devicemanagementcollectionsettinginstance-update.md + - name: Device management comparison result + href: resources/intune-deviceintent-devicemanagementcomparisonresult.md + - name: Device management complex setting definition + href: resources/intune-deviceintent-devicemanagementcomplexsettingdefinition.md + items: + - name: List + href: api/intune-deviceintent-devicemanagementcomplexsettingdefinition-list.md + - name: Get + href: api/intune-deviceintent-devicemanagementcomplexsettingdefinition-get.md + - name: Create + href: api/intune-deviceintent-devicemanagementcomplexsettingdefinition-create.md + - name: Delete + href: api/intune-deviceintent-devicemanagementcomplexsettingdefinition-delete.md + - name: Update + href: api/intune-deviceintent-devicemanagementcomplexsettingdefinition-update.md + - name: Device management complex setting instance + href: resources/intune-deviceintent-devicemanagementcomplexsettinginstance.md + items: + - name: List + href: api/intune-deviceintent-devicemanagementcomplexsettinginstance-list.md + - name: Get + href: api/intune-deviceintent-devicemanagementcomplexsettinginstance-get.md + - name: Create + href: api/intune-deviceintent-devicemanagementcomplexsettinginstance-create.md + - name: Delete + href: api/intune-deviceintent-devicemanagementcomplexsettinginstance-delete.md + - name: Update + href: api/intune-deviceintent-devicemanagementcomplexsettinginstance-update.md + - name: Device management constraint + href: resources/intune-deviceintent-devicemanagementconstraint.md + - name: Device management enum constraint + href: resources/intune-deviceintent-devicemanagementenumconstraint.md + - name: Device management enum value + href: resources/intune-deviceintent-devicemanagementenumvalue.md + - name: Device management exchange access state + href: resources/intune-devices-devicemanagementexchangeaccessstate.md + - name: Device management exchange access state reason + href: resources/intune-devices-devicemanagementexchangeaccessstatereason.md + - name: Device management integer setting instance + href: resources/intune-deviceintent-devicemanagementintegersettinginstance.md + items: + - name: List + href: api/intune-deviceintent-devicemanagementintegersettinginstance-list.md + - name: Get + href: api/intune-deviceintent-devicemanagementintegersettinginstance-get.md + - name: Create + href: api/intune-deviceintent-devicemanagementintegersettinginstance-create.md + - name: Delete + href: api/intune-deviceintent-devicemanagementintegersettinginstance-delete.md + - name: Update + href: api/intune-deviceintent-devicemanagementintegersettinginstance-update.md + - name: Device management intent + href: resources/intune-deviceintent-devicemanagementintent.md + items: + - name: List + href: api/intune-deviceintent-devicemanagementintent-list.md + - name: Get + href: api/intune-deviceintent-devicemanagementintent-get.md + - name: Create + href: api/intune-deviceintent-devicemanagementintent-create.md + - name: Delete + href: api/intune-deviceintent-devicemanagementintent-delete.md + - name: Update + href: api/intune-deviceintent-devicemanagementintent-update.md + - name: updateSettings action + href: api/intune-deviceintent-devicemanagementintent-updatesettings.md + - name: migrateToTemplate action + href: api/intune-deviceintent-devicemanagementintent-migratetotemplate.md + - name: createCopy action + href: api/intune-deviceintent-devicemanagementintent-createcopy.md + - name: createCopy action + href: api/intune-deviceintent-devicemanagementintent-createcopy.md + - name: assign action + href: api/intune-deviceintent-devicemanagementintent-assign.md + - name: Device management intent assignment + href: resources/intune-deviceintent-devicemanagementintentassignment.md + items: + - name: List + href: api/intune-deviceintent-devicemanagementintentassignment-list.md + - name: Get + href: api/intune-deviceintent-devicemanagementintentassignment-get.md + - name: Create + href: api/intune-deviceintent-devicemanagementintentassignment-create.md + - name: Delete + href: api/intune-deviceintent-devicemanagementintentassignment-delete.md + - name: Update + href: api/intune-deviceintent-devicemanagementintentassignment-update.md + - name: Device management intent customized setting + href: resources/intune-deviceintent-devicemanagementintentcustomizedsetting.md + - name: Device management intent device setting state summary + href: resources/intune-deviceintent-devicemanagementintentdevicesettingstatesummary.md + items: + - name: List + href: api/intune-deviceintent-devicemanagementintentdevicesettingstatesummary-list.md + - name: Get + href: api/intune-deviceintent-devicemanagementintentdevicesettingstatesummary-get.md + - name: Create + href: api/intune-deviceintent-devicemanagementintentdevicesettingstatesummary-create.md + - name: Delete + href: api/intune-deviceintent-devicemanagementintentdevicesettingstatesummary-delete.md + - name: Update + href: api/intune-deviceintent-devicemanagementintentdevicesettingstatesummary-update.md + - name: Device management intent device state + href: resources/intune-deviceintent-devicemanagementintentdevicestate.md + items: + - name: List + href: api/intune-deviceintent-devicemanagementintentdevicestate-list.md + - name: Get + href: api/intune-deviceintent-devicemanagementintentdevicestate-get.md + - name: Create + href: api/intune-deviceintent-devicemanagementintentdevicestate-create.md + - name: Delete + href: api/intune-deviceintent-devicemanagementintentdevicestate-delete.md + - name: Update + href: api/intune-deviceintent-devicemanagementintentdevicestate-update.md + - name: Device management intent device state summary + href: resources/intune-deviceintent-devicemanagementintentdevicestatesummary.md + items: + - name: Get + href: api/intune-deviceintent-devicemanagementintentdevicestatesummary-get.md + - name: Update + href: api/intune-deviceintent-devicemanagementintentdevicestatesummary-update.md + - name: Device management intent setting category + href: resources/intune-deviceintent-devicemanagementintentsettingcategory.md + items: + - name: List + href: api/intune-deviceintent-devicemanagementintentsettingcategory-list.md + - name: Get + href: api/intune-deviceintent-devicemanagementintentsettingcategory-get.md + - name: Create + href: api/intune-deviceintent-devicemanagementintentsettingcategory-create.md + - name: Delete + href: api/intune-deviceintent-devicemanagementintentsettingcategory-delete.md + - name: Update + href: api/intune-deviceintent-devicemanagementintentsettingcategory-update.md + - name: Device management intent setting secret constraint + href: resources/intune-deviceintent-devicemanagementintentsettingsecretconstraint.md + - name: Device management intent user state + href: resources/intune-deviceintent-devicemanagementintentuserstate.md + items: + - name: List + href: api/intune-deviceintent-devicemanagementintentuserstate-list.md + - name: Get + href: api/intune-deviceintent-devicemanagementintentuserstate-get.md + - name: Create + href: api/intune-deviceintent-devicemanagementintentuserstate-create.md + - name: Delete + href: api/intune-deviceintent-devicemanagementintentuserstate-delete.md + - name: Update + href: api/intune-deviceintent-devicemanagementintentuserstate-update.md + - name: Device management intent user state summary + href: resources/intune-deviceintent-devicemanagementintentuserstatesummary.md + items: + - name: Get + href: api/intune-deviceintent-devicemanagementintentuserstatesummary-get.md + - name: Update + href: api/intune-deviceintent-devicemanagementintentuserstatesummary-update.md + - name: Device management reports + href: resources/intune-remoteassistance-devicemanagementreports.md + items: + - name: Get + href: api/intune-remoteassistance-devicemanagementreports-get.md + - name: Update + href: api/intune-remoteassistance-devicemanagementreports-update.md + - name: getRemoteAssistanceSessionsReport action + href: api/intune-remoteassistance-devicemanagementreports-getremoteassistancesessionsreport.md + - name: getRemoteAssistanceMonitorActiveSessionsReport action + href: api/intune-remoteassistance-devicemanagementreports-getremoteassistancemonitoractivesessionsreport.md + - name: getRemoteAssistanceMonitorTotalSessionsReport action + href: api/intune-remoteassistance-devicemanagementreports-getremoteassistancemonitortotalsessionsreport.md + - name: getRemoteAssistanceMonitorAvgSessionTimeReport action + href: api/intune-remoteassistance-devicemanagementreports-getremoteassistancemonitoravgsessiontimereport.md + - name: Device management script assignment + href: resources/intune-devices-devicemanagementscriptassignment.md + items: + - name: List + href: api/intune-devices-devicemanagementscriptassignment-list.md + - name: Get + href: api/intune-devices-devicemanagementscriptassignment-get.md + - name: Create + href: api/intune-devices-devicemanagementscriptassignment-create.md + - name: Delete + href: api/intune-devices-devicemanagementscriptassignment-delete.md + - name: Update + href: api/intune-devices-devicemanagementscriptassignment-update.md + - name: Device management script device state + href: resources/intune-devices-devicemanagementscriptdevicestate.md + items: + - name: List + href: api/intune-devices-devicemanagementscriptdevicestate-list.md + - name: Get + href: api/intune-devices-devicemanagementscriptdevicestate-get.md + - name: Create + href: api/intune-devices-devicemanagementscriptdevicestate-create.md + - name: Delete + href: api/intune-devices-devicemanagementscriptdevicestate-delete.md + - name: Update + href: api/intune-devices-devicemanagementscriptdevicestate-update.md + - name: Device management script group assignment + href: resources/intune-devices-devicemanagementscriptgroupassignment.md + items: + - name: List + href: api/intune-devices-devicemanagementscriptgroupassignment-list.md + - name: Get + href: api/intune-devices-devicemanagementscriptgroupassignment-get.md + - name: Create + href: api/intune-devices-devicemanagementscriptgroupassignment-create.md + - name: Delete + href: api/intune-devices-devicemanagementscriptgroupassignment-delete.md + - name: Update + href: api/intune-devices-devicemanagementscriptgroupassignment-update.md + - name: Device management script run summary + href: resources/intune-devices-devicemanagementscriptrunsummary.md + items: + - name: Get + href: api/intune-devices-devicemanagementscriptrunsummary-get.md + - name: Update + href: api/intune-devices-devicemanagementscriptrunsummary-update.md + - name: Device management script user state + href: resources/intune-devices-devicemanagementscriptuserstate.md + items: + - name: List + href: api/intune-devices-devicemanagementscriptuserstate-list.md + - name: Get + href: api/intune-devices-devicemanagementscriptuserstate-get.md + - name: Create + href: api/intune-devices-devicemanagementscriptuserstate-create.md + - name: Delete + href: api/intune-devices-devicemanagementscriptuserstate-delete.md + - name: Update + href: api/intune-devices-devicemanagementscriptuserstate-update.md + - name: Device management setting abstract implementation constraint + href: resources/intune-deviceintent-devicemanagementsettingabstractimplementationconstraint.md + - name: Device management setting app constraint + href: resources/intune-deviceintent-devicemanagementsettingappconstraint.md + - name: Device management setting boolean constraint + href: resources/intune-deviceintent-devicemanagementsettingbooleanconstraint.md + - name: Device management setting category + href: resources/intune-deviceintent-devicemanagementsettingcategory.md + items: + - name: List + href: api/intune-deviceintent-devicemanagementsettingcategory-list.md + - name: Get + href: api/intune-deviceintent-devicemanagementsettingcategory-get.md + - name: Create + href: api/intune-deviceintent-devicemanagementsettingcategory-create.md + - name: Delete + href: api/intune-deviceintent-devicemanagementsettingcategory-delete.md + - name: Update + href: api/intune-deviceintent-devicemanagementsettingcategory-update.md + - name: Device management setting collection constraint + href: resources/intune-deviceintent-devicemanagementsettingcollectionconstraint.md + - name: Device management setting comparison + href: resources/intune-deviceintent-devicemanagementsettingcomparison.md + - name: Device management setting definition + href: resources/intune-deviceintent-devicemanagementsettingdefinition.md + items: + - name: List + href: api/intune-deviceintent-devicemanagementsettingdefinition-list.md + - name: Get + href: api/intune-deviceintent-devicemanagementsettingdefinition-get.md + - name: Create + href: api/intune-deviceintent-devicemanagementsettingdefinition-create.md + - name: Delete + href: api/intune-deviceintent-devicemanagementsettingdefinition-delete.md + - name: Update + href: api/intune-deviceintent-devicemanagementsettingdefinition-update.md + - name: Device management setting dependency + href: resources/intune-deviceintent-devicemanagementsettingdependency.md + - name: Device management setting enrollment type constraint + href: resources/intune-deviceintent-devicemanagementsettingenrollmenttypeconstraint.md + - name: Device management setting file constraint + href: resources/intune-deviceintent-devicemanagementsettingfileconstraint.md + - name: Device management setting instance + href: resources/intune-deviceintent-devicemanagementsettinginstance.md + items: + - name: List + href: api/intune-deviceintent-devicemanagementsettinginstance-list.md + - name: Get + href: api/intune-deviceintent-devicemanagementsettinginstance-get.md + - name: Device management setting integer constraint + href: resources/intune-deviceintent-devicemanagementsettingintegerconstraint.md + - name: Device management setting profile constraint + href: resources/intune-deviceintent-devicemanagementsettingprofileconstraint.md + - name: Device management setting regex constraint + href: resources/intune-deviceintent-devicemanagementsettingregexconstraint.md + - name: Device management setting required constraint + href: resources/intune-deviceintent-devicemanagementsettingrequiredconstraint.md + - name: Device management setting sddl constraint + href: resources/intune-deviceintent-devicemanagementsettingsddlconstraint.md + - name: Device management setting string length constraint + href: resources/intune-deviceintent-devicemanagementsettingstringlengthconstraint.md + - name: Device management setting xml constraint + href: resources/intune-deviceintent-devicemanagementsettingxmlconstraint.md + - name: Device management string setting instance + href: resources/intune-deviceintent-devicemanagementstringsettinginstance.md + items: + - name: List + href: api/intune-deviceintent-devicemanagementstringsettinginstance-list.md + - name: Get + href: api/intune-deviceintent-devicemanagementstringsettinginstance-get.md + - name: Create + href: api/intune-deviceintent-devicemanagementstringsettinginstance-create.md + - name: Delete + href: api/intune-deviceintent-devicemanagementstringsettinginstance-delete.md + - name: Update + href: api/intune-deviceintent-devicemanagementstringsettinginstance-update.md + - name: Device management subscription state + href: resources/intune-devices-devicemanagementsubscriptionstate.md + - name: Device management subscriptions + href: resources/intune-devices-devicemanagementsubscriptions.md + - name: Device management template + href: resources/intune-deviceintent-devicemanagementtemplate.md + items: + - name: List + href: api/intune-deviceintent-devicemanagementtemplate-list.md + - name: Get + href: api/intune-deviceintent-devicemanagementtemplate-get.md + - name: Create + href: api/intune-deviceintent-devicemanagementtemplate-create.md + - name: Delete + href: api/intune-deviceintent-devicemanagementtemplate-delete.md + - name: Update + href: api/intune-deviceintent-devicemanagementtemplate-update.md + - name: createInstance action + href: api/intune-deviceintent-devicemanagementtemplate-createinstance.md + - name: importOffice365DeviceConfigurationPolicies action + href: api/intune-deviceintent-devicemanagementtemplate-importoffice365deviceconfigurationpolicies.md + - name: Device management template setting category + href: resources/intune-deviceintent-devicemanagementtemplatesettingcategory.md + items: + - name: List + href: api/intune-deviceintent-devicemanagementtemplatesettingcategory-list.md + - name: Get + href: api/intune-deviceintent-devicemanagementtemplatesettingcategory-get.md + - name: Create + href: api/intune-deviceintent-devicemanagementtemplatesettingcategory-create.md + - name: Delete + href: api/intune-deviceintent-devicemanagementtemplatesettingcategory-delete.md + - name: Update + href: api/intune-deviceintent-devicemanagementtemplatesettingcategory-update.md + - name: Device management template subtype + href: resources/intune-deviceintent-devicemanagementtemplatesubtype.md + - name: Device management template type + href: resources/intune-deviceintent-devicemanagementtemplatetype.md + - name: Device manangement intent value type + href: resources/intune-deviceintent-devicemanangementintentvaluetype.md + - name: Device operating system summary + href: resources/intune-devices-deviceoperatingsystemsummary.md + - name: Device protection overview + href: resources/intune-devices-deviceprotectionoverview.md + - name: Device registration state + href: resources/intune-devices-deviceregistrationstate.md + - name: Device scope action + href: resources/intune-devices-devicescopeaction.md + - name: Device scope action result + href: resources/intune-devices-devicescopeactionresult.md + - name: Device scope action status + href: resources/intune-devices-devicescopeactionstatus.md + - name: Device scope operator + href: resources/intune-devices-devicescopeoperator.md + - name: Device scope parameter + href: resources/intune-devices-devicescopeparameter.md + - name: Device scope status + href: resources/intune-devices-devicescopestatus.md + - name: Device shell script + href: resources/intune-devices-deviceshellscript.md + items: + - name: List + href: api/intune-devices-deviceshellscript-list.md + - name: Get + href: api/intune-devices-deviceshellscript-get.md + - name: Create + href: api/intune-devices-deviceshellscript-create.md + - name: Delete + href: api/intune-devices-deviceshellscript-delete.md + - name: Update + href: api/intune-devices-deviceshellscript-update.md + - name: assign action + href: api/intune-devices-deviceshellscript-assign.md + - name: Device type + href: resources/intune-devices-devicetype.md + - name: Disk type + href: resources/intune-devices-disktype.md + - name: Embedded SIM activation code + href: resources/intune-esim-embeddedsimactivationcode.md + - name: Embedded SIM activation code pool + href: resources/intune-esim-embeddedsimactivationcodepool.md + items: + - name: List + href: api/intune-esim-embeddedsimactivationcodepool-list.md + - name: Get + href: api/intune-esim-embeddedsimactivationcodepool-get.md + - name: Create + href: api/intune-esim-embeddedsimactivationcodepool-create.md + - name: Delete + href: api/intune-esim-embeddedsimactivationcodepool-delete.md + - name: Update + href: api/intune-esim-embeddedsimactivationcodepool-update.md + - name: assign action + href: api/intune-esim-embeddedsimactivationcodepool-assign.md + - name: Embedded SIM activation code pool assignment + href: resources/intune-esim-embeddedsimactivationcodepoolassignment.md + items: + - name: List + href: api/intune-esim-embeddedsimactivationcodepoolassignment-list.md + - name: Get + href: api/intune-esim-embeddedsimactivationcodepoolassignment-get.md + - name: Create + href: api/intune-esim-embeddedsimactivationcodepoolassignment-create.md + - name: Delete + href: api/intune-esim-embeddedsimactivationcodepoolassignment-delete.md + - name: Update + href: api/intune-esim-embeddedsimactivationcodepoolassignment-update.md + - name: Embedded SIM device state + href: resources/intune-esim-embeddedsimdevicestate.md + items: + - name: List + href: api/intune-esim-embeddedsimdevicestate-list.md + - name: Get + href: api/intune-esim-embeddedsimdevicestate-get.md + - name: Create + href: api/intune-esim-embeddedsimdevicestate-create.md + - name: Delete + href: api/intune-esim-embeddedsimdevicestate-delete.md + - name: Update + href: api/intune-esim-embeddedsimdevicestate-update.md + - name: Embedded SIM device state value + href: resources/intune-esim-embeddedsimdevicestatevalue.md + - name: Extend remote help session response + href: resources/intune-remoteassistance-extendremotehelpsessionresponse.md + items: + - name: List + href: api/intune-remoteassistance-extendremotehelpsessionresponse-list.md + - name: Get + href: api/intune-remoteassistance-extendremotehelpsessionresponse-get.md + - name: Create + href: api/intune-remoteassistance-extendremotehelpsessionresponse-create.md + - name: Delete + href: api/intune-remoteassistance-extendremotehelpsessionresponse-delete.md + - name: Update + href: api/intune-remoteassistance-extendremotehelpsessionresponse-update.md + - name: Global device health script state + href: resources/intune-devices-globaldevicehealthscriptstate.md + - name: Hardware information + href: resources/intune-devices-hardwareinformation.md + - name: Health state + href: resources/intune-devices-healthstate.md + - name: Insight value double + href: resources/intune-devices-insightvaluedouble.md + - name: Insight value int + href: resources/intune-devices-insightvalueint.md + - name: Join type + href: resources/intune-devices-jointype.md + - name: Localized notification message + href: resources/intune-notification-localizednotificationmessage.md + items: + - name: List + href: api/intune-notification-localizednotificationmessage-list.md + - name: Get + href: api/intune-notification-localizednotificationmessage-get.md + - name: Create + href: api/intune-notification-localizednotificationmessage-create.md + - name: Delete + href: api/intune-notification-localizednotificationmessage-delete.md + - name: Update + href: api/intune-notification-localizednotificationmessage-update.md + - name: Locate device action result + href: resources/intune-devices-locatedeviceactionresult.md + - name: Logged on user + href: resources/intune-devices-loggedonuser.md + - name: Lost mode state + href: resources/intune-devices-lostmodestate.md + - name: Malware state for windows device + href: resources/intune-devices-malwarestateforwindowsdevice.md + items: + - name: List + href: api/intune-devices-malwarestateforwindowsdevice-list.md + - name: Get + href: api/intune-devices-malwarestateforwindowsdevice-get.md + - name: Create + href: api/intune-devices-malwarestateforwindowsdevice-create.md + - name: Delete + href: api/intune-devices-malwarestateforwindowsdevice-delete.md + - name: Update + href: api/intune-devices-malwarestateforwindowsdevice-update.md + - name: Managed device + href: resources/intune-devices-manageddevice.md + items: + - name: Get + href: api/intune-devices-manageddevice-get.md + - name: Update + href: api/intune-devices-manageddevice-update.md + - name: executeAction action + href: api/intune-devices-manageddevice-executeaction.md + - name: enableLostMode action + href: api/intune-devices-manageddevice-enablelostmode.md + - name: playLostModeSound action + href: api/intune-devices-manageddevice-playlostmodesound.md + - name: setDeviceName action + href: api/intune-devices-manageddevice-setdevicename.md + - name: activateDeviceEsim action + href: api/intune-devices-manageddevice-activatedeviceesim.md + - name: rotateFileVaultKey action + href: api/intune-devices-manageddevice-rotatefilevaultkey.md + - name: createDeviceLogCollectionRequest action + href: api/intune-devices-manageddevice-createdevicelogcollectionrequest.md + - name: retire action + href: api/intune-devices-manageddevice-retire.md + - name: wipe action + href: api/intune-devices-manageddevice-wipe.md + - name: resetPasscode action + href: api/intune-devices-manageddevice-resetpasscode.md + - name: remoteLock action + href: api/intune-devices-manageddevice-remotelock.md + - name: requestRemoteAssistance action + href: api/intune-devices-manageddevice-requestremoteassistance.md + - name: disableLostMode action + href: api/intune-devices-manageddevice-disablelostmode.md + - name: locateDevice action + href: api/intune-devices-manageddevice-locatedevice.md + - name: bypassActivationLock action + href: api/intune-devices-manageddevice-bypassactivationlock.md + - name: rebootNow action + href: api/intune-devices-manageddevice-rebootnow.md + - name: shutDown action + href: api/intune-devices-manageddevice-shutdown.md + - name: recoverPasscode action + href: api/intune-devices-manageddevice-recoverpasscode.md + - name: cleanWindowsDevice action + href: api/intune-devices-manageddevice-cleanwindowsdevice.md + - name: logoutSharedAppleDeviceActiveUser action + href: api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser.md + - name: deleteUserFromSharedAppleDevice action + href: api/intune-devices-manageddevice-deleteuserfromsharedappledevice.md + - name: syncDevice action + href: api/intune-devices-manageddevice-syncdevice.md + - name: windowsDefenderScan action + href: api/intune-devices-manageddevice-windowsdefenderscan.md + - name: windowsDefenderUpdateSignatures action + href: api/intune-devices-manageddevice-windowsdefenderupdatesignatures.md + - name: updateWindowsDeviceAccount action + href: api/intune-devices-manageddevice-updatewindowsdeviceaccount.md + - name: revokeAppleVppLicenses action + href: api/intune-devices-manageddevice-revokeapplevpplicenses.md + - name: rotateBitLockerKeys action + href: api/intune-devices-manageddevice-rotatebitlockerkeys.md + - name: sendCustomNotificationToCompanyPortal action + href: api/intune-devices-manageddevice-sendcustomnotificationtocompanyportal.md + - name: triggerConfigurationManagerAction action + href: api/intune-devices-manageddevice-triggerconfigurationmanageraction.md + - name: enrollNowAction action + href: api/intune-devices-manageddevice-enrollnowaction.md + - name: deprovision action + href: api/intune-devices-manageddevice-deprovision.md + - name: disable action + href: api/intune-devices-manageddevice-disable.md + - name: reenable action + href: api/intune-devices-manageddevice-reenable.md + - name: moveDevicesToOU action + href: api/intune-devices-manageddevice-movedevicestoou.md + - name: removeDeviceFirmwareConfigurationInterfaceManagement action + href: api/intune-devices-manageddevice-removedevicefirmwareconfigurationinterfacemanagement.md + - name: initiateMobileDeviceManagementKeyRecovery action + href: api/intune-devices-manageddevice-initiatemobiledevicemanagementkeyrecovery.md + - name: initiateOnDemandProactiveRemediation action + href: api/intune-devices-manageddevice-initiateondemandproactiveremediation.md + - name: rotateLocalAdminPassword action + href: api/intune-devices-manageddevice-rotatelocaladminpassword.md + - name: downloadAppDiagnostics action + href: api/intune-devices-manageddevice-downloadappdiagnostics.md + - name: Managed device architecture + href: resources/intune-devices-manageddevicearchitecture.md + - name: Managed device cleanup settings + href: resources/intune-devices-manageddevicecleanupsettings.md + - name: Managed device management features + href: resources/intune-devices-manageddevicemanagementfeatures.md + - name: Managed device models and manufacturers + href: resources/intune-devices-manageddevicemodelsandmanufacturers.md + - name: Managed device overview + href: resources/intune-devices-manageddeviceoverview.md + items: + - name: Get + href: api/intune-devices-manageddeviceoverview-get.md + - name: Update + href: api/intune-devices-manageddeviceoverview-update.md + - name: Managed device partner reported health state + href: resources/intune-devices-manageddevicepartnerreportedhealthstate.md + - name: Managed device remote action + href: resources/intune-devices-manageddeviceremoteaction.md + - name: Managed installer status + href: resources/intune-devices-managedinstallerstatus.md + - name: Management state + href: resources/intune-devices-managementstate.md + - name: Notification message template + href: resources/intune-notification-notificationmessagetemplate.md + items: + - name: List + href: api/intune-notification-notificationmessagetemplate-list.md + - name: Get + href: api/intune-notification-notificationmessagetemplate-get.md + - name: Create + href: api/intune-notification-notificationmessagetemplate-create.md + - name: Delete + href: api/intune-notification-notificationmessagetemplate-delete.md + - name: Update + href: api/intune-notification-notificationmessagetemplate-update.md + - name: sendTestMessage action + href: api/intune-notification-notificationmessagetemplate-sendtestmessage.md + - name: Notification template branding options + href: resources/intune-notification-notificationtemplatebrandingoptions.md + - name: Operating system upgrade eligibility + href: resources/intune-devices-operatingsystemupgradeeligibility.md + - name: Os version count + href: resources/intune-devices-osversioncount.md + - name: Platform type + href: resources/intune-esim-platformtype.md + - name: Policy platform type + href: resources/intune-deviceintent-policyplatformtype.md + - name: Powerlift download request + href: resources/intune-devices-powerliftdownloadrequest.md + - name: Powerlift incident metadata + href: resources/intune-devices-powerliftincidentmetadata.md + - name: Remediation state + href: resources/intune-devices-remediationstate.md + - name: Remote action + href: resources/intune-devices-remoteaction.md + - name: Remote action audit + href: resources/intune-devices-remoteactionaudit.md + items: + - name: List + href: api/intune-devices-remoteactionaudit-list.md + - name: Get + href: api/intune-devices-remoteactionaudit-get.md + - name: Create + href: api/intune-devices-remoteactionaudit-create.md + - name: Delete + href: api/intune-devices-remoteactionaudit-delete.md + - name: Update + href: api/intune-devices-remoteactionaudit-update.md + - name: Remote assistance on-boarding status + href: resources/intune-remoteassistance-remoteassistanceonboardingstatus.md + - name: Remote assistance partner + href: resources/intune-remoteassistance-remoteassistancepartner.md + items: + - name: List + href: api/intune-remoteassistance-remoteassistancepartner-list.md + - name: Get + href: api/intune-remoteassistance-remoteassistancepartner-get.md + - name: Create + href: api/intune-remoteassistance-remoteassistancepartner-create.md + - name: Delete + href: api/intune-remoteassistance-remoteassistancepartner-delete.md + - name: Update + href: api/intune-remoteassistance-remoteassistancepartner-update.md + - name: beginOnboarding action + href: api/intune-remoteassistance-remoteassistancepartner-beginonboarding.md + - name: disconnect action + href: api/intune-remoteassistance-remoteassistancepartner-disconnect.md + - name: Remote assistance reporting + href: resources/intune-remoteassistance-remoteassistancereporting.md + - name: Remote assistance session type + href: resources/intune-remoteassistance-remoteassistancesessiontype.md + - name: Remote assistance settings + href: resources/intune-remoteassistance-remoteassistancesettings.md + items: + - name: Get + href: api/intune-remoteassistance-remoteassistancesettings-get.md + - name: Update + href: api/intune-remoteassistance-remoteassistancesettings-update.md + - name: Remote assistance state + href: resources/intune-remoteassistance-remoteassistancestate.md + - name: Remote lock action result + href: resources/intune-devices-remotelockactionresult.md + - name: Request remote help session access response + href: resources/intune-remoteassistance-requestremotehelpsessionaccessresponse.md + items: + - name: List + href: api/intune-remoteassistance-requestremotehelpsessionaccessresponse-list.md + - name: Get + href: api/intune-remoteassistance-requestremotehelpsessionaccessresponse-get.md + - name: Create + href: api/intune-remoteassistance-requestremotehelpsessionaccessresponse-create.md + - name: Delete + href: api/intune-remoteassistance-requestremotehelpsessionaccessresponse-delete.md + - name: Update + href: api/intune-remoteassistance-requestremotehelpsessionaccessresponse-update.md + - name: Reset passcode action result + href: resources/intune-devices-resetpasscodeactionresult.md + - name: Retrieve remote help session response + href: resources/intune-remoteassistance-retrieveremotehelpsessionresponse.md + items: + - name: List + href: api/intune-remoteassistance-retrieveremotehelpsessionresponse-list.md + - name: Get + href: api/intune-remoteassistance-retrieveremotehelpsessionresponse-get.md + - name: Create + href: api/intune-remoteassistance-retrieveremotehelpsessionresponse-create.md + - name: Delete + href: api/intune-remoteassistance-retrieveremotehelpsessionresponse-delete.md + - name: Update + href: api/intune-remoteassistance-retrieveremotehelpsessionresponse-update.md + - name: Revoke apple VPP licenses action result + href: resources/intune-devices-revokeapplevpplicensesactionresult.md + - name: Role scope tag info + href: resources/intune-auditing-rolescopetaginfo.md + - name: Rotate BitLocker keys device action result + href: resources/intune-devices-rotatebitlockerkeysdeviceactionresult.md + - name: Security baseline category state summary + href: resources/intune-deviceintent-securitybaselinecategorystatesummary.md + items: + - name: List + href: api/intune-deviceintent-securitybaselinecategorystatesummary-list.md + - name: Get + href: api/intune-deviceintent-securitybaselinecategorystatesummary-get.md + - name: Create + href: api/intune-deviceintent-securitybaselinecategorystatesummary-create.md + - name: Delete + href: api/intune-deviceintent-securitybaselinecategorystatesummary-delete.md + - name: Update + href: api/intune-deviceintent-securitybaselinecategorystatesummary-update.md + - name: Security baseline compliance state + href: resources/intune-deviceintent-securitybaselinecompliancestate.md + - name: Security baseline contributing policy + href: resources/intune-deviceintent-securitybaselinecontributingpolicy.md + - name: Security baseline device state + href: resources/intune-deviceintent-securitybaselinedevicestate.md + items: + - name: List + href: api/intune-deviceintent-securitybaselinedevicestate-list.md + - name: Get + href: api/intune-deviceintent-securitybaselinedevicestate-get.md + - name: Create + href: api/intune-deviceintent-securitybaselinedevicestate-create.md + - name: Delete + href: api/intune-deviceintent-securitybaselinedevicestate-delete.md + - name: Update + href: api/intune-deviceintent-securitybaselinedevicestate-update.md + - name: Security baseline policy source type + href: resources/intune-deviceintent-securitybaselinepolicysourcetype.md + - name: Security baseline state summary + href: resources/intune-deviceintent-securitybaselinestatesummary.md + items: + - name: Get + href: api/intune-deviceintent-securitybaselinestatesummary-get.md + - name: Update + href: api/intune-deviceintent-securitybaselinestatesummary-update.md + - name: Security baseline template + href: resources/intune-deviceintent-securitybaselinetemplate.md + items: + - name: List + href: api/intune-deviceintent-securitybaselinetemplate-list.md + - name: Get + href: api/intune-deviceintent-securitybaselinetemplate-get.md + - name: Create + href: api/intune-deviceintent-securitybaselinetemplate-create.md + - name: Delete + href: api/intune-deviceintent-securitybaselinetemplate-delete.md + - name: Update + href: api/intune-deviceintent-securitybaselinetemplate-update.md + - name: Shared Apple device user + href: resources/intune-devices-sharedappledeviceuser.md + - name: Tenant attach r b a c + href: resources/intune-devices-tenantattachrbac.md + items: + - name: Get + href: api/intune-devices-tenantattachrbac-get.md + - name: Update + href: api/intune-devices-tenantattachrbac-update.md + - name: enable action + href: api/intune-devices-tenantattachrbac-enable.md + - name: Tenant attach r b a c state + href: resources/intune-devices-tenantattachrbacstate.md + - name: Tuple_2 of execution type_ i collection_1 of operation + href: resources/intune-esim-tuple_2ofexecutiontype_icollection_1ofoperation.md + - name: Update windows device account action parameter + href: resources/intune-devices-updatewindowsdeviceaccountactionparameter.md + - name: User experience analytics anomaly + href: resources/intune-devices-userexperienceanalyticsanomaly.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsanomaly-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsanomaly-get.md + - name: User experience analytics anomaly correlation group feature + href: resources/intune-devices-userexperienceanalyticsanomalycorrelationgroupfeature.md + - name: User experience analytics anomaly correlation group overview + href: resources/intune-devices-userexperienceanalyticsanomalycorrelationgroupoverview.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsanomalycorrelationgroupoverview-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsanomalycorrelationgroupoverview-get.md + - name: User experience analytics anomaly correlation group prevalence + href: resources/intune-devices-userexperienceanalyticsanomalycorrelationgroupprevalence.md + - name: User experience analytics anomaly device + href: resources/intune-devices-userexperienceanalyticsanomalydevice.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsanomalydevice-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsanomalydevice-get.md + - name: User experience analytics anomaly device feature type + href: resources/intune-devices-userexperienceanalyticsanomalydevicefeaturetype.md + - name: User experience analytics anomaly severity + href: resources/intune-devices-userexperienceanalyticsanomalyseverity.md + - name: User experience analytics anomaly severity overview + href: resources/intune-devices-userexperienceanalyticsanomalyseverityoverview.md + - name: User experience analytics anomaly state + href: resources/intune-devices-userexperienceanalyticsanomalystate.md + - name: User experience analytics anomaly type + href: resources/intune-devices-userexperienceanalyticsanomalytype.md + - name: User experience analytics app health app performance by app version + href: resources/intune-devices-userexperienceanalyticsapphealthappperformancebyappversion.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsapphealthappperformancebyappversion-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsapphealthappperformancebyappversion-get.md + - name: User experience analytics app health app performance by app version details + href: resources/intune-devices-userexperienceanalyticsapphealthappperformancebyappversiondetails.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsapphealthappperformancebyappversiondetails-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsapphealthappperformancebyappversiondetails-get.md + - name: User experience analytics app health app performance by app version device id + href: resources/intune-devices-userexperienceanalyticsapphealthappperformancebyappversiondeviceid.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsapphealthappperformancebyappversiondeviceid-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsapphealthappperformancebyappversiondeviceid-get.md + - name: User experience analytics app health app performance by o s version + href: resources/intune-devices-userexperienceanalyticsapphealthappperformancebyosversion.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsapphealthappperformancebyosversion-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsapphealthappperformancebyosversion-get.md + - name: User experience analytics app health application performance + href: resources/intune-devices-userexperienceanalyticsapphealthapplicationperformance.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsapphealthapplicationperformance-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsapphealthapplicationperformance-get.md + - name: User experience analytics app health device model performance + href: resources/intune-devices-userexperienceanalyticsapphealthdevicemodelperformance.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsapphealthdevicemodelperformance-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsapphealthdevicemodelperformance-get.md + - name: User experience analytics app health device performance + href: resources/intune-devices-userexperienceanalyticsapphealthdeviceperformance.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsapphealthdeviceperformance-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsapphealthdeviceperformance-get.md + - name: User experience analytics app health device performance details + href: resources/intune-devices-userexperienceanalyticsapphealthdeviceperformancedetails.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsapphealthdeviceperformancedetails-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsapphealthdeviceperformancedetails-get.md + - name: User experience analytics app health o s version performance + href: resources/intune-devices-userexperienceanalyticsapphealthosversionperformance.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsapphealthosversionperformance-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsapphealthosversionperformance-get.md + - name: User experience analytics autopilot devices summary + href: resources/intune-devices-userexperienceanalyticsautopilotdevicessummary.md + - name: User experience analytics baseline + href: resources/intune-devices-userexperienceanalyticsbaseline.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsbaseline-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsbaseline-get.md + - name: User experience analytics battery health app impact + href: resources/intune-devices-userexperienceanalyticsbatteryhealthappimpact.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsbatteryhealthappimpact-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsbatteryhealthappimpact-get.md + - name: User experience analytics battery health capacity details + href: resources/intune-devices-userexperienceanalyticsbatteryhealthcapacitydetails.md + items: + - name: Get + href: api/intune-devices-userexperienceanalyticsbatteryhealthcapacitydetails-get.md + - name: User experience analytics battery health device app impact + href: resources/intune-devices-userexperienceanalyticsbatteryhealthdeviceappimpact.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsbatteryhealthdeviceappimpact-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsbatteryhealthdeviceappimpact-get.md + - name: User experience analytics battery health device performance + href: resources/intune-devices-userexperienceanalyticsbatteryhealthdeviceperformance.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsbatteryhealthdeviceperformance-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsbatteryhealthdeviceperformance-get.md + - name: User experience analytics battery health device runtime history + href: resources/intune-devices-userexperienceanalyticsbatteryhealthdeviceruntimehistory.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsbatteryhealthdeviceruntimehistory-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsbatteryhealthdeviceruntimehistory-get.md + - name: User experience analytics battery health model performance + href: resources/intune-devices-userexperienceanalyticsbatteryhealthmodelperformance.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsbatteryhealthmodelperformance-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsbatteryhealthmodelperformance-get.md + - name: User experience analytics battery health os performance + href: resources/intune-devices-userexperienceanalyticsbatteryhealthosperformance.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsbatteryhealthosperformance-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsbatteryhealthosperformance-get.md + - name: User experience analytics battery health runtime details + href: resources/intune-devices-userexperienceanalyticsbatteryhealthruntimedetails.md + items: + - name: Get + href: api/intune-devices-userexperienceanalyticsbatteryhealthruntimedetails-get.md + - name: User experience analytics category + href: resources/intune-devices-userexperienceanalyticscategory.md + items: + - name: Get + href: api/intune-devices-userexperienceanalyticscategory-get.md + - name: User experience analytics cloud identity devices summary + href: resources/intune-devices-userexperienceanalyticscloudidentitydevicessummary.md + - name: User experience analytics cloud management devices summary + href: resources/intune-devices-userexperienceanalyticscloudmanagementdevicessummary.md + - name: User experience analytics device performance + href: resources/intune-devices-userexperienceanalyticsdeviceperformance.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsdeviceperformance-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsdeviceperformance-get.md + - name: summarizeDevicePerformanceDevices + href: api/intune-devices-userexperienceanalyticsdeviceperformance-summarizedeviceperformancedevices.md + - name: User experience analytics device scope + href: resources/intune-devices-userexperienceanalyticsdevicescope.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsdevicescope-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsdevicescope-get.md + - name: triggerDeviceScopeAction action + href: api/intune-devices-userexperienceanalyticsdevicescope-triggerdevicescopeaction.md + - name: User experience analytics device scope summary + href: resources/intune-devices-userexperienceanalyticsdevicescopesummary.md + - name: User experience analytics device scores + href: resources/intune-devices-userexperienceanalyticsdevicescores.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsdevicescores-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsdevicescores-get.md + - name: User experience analytics device startup history + href: resources/intune-devices-userexperienceanalyticsdevicestartuphistory.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsdevicestartuphistory-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsdevicestartuphistory-get.md + - name: User experience analytics device startup process + href: resources/intune-devices-userexperienceanalyticsdevicestartupprocess.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsdevicestartupprocess-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsdevicestartupprocess-get.md + - name: User experience analytics device startup process performance + href: resources/intune-devices-userexperienceanalyticsdevicestartupprocessperformance.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsdevicestartupprocessperformance-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsdevicestartupprocessperformance-get.md + - name: User experience analytics device status + href: resources/intune-devices-userexperienceanalyticsdevicestatus.md + - name: User experience analytics device without cloud identity + href: resources/intune-devices-userexperienceanalyticsdevicewithoutcloudidentity.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsdevicewithoutcloudidentity-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsdevicewithoutcloudidentity-get.md + - name: User experience analytics health state + href: resources/intune-devices-userexperienceanalyticshealthstate.md + - name: User experience analytics impacting process + href: resources/intune-devices-userexperienceanalyticsimpactingprocess.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsimpactingprocess-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsimpactingprocess-get.md + - name: User experience analytics insight + href: resources/intune-devices-userexperienceanalyticsinsight.md + - name: User experience analytics insight severity + href: resources/intune-devices-userexperienceanalyticsinsightseverity.md + - name: User experience analytics insight value + href: resources/intune-devices-userexperienceanalyticsinsightvalue.md + - name: User experience analytics metric + href: resources/intune-devices-userexperienceanalyticsmetric.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsmetric-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsmetric-get.md + - name: User experience analytics metric history + href: resources/intune-devices-userexperienceanalyticsmetrichistory.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsmetrichistory-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsmetrichistory-get.md + - name: User experience analytics model scores + href: resources/intune-devices-userexperienceanalyticsmodelscores.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsmodelscores-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsmodelscores-get.md + - name: User experience analytics not autopilot ready device + href: resources/intune-devices-userexperienceanalyticsnotautopilotreadydevice.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsnotautopilotreadydevice-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsnotautopilotreadydevice-get.md + - name: User experience analytics operating system restart category + href: resources/intune-devices-userexperienceanalyticsoperatingsystemrestartcategory.md + - name: User experience analytics overview + href: resources/intune-devices-userexperienceanalyticsoverview.md + items: + - name: Get + href: api/intune-devices-userexperienceanalyticsoverview-get.md + - name: User experience analytics remote connection + href: resources/intune-devices-userexperienceanalyticsremoteconnection.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsremoteconnection-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsremoteconnection-get.md + - name: summarizeDeviceRemoteConnection + href: api/intune-devices-userexperienceanalyticsremoteconnection-summarizedeviceremoteconnection.md + - name: User experience analytics resource performance + href: resources/intune-devices-userexperienceanalyticsresourceperformance.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsresourceperformance-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsresourceperformance-get.md + - name: summarizeDeviceResourcePerformance + href: api/intune-devices-userexperienceanalyticsresourceperformance-summarizedeviceresourceperformance.md + - name: User experience analytics score history + href: resources/intune-devices-userexperienceanalyticsscorehistory.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsscorehistory-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsscorehistory-get.md + - name: User experience analytics settings + href: resources/intune-devices-userexperienceanalyticssettings.md + - name: User experience analytics summarized by + href: resources/intune-devices-userexperienceanalyticssummarizedby.md + - name: User experience analytics Windows 10 devices summary + href: resources/intune-devices-userexperienceanalyticswindows10devicessummary.md + - name: User experience analytics work from anywhere device + href: resources/intune-devices-userexperienceanalyticsworkfromanywheredevice.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsworkfromanywheredevice-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsworkfromanywheredevice-get.md + - name: User experience analytics work from anywhere devices summary + href: resources/intune-devices-userexperienceanalyticsworkfromanywheredevicessummary.md + - name: User experience analytics work from anywhere hardware readiness metric + href: resources/intune-devices-userexperienceanalyticsworkfromanywherehardwarereadinessmetric.md + items: + - name: Get + href: api/intune-devices-userexperienceanalyticsworkfromanywherehardwarereadinessmetric-get.md + - name: User experience analytics work from anywhere metric + href: resources/intune-devices-userexperienceanalyticsworkfromanywheremetric.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsworkfromanywheremetric-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsworkfromanywheremetric-get.md + - name: User experience analytics work from anywhere model performance + href: resources/intune-devices-userexperienceanalyticsworkfromanywheremodelperformance.md + items: + - name: List + href: api/intune-devices-userexperienceanalyticsworkfromanywheremodelperformance-list.md + - name: Get + href: api/intune-devices-userexperienceanalyticsworkfromanywheremodelperformance-get.md + - name: Windows defender product status + href: resources/intune-devices-windowsdefenderproductstatus.md + - name: Windows defender scan action result + href: resources/intune-devices-windowsdefenderscanactionresult.md + - name: Windows device account + href: resources/intune-devices-windowsdeviceaccount.md + - name: Windows device AD account + href: resources/intune-devices-windowsdeviceadaccount.md + - name: Windows device Microsoft Entra account + href: resources/intune-devices-windowsdeviceazureadaccount.md + - name: Windows device health state + href: resources/intune-devices-windowsdevicehealthstate.md + - name: Windows device malware state + href: resources/intune-devices-windowsdevicemalwarestate.md + items: + - name: List + href: api/intune-devices-windowsdevicemalwarestate-list.md + - name: Get + href: api/intune-devices-windowsdevicemalwarestate-get.md + - name: Create + href: api/intune-devices-windowsdevicemalwarestate-create.md + - name: Delete + href: api/intune-devices-windowsdevicemalwarestate-delete.md + - name: Update + href: api/intune-devices-windowsdevicemalwarestate-update.md + - name: Windows malware category + href: resources/intune-devices-windowsmalwarecategory.md + - name: Windows malware category count + href: resources/intune-devices-windowsmalwarecategorycount.md + - name: Windows malware execution state + href: resources/intune-devices-windowsmalwareexecutionstate.md + - name: Windows malware execution state count + href: resources/intune-devices-windowsmalwareexecutionstatecount.md + - name: Windows malware information + href: resources/intune-devices-windowsmalwareinformation.md + items: + - name: List + href: api/intune-devices-windowsmalwareinformation-list.md + - name: Get + href: api/intune-devices-windowsmalwareinformation-get.md + - name: Create + href: api/intune-devices-windowsmalwareinformation-create.md + - name: Delete + href: api/intune-devices-windowsmalwareinformation-delete.md + - name: Update + href: api/intune-devices-windowsmalwareinformation-update.md + - name: Windows malware name count + href: resources/intune-devices-windowsmalwarenamecount.md + - name: Windows malware overview + href: resources/intune-devices-windowsmalwareoverview.md + - name: Windows malware severity + href: resources/intune-devices-windowsmalwareseverity.md + - name: Windows malware severity count + href: resources/intune-devices-windowsmalwareseveritycount.md + - name: Windows malware state + href: resources/intune-devices-windowsmalwarestate.md + - name: Windows malware state count + href: resources/intune-devices-windowsmalwarestatecount.md + - name: Windows malware threat state + href: resources/intune-devices-windowsmalwarethreatstate.md + - name: Windows managed device + href: resources/intune-devices-windowsmanageddevice.md + items: + - name: List + href: api/intune-devices-windowsmanageddevice-list.md + - name: Get + href: api/intune-devices-windowsmanageddevice-get.md + - name: Create + href: api/intune-devices-windowsmanageddevice-create.md + - name: Delete + href: api/intune-devices-windowsmanageddevice-delete.md + - name: Update + href: api/intune-devices-windowsmanageddevice-update.md + - name: Windows management app + href: resources/intune-devices-windowsmanagementapp.md + items: + - name: Get + href: api/intune-devices-windowsmanagementapp-get.md + - name: Update + href: api/intune-devices-windowsmanagementapp-update.md + - name: setAsManagedInstaller action + href: api/intune-devices-windowsmanagementapp-setasmanagedinstaller.md + - name: Windows management app health state + href: resources/intune-devices-windowsmanagementapphealthstate.md + items: + - name: List + href: api/intune-devices-windowsmanagementapphealthstate-list.md + - name: Get + href: api/intune-devices-windowsmanagementapphealthstate-get.md + - name: Create + href: api/intune-devices-windowsmanagementapphealthstate-create.md + - name: Delete + href: api/intune-devices-windowsmanagementapphealthstate-delete.md + - name: Update + href: api/intune-devices-windowsmanagementapphealthstate-update.md + - name: Windows protection state + href: resources/intune-devices-windowsprotectionstate.md + items: + - name: Get + href: api/intune-devices-windowsprotectionstate-get.md + - name: Update + href: api/intune-devices-windowsprotectionstate-update.md + - name: Mobile app management (MAM) + href: resources/intune-mam-conceptual.md + items: + - name: Android managed app registration + href: resources/intune-mam-androidmanagedappregistration.md + items: + - name: List + href: api/intune-mam-androidmanagedappregistration-list.md + - name: Get + href: api/intune-mam-androidmanagedappregistration-get.md + - name: Create + href: api/intune-mam-androidmanagedappregistration-create.md + - name: Android managed app safety net apps verification type + href: resources/intune-mam-androidmanagedappsafetynetappsverificationtype.md + - name: Android managed app safety net device attestation type + href: resources/intune-mam-androidmanagedappsafetynetdeviceattestationtype.md + - name: Android managed app safety net evaluation type + href: resources/intune-mam-androidmanagedappsafetynetevaluationtype.md + - name: Android mobile app identifier + href: resources/intune-mam-androidmobileappidentifier.md + - name: App management level + href: resources/intune-mam-appmanagementlevel.md + - name: Application type + href: resources/intune-wip-applicationtype.md + - name: Default managed app protection + href: resources/intune-mam-defaultmanagedappprotection.md + items: + - name: List + href: api/intune-mam-defaultmanagedappprotection-list.md + - name: Get + href: api/intune-mam-defaultmanagedappprotection-get.md + - name: Create + href: api/intune-mam-defaultmanagedappprotection-create.md + - name: Delete + href: api/intune-mam-defaultmanagedappprotection-delete.md + - name: Update + href: api/intune-mam-defaultmanagedappprotection-update.md + - name: Device management configuration setting + href: resources/intune-mam-devicemanagementconfigurationsetting.md + items: + - name: List + href: api/intune-mam-devicemanagementconfigurationsetting-list.md + - name: Get + href: api/intune-mam-devicemanagementconfigurationsetting-get.md + - name: Create + href: api/intune-mam-devicemanagementconfigurationsetting-create.md + - name: Delete + href: api/intune-mam-devicemanagementconfigurationsetting-delete.md + - name: Update + href: api/intune-mam-devicemanagementconfigurationsetting-update.md + - name: Device management reports + href: resources/intune-mam-devicemanagementreports.md + items: + - name: Get + href: api/intune-mam-devicemanagementreports-get.md + - name: Update + href: api/intune-mam-devicemanagementreports-update.md + - name: getMobileApplicationManagementAppRegistrationSummaryReport action + href: api/intune-mam-devicemanagementreports-getmobileapplicationmanagementappregistrationsummaryreport.md + - name: getMobileApplicationManagementAppConfigurationReport action + href: api/intune-mam-devicemanagementreports-getmobileapplicationmanagementappconfigurationreport.md + - name: Device platform type + href: resources/intune-wip-deviceplatformtype.md + - name: Intune branding profile + href: resources/intune-wip-intunebrandingprofile.md + items: + - name: List + href: api/intune-wip-intunebrandingprofile-list.md + - name: Get + href: api/intune-wip-intunebrandingprofile-get.md + - name: Create + href: api/intune-wip-intunebrandingprofile-create.md + - name: Delete + href: api/intune-wip-intunebrandingprofile-delete.md + - name: Update + href: api/intune-wip-intunebrandingprofile-update.md + - name: assign action + href: api/intune-wip-intunebrandingprofile-assign.md + - name: Intune branding profile assignment + href: resources/intune-wip-intunebrandingprofileassignment.md + items: + - name: List + href: api/intune-wip-intunebrandingprofileassignment-list.md + - name: Get + href: api/intune-wip-intunebrandingprofileassignment-get.md + - name: Create + href: api/intune-wip-intunebrandingprofileassignment-create.md + - name: Delete + href: api/intune-wip-intunebrandingprofileassignment-delete.md + - name: Update + href: api/intune-wip-intunebrandingprofileassignment-update.md + - name: iOS managed app registration + href: resources/intune-mam-iosmanagedappregistration.md + items: + - name: List + href: api/intune-mam-iosmanagedappregistration-list.md + - name: Get + href: api/intune-mam-iosmanagedappregistration-get.md + - name: iOS mobile app identifier + href: resources/intune-mam-iosmobileappidentifier.md + - name: JSON + href: resources/intune-mam-json.md + - name: Key/value pair + href: resources/intune-mam-keyvaluepair.md + - name: Mac app identifier + href: resources/intune-mam-macappidentifier.md + - name: Managed app clipboard sharing level + href: resources/intune-mam-managedappclipboardsharinglevel.md + - name: Managed app configuration + href: resources/intune-mam-managedappconfiguration.md + items: + - name: List + href: api/intune-mam-managedappconfiguration-list.md + - name: Get + href: api/intune-mam-managedappconfiguration-get.md + - name: Managed app data encryption type + href: resources/intune-mam-managedappdataencryptiontype.md + - name: Managed app data ingestion location + href: resources/intune-mam-managedappdataingestionlocation.md + - name: Managed app data storage location + href: resources/intune-mam-managedappdatastoragelocation.md + - name: Managed app data transfer level + href: resources/intune-mam-managedappdatatransferlevel.md + - name: Managed app device threat level + href: resources/intune-mam-managedappdevicethreatlevel.md + - name: Managed app diagnostic status + href: resources/intune-mam-managedappdiagnosticstatus.md + - name: Managed app flagged reason + href: resources/intune-mam-managedappflaggedreason.md + - name: Managed app notification restriction + href: resources/intune-mam-managedappnotificationrestriction.md + - name: Managed app operation + href: resources/intune-mam-managedappoperation.md + items: + - name: List + href: api/intune-mam-managedappoperation-list.md + - name: Get + href: api/intune-mam-managedappoperation-get.md + - name: Create + href: api/intune-mam-managedappoperation-create.md + - name: Delete + href: api/intune-mam-managedappoperation-delete.md + - name: Update + href: api/intune-mam-managedappoperation-update.md + - name: Managed app phone number redirect level + href: resources/intune-mam-managedappphonenumberredirectlevel.md + - name: Managed app PIN character set + href: resources/intune-mam-managedapppincharacterset.md + - name: Managed app policy + href: resources/intune-mam-managedapppolicy.md + items: + - name: List + href: api/intune-mam-managedapppolicy-list.md + - name: Get + href: api/intune-mam-managedapppolicy-get.md + - name: targetApps action + href: api/intune-mam-managedapppolicy-targetapps.md + - name: Managed app policy deployment summary + href: resources/intune-mam-managedapppolicydeploymentsummary.md + items: + - name: Get + href: api/intune-mam-managedapppolicydeploymentsummary-get.md + - name: Update + href: api/intune-mam-managedapppolicydeploymentsummary-update.md + - name: Managed app policy deployment summary per app + href: resources/intune-mam-managedapppolicydeploymentsummaryperapp.md + - name: Managed app protection + href: resources/intune-mam-managedappprotection.md + items: + - name: List + href: api/intune-mam-managedappprotection-list.md + - name: Get + href: api/intune-mam-managedappprotection-get.md + - name: targetApps action + href: api/intune-mam-managedappprotection-targetapps.md + - name: Managed app registration + href: resources/intune-mam-managedappregistration.md + items: + - name: List + href: api/intune-mam-managedappregistration-list.md + - name: Get + href: api/intune-mam-managedappregistration-get.md + - name: Managed app remediation action + href: resources/intune-mam-managedappremediationaction.md + - name: Managed app status + href: resources/intune-mam-managedappstatus.md + items: + - name: List + href: api/intune-mam-managedappstatus-list.md + - name: Get + href: api/intune-mam-managedappstatus-get.md + - name: Managed app status raw + href: resources/intune-mam-managedappstatusraw.md + items: + - name: List + href: api/intune-mam-managedappstatusraw-list.md + - name: Get + href: api/intune-mam-managedappstatusraw-get.md + - name: Managed browser type + href: resources/intune-mam-managedbrowsertype.md + - name: Managed mobile app + href: resources/intune-mam-managedmobileapp.md + items: + - name: List + href: api/intune-mam-managedmobileapp-list.md + - name: Get + href: api/intune-mam-managedmobileapp-get.md + - name: Create + href: api/intune-mam-managedmobileapp-create.md + - name: Delete + href: api/intune-mam-managedmobileapp-delete.md + - name: Update + href: api/intune-mam-managedmobileapp-update.md + - name: Mobile app identifier + href: resources/intune-mam-mobileappidentifier.md + - name: Mobile threat defense partner priority + href: resources/intune-mam-mobilethreatdefensepartnerpriority.md + - name: Targeted managed app group type + href: resources/intune-mam-targetedmanagedappgrouptype.md + - name: Targeted managed app policy assignment + href: resources/intune-mam-targetedmanagedapppolicyassignment.md + items: + - name: List + href: api/intune-mam-targetedmanagedapppolicyassignment-list.md + - name: Get + href: api/intune-mam-targetedmanagedapppolicyassignment-get.md + - name: Delete + href: api/intune-mam-targetedmanagedapppolicyassignment-delete.md + - name: Update + href: api/intune-mam-targetedmanagedapppolicyassignment-update.md + - name: Targeted managed app protection + href: resources/intune-mam-targetedmanagedappprotection.md + items: + - name: List + href: api/intune-mam-targetedmanagedappprotection-list.md + - name: Get + href: api/intune-mam-targetedmanagedappprotection-get.md + - name: assign action + href: api/intune-mam-targetedmanagedappprotection-assign.md + - name: targetApps action + href: api/intune-mam-targetedmanagedappprotection-targetapps.md + - name: Windows app identifier + href: resources/intune-mam-windowsappidentifier.md + - name: Windows information protection + href: resources/intune-mam-windowsinformationprotection.md + items: + - name: List + href: api/intune-mam-windowsinformationprotection-list.md + - name: Get + href: api/intune-mam-windowsinformationprotection-get.md + - name: assign action + href: api/intune-mam-windowsinformationprotection-assign.md + - name: Windows information protection app + href: resources/intune-mam-windowsinformationprotectionapp.md + - name: Windows information protection app learning summary + href: resources/intune-wip-windowsinformationprotectionapplearningsummary.md + items: + - name: List + href: api/intune-wip-windowsinformationprotectionapplearningsummary-list.md + - name: Get + href: api/intune-wip-windowsinformationprotectionapplearningsummary-get.md + - name: Create + href: api/intune-wip-windowsinformationprotectionapplearningsummary-create.md + - name: Delete + href: api/intune-wip-windowsinformationprotectionapplearningsummary-delete.md + - name: Update + href: api/intune-wip-windowsinformationprotectionapplearningsummary-update.md + - name: Windows information protection app locker file + href: resources/intune-mam-windowsinformationprotectionapplockerfile.md + items: + - name: List + href: api/intune-mam-windowsinformationprotectionapplockerfile-list.md + - name: Get + href: api/intune-mam-windowsinformationprotectionapplockerfile-get.md + - name: Create + href: api/intune-mam-windowsinformationprotectionapplockerfile-create.md + - name: Delete + href: api/intune-mam-windowsinformationprotectionapplockerfile-delete.md + - name: Update + href: api/intune-mam-windowsinformationprotectionapplockerfile-update.md + - name: Windows information protection data recovery certificate + href: resources/intune-mam-windowsinformationprotectiondatarecoverycertificate.md + - name: Windows information protection desktop app + href: resources/intune-mam-windowsinformationprotectiondesktopapp.md + - name: Windows information protection device registration + href: resources/intune-mam-windowsinformationprotectiondeviceregistration.md + items: + - name: List + href: api/intune-mam-windowsinformationprotectiondeviceregistration-list.md + - name: Get + href: api/intune-mam-windowsinformationprotectiondeviceregistration-get.md + - name: Create + href: api/intune-mam-windowsinformationprotectiondeviceregistration-create.md + - name: Delete + href: api/intune-mam-windowsinformationprotectiondeviceregistration-delete.md + - name: Update + href: api/intune-mam-windowsinformationprotectiondeviceregistration-update.md + - name: wipe action + href: api/intune-mam-windowsinformationprotectiondeviceregistration-wipe.md + - name: Windows information protection enforcement level + href: resources/intune-mam-windowsinformationprotectionenforcementlevel.md + - name: Windows information protection IP range collection + href: resources/intune-mam-windowsinformationprotectioniprangecollection.md + - name: Windows information protection network learning summary + href: resources/intune-wip-windowsinformationprotectionnetworklearningsummary.md + items: + - name: List + href: api/intune-wip-windowsinformationprotectionnetworklearningsummary-list.md + - name: Get + href: api/intune-wip-windowsinformationprotectionnetworklearningsummary-get.md + - name: Create + href: api/intune-wip-windowsinformationprotectionnetworklearningsummary-create.md + - name: Delete + href: api/intune-wip-windowsinformationprotectionnetworklearningsummary-delete.md + - name: Update + href: api/intune-wip-windowsinformationprotectionnetworklearningsummary-update.md + - name: Windows information protection PIN character requirements + href: resources/intune-mam-windowsinformationprotectionpincharacterrequirements.md + - name: Windows information protection policy + href: resources/intune-mam-windowsinformationprotectionpolicy.md + items: + - name: List + href: api/intune-mam-windowsinformationprotectionpolicy-list.md + - name: Get + href: api/intune-mam-windowsinformationprotectionpolicy-get.md + - name: Create + href: api/intune-mam-windowsinformationprotectionpolicy-create.md + - name: Delete + href: api/intune-mam-windowsinformationprotectionpolicy-delete.md + - name: Update + href: api/intune-mam-windowsinformationprotectionpolicy-update.md + - name: Windows information protection proxied domain collection + href: resources/intune-mam-windowsinformationprotectionproxieddomaincollection.md + - name: Windows information protection resource collection + href: resources/intune-mam-windowsinformationprotectionresourcecollection.md + - name: Windows information protection store app + href: resources/intune-mam-windowsinformationprotectionstoreapp.md + - name: Windows information protection wipe action + href: resources/intune-mam-windowsinformationprotectionwipeaction.md + items: + - name: List + href: api/intune-mam-windowsinformationprotectionwipeaction-list.md + - name: Get + href: api/intune-mam-windowsinformationprotectionwipeaction-get.md + - name: Create + href: api/intune-mam-windowsinformationprotectionwipeaction-create.md + - name: Delete + href: api/intune-mam-windowsinformationprotectionwipeaction-delete.md + - name: Update + href: api/intune-mam-windowsinformationprotectionwipeaction-update.md + - name: Windows managed app clipboard sharing level + href: resources/intune-mam-windowsmanagedappclipboardsharinglevel.md + - name: Windows managed app data transfer level + href: resources/intune-mam-windowsmanagedappdatatransferlevel.md + - name: Windows managed app protection + href: resources/intune-mam-windowsmanagedappprotection.md + items: + - name: List + href: api/intune-mam-windowsmanagedappprotection-list.md + - name: Get + href: api/intune-mam-windowsmanagedappprotection-get.md + - name: Create + href: api/intune-mam-windowsmanagedappprotection-create.md + - name: Delete + href: api/intune-mam-windowsmanagedappprotection-delete.md + - name: Update + href: api/intune-mam-windowsmanagedappprotection-update.md + - name: targetApps action + href: api/intune-mam-windowsmanagedappprotection-targetapps.md + - name: assign action + href: api/intune-mam-windowsmanagedappprotection-assign.md + - name: Onboarding + href: resources/intune-onboarding-conceptual.md + items: + - name: Certificate connector setting + href: resources/intune-onboarding-certificateconnectorsetting.md + - name: Compliance management partner + href: resources/intune-onboarding-compliancemanagementpartner.md + items: + - name: List + href: api/intune-onboarding-compliancemanagementpartner-list.md + - name: Get + href: api/intune-onboarding-compliancemanagementpartner-get.md + - name: Create + href: api/intune-onboarding-compliancemanagementpartner-create.md + - name: Delete + href: api/intune-onboarding-compliancemanagementpartner-delete.md + - name: Update + href: api/intune-onboarding-compliancemanagementpartner-update.md + - name: Compliance management partner assignment + href: resources/intune-onboarding-compliancemanagementpartnerassignment.md + - name: Device and app management data + href: resources/intune-onboarding-deviceandappmanagementdata.md + - name: Device comanagement authority configuration + href: resources/intune-onboarding-devicecomanagementauthorityconfiguration.md + items: + - name: List + href: api/intune-onboarding-devicecomanagementauthorityconfiguration-list.md + - name: Get + href: api/intune-onboarding-devicecomanagementauthorityconfiguration-get.md + - name: Create + href: api/intune-onboarding-devicecomanagementauthorityconfiguration-create.md + - name: Delete + href: api/intune-onboarding-devicecomanagementauthorityconfiguration-delete.md + - name: Update + href: api/intune-onboarding-devicecomanagementauthorityconfiguration-update.md + - name: Device enrollment configuration type + href: resources/intune-onboarding-deviceenrollmentconfigurationtype.md + - name: Device enrollment limit configuration + href: resources/intune-onboarding-deviceenrollmentlimitconfiguration.md + items: + - name: List + href: api/intune-onboarding-deviceenrollmentlimitconfiguration-list.md + - name: Get + href: api/intune-onboarding-deviceenrollmentlimitconfiguration-get.md + - name: Create + href: api/intune-onboarding-deviceenrollmentlimitconfiguration-create.md + - name: Delete + href: api/intune-onboarding-deviceenrollmentlimitconfiguration-delete.md + - name: Update + href: api/intune-onboarding-deviceenrollmentlimitconfiguration-update.md + - name: Device enrollment notification configuration + href: resources/intune-onboarding-deviceenrollmentnotificationconfiguration.md + items: + - name: List + href: api/intune-onboarding-deviceenrollmentnotificationconfiguration-list.md + - name: Get + href: api/intune-onboarding-deviceenrollmentnotificationconfiguration-get.md + - name: Create + href: api/intune-onboarding-deviceenrollmentnotificationconfiguration-create.md + - name: Delete + href: api/intune-onboarding-deviceenrollmentnotificationconfiguration-delete.md + - name: Update + href: api/intune-onboarding-deviceenrollmentnotificationconfiguration-update.md + - name: Device enrollment platform restriction + href: resources/intune-onboarding-deviceenrollmentplatformrestriction.md + - name: Device enrollment platform restriction configuration + href: resources/intune-onboarding-deviceenrollmentplatformrestrictionconfiguration.md + items: + - name: List + href: api/intune-onboarding-deviceenrollmentplatformrestrictionconfiguration-list.md + - name: Get + href: api/intune-onboarding-deviceenrollmentplatformrestrictionconfiguration-get.md + - name: Create + href: api/intune-onboarding-deviceenrollmentplatformrestrictionconfiguration-create.md + - name: Delete + href: api/intune-onboarding-deviceenrollmentplatformrestrictionconfiguration-delete.md + - name: Update + href: api/intune-onboarding-deviceenrollmentplatformrestrictionconfiguration-update.md + - name: Device enrollment platform restrictions configuration + href: resources/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration.md + items: + - name: List + href: api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-list.md + - name: Get + href: api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-get.md + - name: Create + href: api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-create.md + - name: Delete + href: api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-delete.md + - name: Update + href: api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-update.md + - name: Device enrollment Windows Hello for business configuration + href: resources/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration.md + items: + - name: List + href: api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-list.md + - name: Get + href: api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-get.md + - name: Create + href: api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-create.md + - name: Delete + href: api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-delete.md + - name: Update + href: api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-update.md + - name: Device management exchange access level + href: resources/intune-onboarding-devicemanagementexchangeaccesslevel.md + - name: Device management exchange access rule + href: resources/intune-onboarding-devicemanagementexchangeaccessrule.md + - name: Device management exchange access rule type + href: resources/intune-onboarding-devicemanagementexchangeaccessruletype.md + - name: Device management exchange connector + href: resources/intune-onboarding-devicemanagementexchangeconnector.md + items: + - name: List + href: api/intune-onboarding-devicemanagementexchangeconnector-list.md + - name: Get + href: api/intune-onboarding-devicemanagementexchangeconnector-get.md + - name: Create + href: api/intune-onboarding-devicemanagementexchangeconnector-create.md + - name: Delete + href: api/intune-onboarding-devicemanagementexchangeconnector-delete.md + - name: Update + href: api/intune-onboarding-devicemanagementexchangeconnector-update.md + - name: sync action + href: api/intune-onboarding-devicemanagementexchangeconnector-sync.md + - name: Device management exchange connector status + href: resources/intune-onboarding-devicemanagementexchangeconnectorstatus.md + - name: Device management exchange connector sync type + href: resources/intune-onboarding-devicemanagementexchangeconnectorsynctype.md + - name: Device management exchange connector type + href: resources/intune-onboarding-devicemanagementexchangeconnectortype.md + - name: Device management exchange device class + href: resources/intune-onboarding-devicemanagementexchangedeviceclass.md + - name: Device management exchange on-premises policy + href: resources/intune-onboarding-devicemanagementexchangeonpremisespolicy.md + items: + - name: Get + href: api/intune-onboarding-devicemanagementexchangeonpremisespolicy-get.md + - name: Update + href: api/intune-onboarding-devicemanagementexchangeonpremisespolicy-update.md + - name: Device management partner + href: resources/intune-onboarding-devicemanagementpartner.md + items: + - name: List + href: api/intune-onboarding-devicemanagementpartner-list.md + - name: Get + href: api/intune-onboarding-devicemanagementpartner-get.md + - name: Create + href: api/intune-onboarding-devicemanagementpartner-create.md + - name: Delete + href: api/intune-onboarding-devicemanagementpartner-delete.md + - name: Update + href: api/intune-onboarding-devicemanagementpartner-update.md + - name: terminate action + href: api/intune-onboarding-devicemanagementpartner-terminate.md + - name: Device management partner app type + href: resources/intune-onboarding-devicemanagementpartnerapptype.md + - name: Device management partner assignment + href: resources/intune-onboarding-devicemanagementpartnerassignment.md + - name: Device management partner tenant state + href: resources/intune-onboarding-devicemanagementpartnertenantstate.md + - name: Device platform type + href: resources/intune-onboarding-deviceplatformtype.md + - name: Enrollment configuration assignment + href: resources/intune-onboarding-enrollmentconfigurationassignment.md + items: + - name: List + href: api/intune-onboarding-enrollmentconfigurationassignment-list.md + - name: Get + href: api/intune-onboarding-enrollmentconfigurationassignment-get.md + - name: Create + href: api/intune-onboarding-enrollmentconfigurationassignment-create.md + - name: Delete + href: api/intune-onboarding-enrollmentconfigurationassignment-delete.md + - name: Update + href: api/intune-onboarding-enrollmentconfigurationassignment-update.md + - name: Enrollment notification branding options + href: resources/intune-onboarding-enrollmentnotificationbrandingoptions.md + - name: Enrollment notification template type + href: resources/intune-onboarding-enrollmentnotificationtemplatetype.md + - name: Enrollment restriction platform type + href: resources/intune-onboarding-enrollmentrestrictionplatformtype.md + - name: Intune brand + href: resources/intune-onboarding-intunebrand.md + - name: MDM authority + href: resources/intune-onboarding-mdmauthority.md + - name: Microsoft store for business portal selection options + href: resources/intune-onboarding-microsoftstoreforbusinessportalselectionoptions.md + - name: Mobile threat defense connector + href: resources/intune-onboarding-mobilethreatdefenseconnector.md + items: + - name: List + href: api/intune-onboarding-mobilethreatdefenseconnector-list.md + - name: Get + href: api/intune-onboarding-mobilethreatdefenseconnector-get.md + - name: Create + href: api/intune-onboarding-mobilethreatdefenseconnector-create.md + - name: Delete + href: api/intune-onboarding-mobilethreatdefenseconnector-delete.md + - name: Update + href: api/intune-onboarding-mobilethreatdefenseconnector-update.md + - name: Mobile threat partner tenant state + href: resources/intune-onboarding-mobilethreatpartnertenantstate.md + - name: On-premises conditional access settings + href: resources/intune-onboarding-onpremisesconditionalaccesssettings.md + items: + - name: Get + href: api/intune-onboarding-onpremisesconditionalaccesssettings-get.md + - name: Update + href: api/intune-onboarding-onpremisesconditionalaccesssettings-update.md + - name: Organization + href: resources/intune-onboarding-organization.md + items: + - name: List + href: api/intune-onboarding-organization-list.md + - name: Get + href: api/intune-onboarding-organization-get.md + - name: Update + href: api/intune-onboarding-organization-update.md + - name: setMobileDeviceManagementAuthority action + href: api/intune-onboarding-organization-setmobiledevicemanagementauthority.md + - name: VPP token + href: resources/intune-onboarding-vpptoken.md + items: + - name: List + href: api/intune-onboarding-vpptoken-list.md + - name: Get + href: api/intune-onboarding-vpptoken-get.md + - name: Create + href: api/intune-onboarding-vpptoken-create.md + - name: Delete + href: api/intune-onboarding-vpptoken-delete.md + - name: Update + href: api/intune-onboarding-vpptoken-update.md + - name: syncLicenses action + href: api/intune-onboarding-vpptoken-synclicenses.md + - name: syncLicenses action + href: api/intune-onboarding-vpptoken-synclicenses.md + - name: revokeLicenses action + href: api/intune-onboarding-vpptoken-revokelicenses.md + - name: syncLicenseCounts action + href: api/intune-onboarding-vpptoken-synclicensecounts.md + - name: VPP token action result + href: resources/intune-onboarding-vpptokenactionresult.md + - name: VPP token license summary + href: resources/intune-onboarding-vpptokenlicensesummary.md + - name: VPP token revoke licenses action result + href: resources/intune-onboarding-vpptokenrevokelicensesactionresult.md + - name: VPP token state + href: resources/intune-onboarding-vpptokenstate.md + - name: VPP token sync status + href: resources/intune-onboarding-vpptokensyncstatus.md + - name: Windows 10 enrollment completion page configuration + href: resources/intune-onboarding-windows10enrollmentcompletionpageconfiguration.md + items: + - name: List + href: api/intune-onboarding-windows10enrollmentcompletionpageconfiguration-list.md + - name: Get + href: api/intune-onboarding-windows10enrollmentcompletionpageconfiguration-get.md + - name: Create + href: api/intune-onboarding-windows10enrollmentcompletionpageconfiguration-create.md + - name: Delete + href: api/intune-onboarding-windows10enrollmentcompletionpageconfiguration-delete.md + - name: Update + href: api/intune-onboarding-windows10enrollmentcompletionpageconfiguration-update.md + - name: Windows Hello for business PIN usage + href: resources/intune-onboarding-windowshelloforbusinesspinusage.md + - name: Role-based access control (RBAC) + href: resources/intune-rbac-conceptual.md + items: + - name: Device and app management assigned role details + href: resources/intune-rbac-deviceandappmanagementassignedroledetails.md + - name: Device and app management role assignment + href: resources/intune-rbac-deviceandappmanagementroleassignment.md + items: + - name: List + href: api/intune-rbac-deviceandappmanagementroleassignment-list.md + - name: Get + href: api/intune-rbac-deviceandappmanagementroleassignment-get.md + - name: Create + href: api/intune-rbac-deviceandappmanagementroleassignment-create.md + - name: Delete + href: api/intune-rbac-deviceandappmanagementroleassignment-delete.md + - name: Update + href: api/intune-rbac-deviceandappmanagementroleassignment-update.md + - name: Device and app management role definition + href: resources/intune-rbac-deviceandappmanagementroledefinition.md + items: + - name: List + href: api/intune-rbac-deviceandappmanagementroledefinition-list.md + - name: Get + href: api/intune-rbac-deviceandappmanagementroledefinition-get.md + - name: Create + href: api/intune-rbac-deviceandappmanagementroledefinition-create.md + - name: Delete + href: api/intune-rbac-deviceandappmanagementroledefinition-delete.md + - name: Update + href: api/intune-rbac-deviceandappmanagementroledefinition-update.md + - name: Identity + href: resources/intune-rbac-identity.md + - name: Identity set + href: resources/intune-rbac-identityset.md + - name: Operation approval policy + href: resources/intune-rbac-operationapprovalpolicy.md + items: + - name: List + href: api/intune-rbac-operationapprovalpolicy-list.md + - name: Get + href: api/intune-rbac-operationapprovalpolicy-get.md + - name: Create + href: api/intune-rbac-operationapprovalpolicy-create.md + - name: Delete + href: api/intune-rbac-operationapprovalpolicy-delete.md + - name: Update + href: api/intune-rbac-operationapprovalpolicy-update.md + - name: Operation approval policy platform + href: resources/intune-rbac-operationapprovalpolicyplatform.md + - name: Operation approval policy set + href: resources/intune-rbac-operationapprovalpolicyset.md + - name: Operation approval policy type + href: resources/intune-rbac-operationapprovalpolicytype.md + - name: Operation approval request + href: resources/intune-rbac-operationapprovalrequest.md + items: + - name: List + href: api/intune-rbac-operationapprovalrequest-list.md + - name: Get + href: api/intune-rbac-operationapprovalrequest-get.md + - name: Create + href: api/intune-rbac-operationapprovalrequest-create.md + - name: Delete + href: api/intune-rbac-operationapprovalrequest-delete.md + - name: Update + href: api/intune-rbac-operationapprovalrequest-update.md + - name: approve action + href: api/intune-rbac-operationapprovalrequest-approve.md + - name: reject action + href: api/intune-rbac-operationapprovalrequest-reject.md + - name: cancelApproval action + href: api/intune-rbac-operationapprovalrequest-cancelapproval.md + - name: getRequestStatus action + href: api/intune-rbac-operationapprovalrequest-getrequeststatus.md + - name: getMyRequestById + href: api/intune-rbac-operationapprovalrequest-getmyrequestbyid.md + - name: getMyRequests + href: api/intune-rbac-operationapprovalrequest-getmyrequests.md + - name: cancelMyRequest action + href: api/intune-rbac-operationapprovalrequest-cancelmyrequest.md + - name: Operation approval request entity status + href: resources/intune-rbac-operationapprovalrequestentitystatus.md + - name: Operation approval request status + href: resources/intune-rbac-operationapprovalrequeststatus.md + - name: Rbac application multiple + href: resources/intune-rbac-rbacapplicationmultiple.md + items: + - name: Get + href: api/intune-rbac-rbacapplicationmultiple-get.md + - name: Update + href: api/intune-rbac-rbacapplicationmultiple-update.md + - name: Resource action + href: resources/intune-rbac-resourceaction.md + - name: Resource operation + href: resources/intune-rbac-resourceoperation.md + items: + - name: List + href: api/intune-rbac-resourceoperation-list.md + - name: Get + href: api/intune-rbac-resourceoperation-get.md + - name: Create + href: api/intune-rbac-resourceoperation-create.md + - name: Delete + href: api/intune-rbac-resourceoperation-delete.md + - name: Update + href: api/intune-rbac-resourceoperation-update.md + - name: Role assignment + href: resources/intune-rbac-roleassignment.md + items: + - name: List + href: api/intune-rbac-roleassignment-list.md + - name: Get + href: api/intune-rbac-roleassignment-get.md + - name: Create + href: api/intune-rbac-roleassignment-create.md + - name: Delete + href: api/intune-rbac-roleassignment-delete.md + - name: Update + href: api/intune-rbac-roleassignment-update.md + - name: Role assignment scope type + href: resources/intune-rbac-roleassignmentscopetype.md + - name: Role definition + href: resources/intune-rbac-roledefinition.md + items: + - name: List + href: api/intune-rbac-roledefinition-list.md + - name: Get + href: api/intune-rbac-roledefinition-get.md + - name: Create + href: api/intune-rbac-roledefinition-create.md + - name: Delete + href: api/intune-rbac-roledefinition-delete.md + - name: Update + href: api/intune-rbac-roledefinition-update.md + - name: Role management + href: resources/intune-rbac-rolemanagement.md + items: + - name: Get + href: api/intune-rbac-rolemanagement-get.md + - name: Update + href: api/intune-rbac-rolemanagement-update.md + - name: Role permission + href: resources/intune-rbac-rolepermission.md + - name: Role scope tag + href: resources/intune-rbac-rolescopetag.md + items: + - name: List + href: api/intune-rbac-rolescopetag-list.md + - name: Get + href: api/intune-rbac-rolescopetag-get.md + - name: Create + href: api/intune-rbac-rolescopetag-create.md + - name: Delete + href: api/intune-rbac-rolescopetag-delete.md + - name: Update + href: api/intune-rbac-rolescopetag-update.md + - name: assign action + href: api/intune-rbac-rolescopetag-assign.md + - name: getRoleScopeTagsById action + href: api/intune-rbac-rolescopetag-getrolescopetagsbyid.md + - name: getRoleScopeTagsById action + href: api/intune-rbac-rolescopetag-getrolescopetagsbyid.md + - name: Role scope tag auto assignment + href: resources/intune-rbac-rolescopetagautoassignment.md + items: + - name: List + href: api/intune-rbac-rolescopetagautoassignment-list.md + - name: Get + href: api/intune-rbac-rolescopetagautoassignment-get.md + - name: Create + href: api/intune-rbac-rolescopetagautoassignment-create.md + - name: Delete + href: api/intune-rbac-rolescopetagautoassignment-delete.md + - name: Update + href: api/intune-rbac-rolescopetagautoassignment-update.md + - name: Shared resources + href: resources/intune-shared-conceptual.md + items: + - name: Action state + href: resources/intune-shared-actionstate.md + - name: All devices assignment target + href: resources/intune-shared-alldevicesassignmenttarget.md + - name: All licensed users assignment target + href: resources/intune-shared-alllicensedusersassignmenttarget.md + - name: Android enterprise always on VPN package type + href: resources/intune-shared-androidenterprisealwaysonvpnpackagetype.md + - name: Android managed app protection + href: resources/intune-shared-androidmanagedappprotection.md + items: + - name: List + href: api/intune-shared-androidmanagedappprotection-list.md + - name: Get + href: api/intune-shared-androidmanagedappprotection-get.md + - name: Create + href: api/intune-shared-androidmanagedappprotection-create.md + - name: Delete + href: api/intune-shared-androidmanagedappprotection-delete.md + - name: Update + href: api/intune-shared-androidmanagedappprotection-update.md + - name: hasPayloadLinks action + href: api/intune-shared-androidmanagedappprotection-haspayloadlinks.md + - name: Android managed store app assignment settings + href: resources/intune-shared-androidmanagedstoreappassignmentsettings.md + - name: Android managed store auto update mode + href: resources/intune-shared-androidmanagedstoreautoupdatemode.md + - name: Certificate destination store + href: resources/intune-shared-certificatedestinationstore.md + - name: Certificate issuance states + href: resources/intune-shared-certificateissuancestates.md + - name: Certificate revocation status + href: resources/intune-shared-certificaterevocationstatus.md + - name: Certificate store + href: resources/intune-shared-certificatestore.md + - name: Certificate validity period scale + href: resources/intune-shared-certificatevalidityperiodscale.md + - name: Company portal action + href: resources/intune-shared-companyportalaction.md + - name: Company portal blocked action + href: resources/intune-shared-companyportalblockedaction.md + - name: Compliance status + href: resources/intune-shared-compliancestatus.md + - name: Configuration manager collection assignment target + href: resources/intune-shared-configurationmanagercollectionassignmenttarget.md + - name: Device and app management assignment filter type + href: resources/intune-shared-deviceandappmanagementassignmentfiltertype.md + - name: Device and app management assignment source + href: resources/intune-shared-deviceandappmanagementassignmentsource.md + - name: Device and app management assignment target + href: resources/intune-shared-deviceandappmanagementassignmenttarget.md + - name: Device app management + href: resources/intune-shared-deviceappmanagement.md + items: + - name: Get + href: api/intune-shared-deviceappmanagement-get.md + - name: Update + href: api/intune-shared-deviceappmanagement-update.md + - name: syncMicrosoftStoreForBusinessApps action + href: api/intune-shared-deviceappmanagement-syncmicrosoftstoreforbusinessapps.md + - name: Device category + href: resources/intune-shared-devicecategory.md + items: + - name: List + href: api/intune-shared-devicecategory-list.md + - name: Get + href: api/intune-shared-devicecategory-get.md + - name: Create + href: api/intune-shared-devicecategory-create.md + - name: Delete + href: api/intune-shared-devicecategory-delete.md + - name: Update + href: api/intune-shared-devicecategory-update.md + - name: Device compliance policy + href: resources/intune-shared-devicecompliancepolicy.md + items: + - name: List + href: api/intune-shared-devicecompliancepolicy-list.md + - name: Get + href: api/intune-shared-devicecompliancepolicy-get.md + - name: assign action + href: api/intune-shared-devicecompliancepolicy-assign.md + - name: refreshDeviceComplianceReportSummarization action + href: api/intune-shared-devicecompliancepolicy-refreshdevicecompliancereportsummarization.md + - name: hasPayloadLinks action + href: api/intune-shared-devicecompliancepolicy-haspayloadlinks.md + - name: Device configuration + href: resources/intune-shared-deviceconfiguration.md + items: + - name: List + href: api/intune-shared-deviceconfiguration-list.md + - name: Get + href: api/intune-shared-deviceconfiguration-get.md + - name: assign action + href: api/intune-shared-deviceconfiguration-assign.md + - name: windowsPrivacyAccessControls action + href: api/intune-shared-deviceconfiguration-windowsprivacyaccesscontrols.md + - name: assignedAccessMultiModeProfiles action + href: api/intune-shared-deviceconfiguration-assignedaccessmultimodeprofiles.md + - name: getTargetedUsersAndDevices action + href: api/intune-shared-deviceconfiguration-gettargetedusersanddevices.md + - name: hasPayloadLinks action + href: api/intune-shared-deviceconfiguration-haspayloadlinks.md + - name: Device enrollment configuration + href: resources/intune-shared-deviceenrollmentconfiguration.md + items: + - name: List + href: api/intune-shared-deviceenrollmentconfiguration-list.md + - name: Get + href: api/intune-shared-deviceenrollmentconfiguration-get.md + - name: setPriority action + href: api/intune-shared-deviceenrollmentconfiguration-setpriority.md + - name: assign action + href: api/intune-shared-deviceenrollmentconfiguration-assign.md + - name: hasPayloadLinks action + href: api/intune-shared-deviceenrollmentconfiguration-haspayloadlinks.md + - name: Device management + href: resources/intune-shared-devicemanagement.md + items: + - name: Get + href: api/intune-shared-devicemanagement-get.md + - name: Update + href: api/intune-shared-devicemanagement-update.md + - name: enableLegacyPcManagement action + href: api/intune-shared-devicemanagement-enablelegacypcmanagement.md + - name: sendCustomNotificationToCompanyPortal action + href: api/intune-shared-devicemanagement-sendcustomnotificationtocompanyportal.md + - name: Device management derived credential settings + href: resources/intune-shared-devicemanagementderivedcredentialsettings.md + items: + - name: Get + href: api/intune-shared-devicemanagementderivedcredentialsettings-get.md + - name: Update + href: api/intune-shared-devicemanagementderivedcredentialsettings-update.md + - name: List + href: api/intune-shared-devicemanagementderivedcredentialsettings-list.md + - name: Delete + href: api/intune-shared-devicemanagementderivedcredentialsettings-delete.md + - name: Device management script + href: resources/intune-shared-devicemanagementscript.md + items: + - name: List + href: api/intune-shared-devicemanagementscript-list.md + - name: Get + href: api/intune-shared-devicemanagementscript-get.md + - name: Create + href: api/intune-shared-devicemanagementscript-create.md + - name: Delete + href: api/intune-shared-devicemanagementscript-delete.md + - name: Update + href: api/intune-shared-devicemanagementscript-update.md + - name: assign action + href: api/intune-shared-devicemanagementscript-assign.md + - name: hasPayloadLinks action + href: api/intune-shared-devicemanagementscript-haspayloadlinks.md + - name: Enablement + href: resources/intune-shared-enablement.md + - name: Enrollment availability options + href: resources/intune-shared-enrollmentavailabilityoptions.md + - name: Enrollment state + href: resources/intune-shared-enrollmentstate.md + - name: Exclusion group assignment target + href: resources/intune-shared-exclusiongroupassignmenttarget.md + - name: Extended key usage + href: resources/intune-shared-extendedkeyusage.md + - name: Group assignment target + href: resources/intune-shared-groupassignmenttarget.md + - name: Hash algorithms + href: resources/intune-shared-hashalgorithms.md + - name: Install intent + href: resources/intune-shared-installintent.md + - name: iOS LOB app assignment settings + href: resources/intune-shared-ioslobappassignmentsettings.md + - name: iOS LOB app provisioning configuration + href: resources/intune-shared-ioslobappprovisioningconfiguration.md + items: + - name: List + href: api/intune-shared-ioslobappprovisioningconfiguration-list.md + - name: Get + href: api/intune-shared-ioslobappprovisioningconfiguration-get.md + - name: Create + href: api/intune-shared-ioslobappprovisioningconfiguration-create.md + - name: Delete + href: api/intune-shared-ioslobappprovisioningconfiguration-delete.md + - name: Update + href: api/intune-shared-ioslobappprovisioningconfiguration-update.md + - name: assign action + href: api/intune-shared-ioslobappprovisioningconfiguration-assign.md + - name: hasPayloadLinks action + href: api/intune-shared-ioslobappprovisioningconfiguration-haspayloadlinks.md + - name: iOS managed app protection + href: resources/intune-shared-iosmanagedappprotection.md + items: + - name: List + href: api/intune-shared-iosmanagedappprotection-list.md + - name: Get + href: api/intune-shared-iosmanagedappprotection-get.md + - name: Create + href: api/intune-shared-iosmanagedappprotection-create.md + - name: Delete + href: api/intune-shared-iosmanagedappprotection-delete.md + - name: Update + href: api/intune-shared-iosmanagedappprotection-update.md + - name: hasPayloadLinks action + href: api/intune-shared-iosmanagedappprotection-haspayloadlinks.md + - name: iOS store app assignment settings + href: resources/intune-shared-iosstoreappassignmentsettings.md + - name: iOS VPP app assignment settings + href: resources/intune-shared-iosvppappassignmentsettings.md + - name: IP range + href: resources/intune-shared-iprange.md + - name: IPv4 range + href: resources/intune-shared-ipv4range.md + - name: IPv6 range + href: resources/intune-shared-ipv6range.md + - name: Key long value pair + href: resources/intune-shared-keylongvaluepair.md + - name: Key size + href: resources/intune-shared-keysize.md + - name: Key storage provider option + href: resources/intune-shared-keystorageprovideroption.md + - name: Key usages + href: resources/intune-shared-keyusages.md + - name: macOS LOB app assignment settings + href: resources/intune-shared-macoslobappassignmentsettings.md + - name: macOS VPP app assignment settings + href: resources/intune-shared-macosvppappassignmentsettings.md + - name: Managed device owner type + href: resources/intune-shared-manageddeviceownertype.md + - name: Management agent type + href: resources/intune-shared-managementagenttype.md + - name: MDM windows information protection policy + href: resources/intune-shared-mdmwindowsinformationprotectionpolicy.md + items: + - name: List + href: api/intune-shared-mdmwindowsinformationprotectionpolicy-list.md + - name: Get + href: api/intune-shared-mdmwindowsinformationprotectionpolicy-get.md + - name: Create + href: api/intune-shared-mdmwindowsinformationprotectionpolicy-create.md + - name: Delete + href: api/intune-shared-mdmwindowsinformationprotectionpolicy-delete.md + - name: Update + href: api/intune-shared-mdmwindowsinformationprotectionpolicy-update.md + - name: hasPayloadLinks action + href: api/intune-shared-mdmwindowsinformationprotectionpolicy-haspayloadlinks.md + - name: Microsoft store for business app assignment settings + href: resources/intune-shared-microsoftstoreforbusinessappassignmentsettings.md + - name: MIME content + href: resources/intune-shared-mimecontent.md + - name: Mobile app + href: resources/intune-shared-mobileapp.md + items: + - name: List + href: api/intune-shared-mobileapp-list.md + - name: Get + href: api/intune-shared-mobileapp-get.md + - name: assign action + href: api/intune-shared-mobileapp-assign.md + - name: getTopMobileApps + href: api/intune-shared-mobileapp-gettopmobileapps.md + - name: updateRelationships action + href: api/intune-shared-mobileapp-updaterelationships.md + - name: hasPayloadLinks action + href: api/intune-shared-mobileapp-haspayloadlinks.md + - name: Mobile app assignment settings + href: resources/intune-shared-mobileappassignmentsettings.md + - name: Mobile app install time settings + href: resources/intune-shared-mobileappinstalltimesettings.md + - name: Mobile app troubleshooting event + href: resources/intune-shared-mobileapptroubleshootingevent.md + items: + - name: List + href: api/intune-shared-mobileapptroubleshootingevent-list.md + - name: Get + href: api/intune-shared-mobileapptroubleshootingevent-get.md + - name: Create + href: api/intune-shared-mobileapptroubleshootingevent-create.md + - name: Delete + href: api/intune-shared-mobileapptroubleshootingevent-delete.md + - name: Update + href: api/intune-shared-mobileapptroubleshootingevent-update.md + - name: Owner type + href: resources/intune-shared-ownertype.md + - name: Proxied domain + href: resources/intune-shared-proxieddomain.md + - name: Report + href: resources/intune-shared-report.md + - name: Report root + href: resources/intune-shared-reportroot.md + items: + - name: Get + href: api/intune-shared-reportroot-get.md + - name: Update + href: api/intune-shared-reportroot-update.md + - name: RGB color + href: resources/intune-shared-rgbcolor.md + - name: Run as account type + href: resources/intune-shared-runasaccounttype.md + - name: Saved UI state generation options + href: resources/intune-shared-saveduistategenerationoptions.md + - name: Setting source type + href: resources/intune-shared-settingsourcetype.md + - name: Subject alternative name type + href: resources/intune-shared-subjectalternativenametype.md + - name: Subject name format + href: resources/intune-shared-subjectnameformat.md + - name: Targeted managed app configuration + href: resources/intune-shared-targetedmanagedappconfiguration.md + items: + - name: List + href: api/intune-shared-targetedmanagedappconfiguration-list.md + - name: Get + href: api/intune-shared-targetedmanagedappconfiguration-get.md + - name: Create + href: api/intune-shared-targetedmanagedappconfiguration-create.md + - name: Delete + href: api/intune-shared-targetedmanagedappconfiguration-delete.md + - name: Update + href: api/intune-shared-targetedmanagedappconfiguration-update.md + - name: assign action + href: api/intune-shared-targetedmanagedappconfiguration-assign.md + - name: targetApps action + href: api/intune-shared-targetedmanagedappconfiguration-targetapps.md + - name: hasPayloadLinks action + href: api/intune-shared-targetedmanagedappconfiguration-haspayloadlinks.md + - name: URI + href: resources/intune-shared-uri.md + - name: User + href: resources/intune-shared-user.md + items: + - name: List + href: api/intune-shared-user-list.md + - name: Get + href: api/intune-shared-user-get.md + - name: Create + href: api/intune-shared-user-create.md + - name: Delete + href: api/intune-shared-user-delete.md + - name: Update + href: api/intune-shared-user-update.md + - name: removeAllDevicesFromManagement action + href: api/intune-shared-user-removealldevicesfrommanagement.md + - name: wipeManagedAppRegistrationByDeviceTag action + href: api/intune-shared-user-wipemanagedappregistrationbydevicetag.md + - name: wipeManagedAppRegistrationsByDeviceTag action + href: api/intune-shared-user-wipemanagedappregistrationsbydevicetag.md + - name: VPP token account type + href: resources/intune-shared-vpptokenaccounttype.md + - name: VPP token action failure reason + href: resources/intune-shared-vpptokenactionfailurereason.md + - name: Win get app assignment settings + href: resources/intune-shared-wingetappassignmentsettings.md + - name: Win get app install time settings + href: resources/intune-shared-wingetappinstalltimesettings.md + - name: Win get app notification + href: resources/intune-shared-wingetappnotification.md + - name: Win get app restart settings + href: resources/intune-shared-wingetapprestartsettings.md + - name: Win32 LOB app assignment settings + href: resources/intune-shared-win32lobappassignmentsettings.md + - name: Win32 LOB app delivery optimization priority + href: resources/intune-shared-win32lobappdeliveryoptimizationpriority.md + - name: Win32 LOB app notification + href: resources/intune-shared-win32lobappnotification.md + - name: Win32 LOB app restart settings + href: resources/intune-shared-win32lobapprestartsettings.md + - name: Windows AppX app assignment settings + href: resources/intune-shared-windowsappxappassignmentsettings.md + - name: Windows autopilot deployment profile + href: resources/intune-shared-windowsautopilotdeploymentprofile.md + items: + - name: Get + href: api/intune-shared-windowsautopilotdeploymentprofile-get.md + - name: assign action + href: api/intune-shared-windowsautopilotdeploymentprofile-assign.md + - name: hasPayloadLinks action + href: api/intune-shared-windowsautopilotdeploymentprofile-haspayloadlinks.md + - name: Windows domain join configuration + href: resources/intune-shared-windowsdomainjoinconfiguration.md + items: + - name: List + href: api/intune-shared-windowsdomainjoinconfiguration-list.md + - name: Get + href: api/intune-shared-windowsdomainjoinconfiguration-get.md + - name: Create + href: api/intune-shared-windowsdomainjoinconfiguration-create.md + - name: Delete + href: api/intune-shared-windowsdomainjoinconfiguration-delete.md + - name: Update + href: api/intune-shared-windowsdomainjoinconfiguration-update.md + - name: Windows universal AppX app assignment settings + href: resources/intune-shared-windowsuniversalappxappassignmentsettings.md + - name: Windows update state + href: resources/intune-shared-windowsupdatestate.md + items: + - name: List + href: api/intune-shared-windowsupdatestate-list.md + - name: Get + href: api/intune-shared-windowsupdatestate-get.md + - name: Create + href: api/intune-shared-windowsupdatestate-create.md + - name: Delete + href: api/intune-shared-windowsupdatestate-delete.md + - name: Update + href: api/intune-shared-windowsupdatestate-update.md + - name: Device updates (preview) + displayName: Windows updates + items: + - name: Updates + href: resources/adminwindowsupdates.md + - name: Catalog + items: + - name: Catalog + href: resources/windowsupdates-catalog.md + - name: Feature update catalog entry + href: resources/windowsupdates-featureupdatecatalogentry.md + - name: Quality update catalog entry + href: resources/windowsupdates-qualityupdatecatalogentry.md + - name: Driver update catalog entry + href: resources/windowsupdates-driverupdatecatalogentry.md + - name: List catalog entries + href: api/windowsupdates-catalog-list-entries.md + - name: Compliance change + href: resources/windowsupdates-compliancechange.md + items: + - name: List + href: api/windowsupdates-updatepolicy-list-compliancechanges.md + - name: Get + href: api/windowsupdates-compliancechange-get.md + - name: Update + href: api/windowsupdates-compliancechange-update.md + - name: Delete + href: api/windowsupdates-compliancechange-delete.md + - name: Content approval + href: resources/windowsupdates-contentapproval.md + items: + - name: List + href: api/windowsupdates-updatepolicy-list-compliancechanges-contentapproval.md + - name: Create + href: api/windowsupdates-updatepolicy-post-compliancechanges-contentapproval.md + - name: Get + href: api/windowsupdates-contentapproval-get.md + - name: Update + href: api/windowsupdates-contentapproval-update.md + - name: Delete + href: api/windowsupdates-contentapproval-delete.md + - name: Deployable content + items: + - name: Catalog content + href: resources/windowsupdates-catalogcontent.md + - name: Deployment + href: resources/windowsupdates-deployment.md + items: + - name: List deployments + href: api/adminwindowsupdates-list-deployments.md + - name: Create deployment + href: api/adminwindowsupdates-post-deployments.md + - name: Get deployment + href: api/windowsupdates-deployment-get.md + - name: Update deployment + href: api/windowsupdates-deployment-update.md + - name: Delete deployment + href: api/windowsupdates-deployment-delete.md + - name: Deployment audience + href: resources/windowsupdates-deploymentaudience.md + items: + - name: List + href: api/adminwindowsupdates-list-deploymentaudiences.md + - name: Create + href: api/adminwindowsupdates-post-deploymentaudiences.md + - name: Get + href: api/windowsupdates-deploymentaudience-get.md + - name: Delete + href: api/windowsupdates-deploymentaudience-delete.md + - name: List members + href: api/windowsupdates-deploymentaudience-list-members.md + - name: List exclusions + href: api/windowsupdates-deploymentaudience-list-exclusions.md + - name: Update members and exclusions + href: api/windowsupdates-deploymentaudience-updateaudience.md + - name: Update by ID + href: api/windowsupdates-deploymentaudience-updateaudiencebyid.md + - name: Resource connection + href: resources/windowsupdates-resourceconnection.md + items: + - name: List + href: api/adminwindowsupdates-list-resourceconnections.md + - name: Get + href: api/windowsupdates-resourceconnection-get.md + - name: Delete + href: api/windowsupdates-resourceconnection-delete.md + - name: Operational insights connection + href: resources/windowsupdates-operationalinsightsconnection.md + items: + - name: List + href: api/adminwindowsupdates-list-resourceconnections-operationalinsightsconnection.md + - name: Create + href: api/adminwindowsupdates-post-resourceconnections-operationalinsightsconnection.md + - name: Get + href: api/windowsupdates-operationalinsightsconnection-get.md + - name: Delete + href: api/windowsupdates-resourceconnection-delete.md + - name: Updatable asset + href: resources/windowsupdates-updatableasset.md + items: + - name: List updatable assets + href: api/adminwindowsupdates-list-updatableassets.md + - name: Get updatable asset + href: api/windowsupdates-updatableasset-get.md + - name: Delete updatable asset + href: api/windowsupdates-updatableasset-delete.md + - name: Microsoft Entra device + href: resources/windowsupdates-azureaddevice.md + items: + - name: List Microsoft Entra devices + href: api/adminwindowsupdates-list-updatableassets-azureaddevice.md + - name: Get Microsoft Entra device + href: api/windowsupdates-azureaddevice-get.md + - name: Delete Microsoft Entra device + href: api/windowsupdates-azureaddevice-delete.md + - name: Enroll in update management + href: api/windowsupdates-updatableasset-enrollassets.md + - name: Enroll by ID + href: api/windowsupdates-updatableasset-enrollassetsbyid.md + - name: Unenroll from update management + href: api/windowsupdates-updatableasset-unenrollassets.md + - name: Unenroll by ID + href: api/windowsupdates-updatableasset-unenrollassetsbyid.md + - name: Updatable asset group + href: resources/windowsupdates-updatableassetgroup.md + items: + - name: List updatable asset groups + href: api/adminwindowsupdates-list-updatableassets-updatableassetgroup.md + - name: Create updatable asset group + href: api/adminwindowsupdates-post-updatableassets-updatableassetgroup.md + - name: Get updatable asset group + href: api/windowsupdates-updatableassetgroup-get.md + - name: Delete updatable asset group + href: api/windowsupdates-updatableassetgroup-delete.md + - name: List members + href: api/windowsupdates-updatableassetgroup-list-members.md + - name: Add members + href: api/windowsupdates-updatableassetgroup-addmembers.md + - name: Add members by ID + href: api/windowsupdates-updatableassetgroup-addmembersbyid.md + - name: Remove members + href: api/windowsupdates-updatableassetgroup-removemembers.md + - name: Remove members by ID + href: api/windowsupdates-updatableassetgroup-removemembersbyid.md + - name: Update policy + href: resources/windowsupdates-updatepolicy.md + items: + - name: List + href: api/adminwindowsupdates-list-updatepolicies.md + - name: Create + href: api/adminwindowsupdates-post-updatepolicies.md + - name: Get + href: api/windowsupdates-updatepolicy-get.md + - name: Update + href: api/windowsupdates-updatepolicy-update.md + - name: Delete + href: api/windowsupdates-updatepolicy-delete.md + - name: Microsoft 365 apps (preview) + displayName: Microsoft 365 applications + items: + - name: Admin Microsoft 365 apps + href: resources/adminmicrosoft365apps.md + - name: Installation options + href: resources/m365appsInstallationoptions.md + items: + - name: Get + href: api/m365AppsInstallationOptions-get.md + - name: Update + href: api/m365AppsInstallationOptions-update.md + - name: Multi-tenant management (preview) + items: + - name: Managed tenant + href: resources/managedtenants-managedtenant.md + - name: Aggregated policy compliance + href: resources/managedtenants-aggregatedpolicycompliance.md + items: + - name: List aggregated policy compliances + href: api/managedtenants-managedtenant-list-aggregatedpolicycompliances.md + - name: Audit events + href: resources/managedtenants-auditevent.md + items: + - name: List + href: api/managedtenants-managedtenant-list-auditevents.md + - name: Get + href: api/managedtenants-auditevent-get.md + - name: Cloud PC connection + href: resources/managedtenants-cloudpcconnection.md + items: + - name: List cloud PC connections + href: api/managedtenants-managedtenant-list-cloudpcconnections.md + - name: Get cloud PC connection + href: api/managedtenants-cloudpcconnection-get.md + - name: Cloud PC device + href: resources/managedtenants-cloudpcdevice.md + items: + - name: List cloud PC devices + href: api/managedtenants-managedtenant-list-cloudpcdevices.md + - name: Get cloud PC device + href: api/managedtenants-cloudpcdevice-get.md + - name: Cloud PC overview + href: resources/managedtenants-cloudpcoverview.md + items: + - name: List cloud PC overviews + href: api/managedtenants-managedtenant-list-cloudpcsoverview.md + - name: Get cloud PC overview + href: api/managedtenants-cloudpcoverview-get.md + - name: Conditional access policy coverage + href: resources/managedtenants-conditionalaccesspolicycoverage.md + items: + - name: List conditional access coverages + href: api/managedtenants-managedtenant-list-conditionalaccesspolicycoverages.md + - name: Get conditional access policy coverage + href: api/managedtenants-conditionalaccesspolicycoverage-get.md + - name: Credential user registrations summary + href: resources/managedtenants-credentialuserregistrationssummary.md + items: + - name: List credential user registration summaries + href: api/managedtenants-managedtenant-list-credentialuserregistrationssummaries.md + - name: Get credential user registrations summary + href: api/managedtenants-credentialuserregistrationssummary-get.md + - name: Device compliance policy setting state summary + href: resources/managedtenants-devicecompliancepolicysettingstatesummary.md + items: + - name: List device compliance policy setting state summary + href: api/managedtenants-managedtenant-list-devicecompliancepolicysettingstatesummary.md + - name: Get device compliance policy setting state summary + href: api/managedtenants-devicecompliancepolicysettingstatesummary-get.md + - name: Managed device compliance + href: resources/managedtenants-manageddevicecompliance.md + items: + - name: List managed device compliances + href: api/managedtenants-managedtenant-list-manageddevicecompliances.md + - name: Get managed device compliance + href: api/managedtenants-manageddevicecompliance-get.md + - name: Managed device compliance trend + href: resources/managedtenants-manageddevicecompliancetrend.md + items: + - name: List managed device compliance trend + href: api/managedtenants-managedtenant-list-manageddevicecompliancetrends.md + - name: Get managed device compliance trend + href: api/managedtenants-manageddevicecompliancetrend-get.md + - name: Management action + href: resources/managedtenants-managementaction.md + items: + - name: List management action + href: api/managedtenants-managedtenant-list-managementactions.md + - name: Get management action + href: api/managedtenants-managementaction-get.md + - name: Apply management action + href: api/managedtenants-managementaction-apply.md + - name: Management action tenant deployment status + href: resources/managedtenants-managementactiontenantdeploymentstatus.md + items: + - name: List management action deployment statuses + href: api/managedtenants-managedtenant-list-managementactiontenantdeploymentstatuses.md + - name: Get management action deployment status + href: api/managedtenants-managementactiontenantdeploymentstatus-get.md + - name: Change management action deployment status + href: api/managedtenants-managementactiontenantdeploymentstatus-changedeploymentstatus.md + - name: Management intent + href: resources/managedtenants-managementintent.md + items: + - name: List management intents + href: api/managedtenants-managedtenant-list-managementintents.md + - name: Get management intent + href: api/managedtenants-managementintent-get.md + - name: Management template + href: resources/managedtenants-managementtemplate.md + items: + - name: List management templates + href: api/managedtenants-managedtenant-list-managementtemplates.md + - name: Get management template + href: api/managedtenants-managementtemplate-get.md + - name: My roles + href: resources/managedtenants-myrole.md + items: + - name: List + href: api/managedtenants-managedtenant-list-myroles.md + - name: Tenant customized information + href: resources/managedtenants-tenantcustomizedinformation.md + items: + - name: List tenant customized information + href: api/managedtenants-managedtenant-list-tenantscustomizedinformation.md + - name: Get tenant customized information + href: api/managedtenants-tenantcustomizedinformation-get.md + - name: Update tenant customized information + href: api/managedtenants-tenantcustomizedinformation-update.md + - name: Tenant detailed information + href: resources/managedtenants-tenantdetailedinformation.md + items: + - name: List tenant detailed information + href: api/managedtenants-managedtenant-list-tenantsdetailedinformation.md + - name: Get tenant detailed information + href: api/managedtenants-tenantdetailedinformation-get.md + - name: Tenant + href: resources/managedtenants-tenant.md + items: + - name: List tenants + href: api/managedtenants-managedtenant-list-tenants.md + - name: Get tenant + href: api/managedtenants-tenant-get.md + - name: Offboard tenant + href: api/managedtenants-tenant-offboardtenant.md + - name: Reset tenant onboarding status + href: api/managedtenants-tenant-resettenantonboardingstatus.md + - name: Tenant group + href: resources/managedtenants-tenantgroup.md + items: + - name: List tenant groups + href: api/managedtenants-managedtenant-list-tenantgroups.md + - name: Get tenant group + href: api/managedtenants-tenantgroup-get.md + - name: Search for tenant + href: api/managedtenants-tenantgroup-tenantsearch.md + - name: Tenant tag + href: resources/managedtenants-tenanttag.md + items: + - name: List tenant tags + href: api/managedtenants-managedtenant-list-tenanttags.md + - name: Create tenant tag + href: api/managedtenants-managedtenant-post-tenanttags.md + - name: Get tenant tag + href: api/managedtenants-tenanttag-get.md + - name: Update tenant tag + href: api/managedtenants-tenanttag-update.md + - name: Delete tenant tag + href: api/managedtenants-tenanttag-delete.md + - name: Assign tenant tag + href: api/managedtenants-tenanttag-assigntag.md + - name: Unassign tenant tag + href: api/managedtenants-tenanttag-unassigntag.md + - name: Tenant usage + href: resources/managedtenants-tenantusage.md + items: + - name: List + href: api/managedtenants-managedtenant-list-tenantusage.md + - name: Windows device malware state + href: resources/managedtenants-windowsdevicemalwarestate.md + items: + - name: List Windows device malware states + href: api/managedtenants-managedtenant-list-windowsdevicemalwarestates.md + - name: Get Windows device malware state + href: api/managedtenants-windowsdevicemalwarestate-get.md + - name: Windows protection state + href: resources/managedtenants-windowsprotectionstate.md + items: + - name: List Windows protection state + href: api/managedtenants-managedtenant-list-windowsprotectionstates.md + - name: Get Windows protection state + href: api/managedtenants-windowsprotectionstate-get.md + - name: Service health and communications + items: + - name: Overview + href: resources/service-communications-api-overview.md + - name: Service announcement + href: resources/serviceannouncement.md + - name: Service health + href: resources/servicehealth.md + items: + - name: List health overviews + href: api/serviceannouncement-list-healthoverviews.md + - name: Get service health + href: api/servicehealth-get.md + - name: Service health issue + href: resources/servicehealthissue.md + items: + - name: List issues + href: api/serviceannouncement-list-issues.md + - name: Get issue + href: api/servicehealthissue-get.md + - name: Get post-incident review report + href: api/servicehealthissue-incidentreport.md + - name: Service update message + href: resources/serviceupdatemessage.md + items: + - name: List messages + href: api/serviceannouncement-list-messages.md + - name: Get message + href: api/serviceupdatemessage-get.md + - name: Mark read status + href: api/serviceupdatemessage-markread.md + - name: Mark unread status + href: api/serviceupdatemessage-markunread.md + - name: Archive status + href: api/serviceupdatemessage-archive.md + - name: Unarchive status + href: api/serviceupdatemessage-unarchive.md + - name: Mark favorite status + href: api/serviceupdatemessage-favorite.md + - name: Remove favorite status + href: api/serviceupdatemessage-unfavorite.md + - name: List message attachments + href: api/serviceupdatemessage-list-attachments.md + - name: Service announcement attachment + href: resources/serviceannouncementattachment.md + items: + - name: Get + href: api/serviceannouncementattachment-get.md + - name: Education + items: + - name: Overview + href: resources/education-overview.md + - name: Schools + href: resources/educationschool.md + items: + - name: List schools + href: api/educationroot-list-schools.md + - name: Create school + href: api/educationroot-post-schools.md + - name: Get school + href: api/educationschool-get.md + - name: Update school + href: api/educationschool-update.md + - name: Delete school + href: api/educationschool-delete.md + - name: List classes + href: api/educationschool-list-classes.md + - name: Create class + href: api/educationschool-post-classes.md + - name: Remove class + href: api/educationschool-delete-classes.md + - name: List users + href: api/educationschool-list-users.md + - name: Add user + href: api/educationschool-post-users.md + - name: Remove user + href: api/educationschool-delete-users.md + - name: Get delta + href: api/educationschool-delta.md + - name: Classes + href: resources/educationclass.md + items: + - name: List schools + href: api/educationclass-list-schools.md + - name: List classes + href: api/educationroot-list-classes.md + - name: Create class + href: api/educationroot-post-classes.md + - name: Get class + href: api/educationclass-get.md + - name: Update class + href: api/educationclass-update.md + - name: Delete class + href: api/educationclass-delete.md + - name: List teachers + href: api/educationclass-list-teachers.md + - name: Add teacher + href: api/educationclass-post-teachers.md + - name: Remove teacher + href: api/educationclass-delete-teachers.md + - name: List members + href: api/educationclass-list-members.md + - name: Add member + href: api/educationclass-post-members.md + - name: Remove member + href: api/educationclass-delete-members.md + - name: List assignments + href: api/educationclass-list-assignments.md + - name: Create assignment + href: api/educationclass-post-assignments.md + - name: Get assignment settings + href: api/educationassignmentsettings-get.md + - name: Get assignment defaults + href: api/educationassignmentdefaults-get.md + - name: List categories + href: api/educationclass-list-categories.md + - name: List modules + href: api/educationclass-list-modules.md + - name: Create category + href: api/educationclass-post-category.md + - name: Get delta + href: api/educationclass-delta.md + - name: Users + href: resources/educationuser.md + items: + - name: Get user + href: api/educationuser-get.md + - name: Delete user + href: api/educationuser-delete.md + - name: List classes + href: api/educationuser-list-classes.md + - name: List rubrics + href: api/educationuser-list-rubrics.md + - name: Create rubric + href: api/educationuser-post-rubrics.md + - name: Get delta + href: api/educationuser-delta.md + - name: List schools + href: api/educationuser-list-schools.md + - name: List assignments + href: api/educationuser-list-assignments.md + - name: Assignment + href: resources/educationassignment.md + items: + - name: Create assignment + href: api/educationclass-post-assignments.md + - name: Get assignment + href: api/educationassignment-get.md + - name: Update assignment + href: api/educationassignment-update.md + - name: Delete assignment + href: api/educationassignment-delete.md + - name: List assignment resources + href: api/educationassignment-list-resources.md + - name: Create assignment resource + href: api/educationassignment-post-resources.md + - name: Get assignment resource + href: api/educationassignmentresource-get.md + - name: Delete resource from assignment + href: api/educationassignmentresource-delete.md + - name: Publish assignment + href: api/educationassignment-publish.md + - name: List submissions for assignment + href: api/educationassignment-list-submissions.md + - name: Set up assignment resources folder + href: api/educationassignment-setupresourcesfolder.md + - name: Set up assignment feedback resources folder + href: api/educationassignment-setupfeedbackresourcesfolder.md + - name: Get rubric attached to assignment + href: api/educationassignment-get-rubric.md + - name: List categories + href: api/educationassignment-list-categories.md + - name: Add category + href: api/educationassignment-post-categories.md + - name: Remove category + href: api/educationassignment-remove-category.md + - name: Attach rubric to assignment + href: api/educationassignment-put-rubric.md + - name: Remove rubric from assignment + href: api/educationassignment-delete-rubric.md + - name: Get delta + href: api/educationassignment-delta.md + - name: Add grading category + href: api/educationassignment-post-gradingcategory.md + - name: Update grading category + href: api/educationgradingcategory-update.md + - name: Remove grading category + href: api/educationassignment-delete-gradingcategory.md + - name: Activate assignment + href: api/educationassignment-activate.md + - name: Deactivate assignment + href: api/educationassignment-deactivate.md + - name: Assignment settings + href: resources/educationassignmentsettings.md + items: + - name: Get + href: api/educationassignmentsettings-get.md + - name: Update + href: api/educationassignmentsettings-update.md + - name: Assignment defaults + href: resources/educationassignmentdefaults.md + items: + - name: Get + href: api/educationassignmentdefaults-get.md + - name: Update + href: api/educationassignmentdefaults-update.md + - name: Category + href: resources/educationcategory.md + items: + - name: Create category + href: api/educationclass-post-category.md + - name: Get category + href: api/educationcategory-get.md + - name: Delete category + href: api/educationcategory-delete.md + - name: Get delta + href: api/educationcategory-delta.md + - name: Grading category + href: resources/educationgradingcategory.md + items: + - name: Add grading category + href: api/educationassignment-post-gradingcategory.md + - name: Update grading category + href: api/educationgradingcategory-update.md + - name: Delete grading category + href: api/educationassignment-delete-gradingcategory.md + - name: Module + href: resources/educationmodule.md + items: + - name: Create module + href: api/educationclass-post-module.md + - name: Get module + href: api/educationmodule-get.md + - name: Update module + href: api/educationmodule-update.md + - name: Delete module + href: api/educationmodule-delete.md + - name: List module resources + href: api/educationmodule-list-resources.md + - name: Create module resource + href: api/educationmodule-post-resources.md + - name: Get module resource + href: api/educationmoduleresource-get.md + - name: Update module resource + href: api/educationmoduleresource-update.md + - name: Delete resource from module + href: api/educationmoduleresource-delete.md + - name: Publish module + href: api/educationmodule-publish.md + - name: Set up module resources folder + href: api/educationmodule-setupresourcesfolder.md + - name: Pin module + href: api/educationmodule-pin.md + - name: Unpin module + href: api/educationmodule-unpin.md + - name: Rubric + href: resources/educationrubric.md + items: + - name: Create + href: api/educationuser-post-rubrics.md + - name: Get + href: api/educationrubric-get.md + - name: Update + href: api/educationrubric-update.md + - name: Delete + href: api/educationrubric-delete.md + - name: Submission + href: resources/educationsubmission.md + items: + - name: List submissions for assignment + href: api/educationassignment-list-submissions.md + - name: List submission resources + href: api/educationsubmission-list-resources.md + - name: Add submission resource + href: api/educationsubmission-post-resources.md + - name: Add submission feedback resource outcome + href: api/educationfeedbackresourceoutcome-post-outcomes.md + - name: Get submission resource + href: api/educationsubmissionresource-get.md + - name: Delete submission resource + href: api/educationsubmissionresource-delete.md + - name: Delete feedback resource outcome + href: api/educationfeedbackresourceoutcome-delete.md + - name: Get submission + href: api/educationsubmission-get.md + - name: Set up submission resources folder + href: api/educationsubmission-setupresourcesfolder.md + - name: Submit submission + href: api/educationsubmission-submit.md + - name: Unsubmit submission + href: api/educationsubmission-unsubmit.md + - name: List submitted resources + href: api/educationsubmission-list-submittedresources.md + - name: List outcomes + href: api/educationsubmission-list-outcomes.md + - name: Get submitted resource + href: api/educationsubmittedsubmissionresource-get.md + - name: Return submission + href: api/educationsubmission-return.md + - name: Reassign submission + href: api/educationsubmission-reassign.md + - name: Excuse submission + href: api/educationsubmission-excuse.md + - name: Outcome + items: + - name: Outcome + href: resources/educationoutcome.md + - name: Feedback outcome type + href: resources/educationfeedbackoutcome.md + - name: Feedback resource outcome type + href: resources/educationfeedbackresourceoutcome.md + - name: Points outcome type + href: resources/educationpointsoutcome.md + - name: Rubric outcome type + href: resources/educationrubricoutcome.md + - name: Update outcome + href: api/educationoutcome-update.md + - name: Synchronization profile + href: resources/educationsynchronizationprofile.md + items: + - name: List profile + href: api/educationsynchronizationprofile-list.md + - name: Create profile + href: api/educationsynchronizationprofile-post.md + - name: Get profile + href: api/educationsynchronizationprofile-get.md + - name: Delete profile + href: api/educationsynchronizationprofile-delete.md + - name: Start sync + href: api/educationsynchronizationprofile-start.md + - name: Pause sync + href: api/educationsynchronizationprofile-pause.md + - name: Resume sync + href: api/educationsynchronizationprofile-resume.md + - name: Reset sync + href: api/educationsynchronizationprofile-reset.md + - name: Get upload URL + href: api/educationsynchronizationprofile-uploadurl.md + - name: Synchronization profile status + href: resources/educationsynchronizationprofilestatus.md + items: + - name: Get + href: api/educationsynchronizationprofilestatus-get.md + - name: Synchronization errors + href: resources/educationsynchronizationerror.md + items: + - name: Get + href: api/educationsynchronizationerrors-get.md + - name: Employee experience + displayName: Viva + items: + - name: Employee engagement (preview) + displayName: Viva Engage + items: + - name: Overview + href: resources/engagement-api-overview.md + - name: Community + href: resources/community.md + items: + - name: Create + href: api/employeeexperience-post-communities.md + - name: Get + href: api/community-get.md + - name: Engagement async operation + href: resources/engagementasyncoperation.md + items: + - name: Get + href: api/engagementasyncoperation-get.md + - name: Employee goals (preview) + items: + - name: Goals export job + href: resources/goalsexportjob.md + items: + - name: List + href: api/goals-list-exportjobs.md + - name: Create + href: api/goals-post-exportjobs.md + - name: Get + href: api/goalsexportjob-get.md + - name: Extensions + items: + - name: Overview + displayName: Directory extensions, Schema extensions, Open extensions, On-premises extensions + href: /graph/extensibility-overview?context=graph/api/beta&view=graph-rest-beta&preserve-view=true + - name: Directory extensions + items: + - name: Extension property + href: resources/extensionproperty.md + - name: List + href: api/application-list-extensionproperty.md + - name: Create + href: api/application-post-extensionproperty.md + - name: Get + href: api/extensionproperty-get.md + - name: Delete + href: api/extensionproperty-delete.md + - name: Open extensions + items: + - name: Open type extension + href: resources/opentypeextension.md + - name: Create + href: api/opentypeextension-post-opentypeextension.md + - name: Get + href: api/opentypeextension-get.md + - name: Update + href: api/opentypeextension-update.md + - name: Delete + href: api/opentypeextension-delete.md + - name: Schema extensions + items: + - name: Schema extension + href: resources/schemaextension.md + - name: List + href: api/schemaextension-list.md + - name: Create + href: api/schemaextension-post-schemaextensions.md + - name: Get + href: api/schemaextension-get.md + - name: Update + href: api/schemaextension-update.md + - name: Delete + href: api/schemaextension-delete.md + - name: External data connections + items: + - name: Overview + href: resources/connectors-api-overview.md + - name: External connection + items: + - name: External connection + href: resources/externalconnectors-externalconnection.md + - name: List + href: api/externalconnectors-externalconnection-list.md + - name: Create + href: api/externalconnectors-external-post-connections.md + - name: Get + href: api/externalconnectors-externalconnection-get.md + - name: Update + href: api/externalconnectors-externalconnection-update.md + - name: Delete + href: api/externalconnectors-externalconnection-delete.md + - name: Get operation + href: api/externalconnectors-connectionoperation-get.md + - name: Connection quota + items: + - name: Connection quota + href: resources/externalconnectors-connectionquota.md + - name: Get + href: api/externalconnectors-connectionquota-get.md + - name: External activity + items: + - name: External activity + href: resources/externalconnectors-externalactivity.md + - name: External activity result + items: + - name: External activity result + href: resources/externalconnectors-externalactivityresult.md + - name: External group + items: + - name: External group + href: resources/externalconnectors-externalgroup.md + - name: Create + href: api/externalconnectors-externalconnection-post-groups.md + - name: Delete + href: api/externalconnectors-externalgroup-delete.md + - name: External group member + items: + - name: External group member + href: resources/externalconnectors-externalgroupmember.md + - name: Create + href: api/externalconnectors-externalgroup-post-members.md + - name: Delete + href: api/externalconnectors-externalgroupmember-delete.md + - name: External item + items: + - name: External item + href: resources/externalconnectors-externalitem.md + - name: Create + href: api/externalconnectors-externalconnection-put-items.md + - name: Get + href: api/externalconnectors-externalitem-get.md + - name: Update + href: api/externalconnectors-externalitem-update.md + - name: Delete + href: api/externalconnectors-externalitem-delete.md + - name: Add activities + href: api/externalconnectors-externalitem-addactivities.md + - name: Schema + items: + - name: Schema + href: resources/externalconnectors-schema.md + - name: Create + href: api/externalconnectors-externalconnection-patch-schema.md + - name: Get + href: api/externalconnectors-schema-get.md + - name: Update + href: api/externalconnectors-schema-update.md + - name: Files + displayName: OneDrive, OneDrive for Business, OneDrive business, OneDrive personal, SharePoint + items: + - name: Overview + href: resources/onedrive.md + - name: Drives + href: resources/drive.md + items: + - name: Get drive + href: api/drive-get.md + - name: List drives + href: api/drive-list.md + - name: List children + href: api/driveitem-list-children.md + - name: Recent files + href: api/drive-recent.md + - name: Shared files + href: api/drive-sharedwithme.md + - name: Get special folder + href: api/drive-get-specialfolder.md + - name: List followed items + href: api/drive-list-following.md + - name: Drive items + href: resources/driveitem.md + items: + - name: Get item + href: api/driveitem-get.md + - name: Update item + href: api/driveitem-update.md + - name: Delete item + href: api/driveitem-delete.md + - name: Assign sensitivity label + href: api/driveitem-assignsensitivitylabel.md + - name: Check in files + href: api/driveitem-checkin.md + - name: Check out files + href: api/driveitem-checkout.md + - name: Convert file + href: api/driveitem-get-content-format.md + - name: Copy item + href: api/driveitem-copy.md + - name: Create folder + href: api/driveitem-post-children.md + - name: Download file + href: api/driveitem-get-content.md + - name: Extract sensitivity labels + href: api/driveitem-extractsensitivitylabels.md + - name: Follow item + href: api/driveitem-follow.md + - name: Get activities by interval + href: api/itemactivity-getbyinterval.md + - name: Get item analytics + href: api/itemanalytics-get.md + - name: Get preview link + href: api/driveitem-preview.md + - name: Get retention label + href: api/driveitem-getretentionlabel.md + - name: Get thumbnails + href: api/driveitem-list-thumbnails.md + - name: List children + href: api/driveitem-list-children.md + - name: List versions + href: api/driveitem-list-versions.md + - name: Lock or unlock record + href: api/driveitem-lockorunlockrecord.md + - name: Move item + href: api/driveitem-move.md + - name: Permanently delete item + href: api/driveitem-permanentdelete.md + - name: Preview item + href: api/driveitem-preview.md + - name: Remove retention label + href: api/driveitem-removeretentionlabel.md + - name: Restore item + href: api/driveitem-restore.md + - name: Resumable upload + href: api/driveitem-createuploadsession.md + - name: Search items + href: api/driveitem-search.md + - name: Set retention label + href: api/driveitem-setretentionlabel.md + - name: Track changes + href: api/driveitem-delta.md + - name: Unfollow item + href: api/driveitem-unfollow.md + - name: Upload + href: api/driveitem-put-content.md + - name: Bundles + href: resources/bundle.md + items: + - name: List + href: api/bundle-list.md + - name: Create + href: api/drive-post-bundles.md + - name: Get + href: api/bundle-get.md + - name: Update + href: api/bundle-update.md + - name: Add item + href: api/bundle-additem.md + - name: Remove item + href: api/bundle-removeitem.md + - name: Permissions + href: resources/permission.md + items: + - name: Create sharing link + href: api/driveitem-createlink.md + - name: Use sharing links + href: api/shares-get.md + - name: Grant access to sharing link + href: api/permission-grant.md + - name: Revoke grants on sharing link + href: api/permission-revokegrants.md + - name: List permissions + href: api/driveitem-list-permissions.md + - name: Add permissions + href: api/driveitem-invite.md + - name: Get permission + href: api/permission-get.md + - name: Update permission + href: api/permission-update.md + - name: Delete permission + href: api/permission-delete.md + - name: File storage containers + href: resources/filestoragecontainer.md + items: + - name: List file storage containers + href: api/filestorage-list-containers.md + - name: Create file storage container + href: api/filestoragecontainer-post.md + - name: Get file storage container + href: api/filestoragecontainer-get.md + - name: Get drive + href: api/filestoragecontainer-get-drive.md + - name: Update file storage containers + href: api/filestoragecontainer-update.md + - name: Delete file storage container + href: api/filestorage-delete-containers.md + - name: Activate file storage container + href: api/filestoragecontainer-activate.md + - name: List permissions + href: api/filestoragecontainer-list-permissions.md + - name: Add permissions + href: api/filestoragecontainer-post-permissions.md + - name: Update permissions + href: api/filestoragecontainer-update-permissions.md + - name: Delete permissions + href: api/filestoragecontainer-delete-permissions.md + - name: List custom property + href: api/filestoragecontainer-list-customproperty.md + - name: Add custom property + href: api/filestoragecontainer-post-customproperty.md + - name: Update custom property + href: api/filestoragecontainer-update-customproperty.md + - name: Delete custom property + href: api/filestoragecontainer-delete-customproperty.md + - name: Financials (preview) + items: + - name: Overview + href: resources/dynamics-graph-reference.md + - name: Account + href: resources/dynamics-account.md + items: + - name: Get account + href: api/dynamics-account-get.md + - name: Aged accounts payable + href: resources/dynamics-agedaccountspayable.md + items: + - name: Get aged accounts payable + href: api/dynamics-agedaccountspayable-get.md + - name: Aged accounts receivable + href: resources/dynamics-agedaccountsreceivable.md + items: + - name: Get aged accounts payable + href: api/dynamics-agedaccountsreceivable-get.md + - name: Companies + href: resources/dynamics-companies.md + items: + - name: Get companies + href: api/dynamics-companies-get.md + - name: Company information + href: resources/dynamics-companyinformation.md + items: + - name: Get company information + href: api/dynamics-companyinformation-get.md + - name: Update company information + href: api/dynamics-companyinformation-update.md + - name: Countries/regions + href: resources/dynamics-countriesregions.md + items: + - name: Get countries/regions + href: api/dynamics-countriesregions-get.md + - name: Create countries/regions + href: api/dynamics-create-countriesregions.md + - name: Delete countries/regions + href: api/dynamics-countriesregions-delete.md + - name: Currencies + href: resources/dynamics-currencies.md + items: + - name: Create currencies + href: api/dynamics-create-currencies.md + - name: Get currencies + href: api/dynamics-currencies-get.md + - name: Update currencies + href: api/dynamics-currencies-update.md + - name: Delete currencies + href: api/dynamics-currencies-delete.md + - name: Customer + href: resources/dynamics-customer.md + items: + - name: Get customer + href: api/dynamics-customer-get.md + - name: Create customer + href: api/dynamics-create-customer.md + - name: Update customer + href: api/dynamics-customer-update.md + - name: Delete customer + href: api/dynamics-customer-delete.md + - name: Customer payment + href: resources/dynamics-customerpayment.md + items: + - name: Get customer payment + href: api/dynamics-customerpayment-get.md + - name: Create customer payment + href: api/dynamics-create-customerpayment.md + - name: Update customer payment + href: api/dynamics-customerpayment-update.md + - name: Delete customer payment + href: api/dynamics-customerpayment-delete.md + - name: Customer payments journal + href: resources/dynamics-customerpaymentsjournal.md + items: + - name: Get customer payments journal + href: api/dynamics-customerpaymentsjournal-get.md + - name: Create customer payments journal + href: api/dynamics-create-customerpaymentsjournal.md + - name: Update customer payments journal + href: api/dynamics-customerpaymentsjournal-update.md + - name: Delete customer payments journal + href: api/dynamics-customerpaymentsjournal-delete.md + - name: Dimension + href: resources/dynamics-dimension.md + items: + - name: Get dimension + href: api/dynamics-dimension-get.md + - name: Dimension value + href: resources/dynamics-dimensionvalue.md + items: + - name: Get dimension + href: api/dynamics-dimensionvalue-get.md + - name: Employee + href: resources/dynamics-employee.md + items: + - name: Get employee + href: api/dynamics-employee-get.md + - name: Create employee + href: api/dynamics-create-employee.md + - name: Update employee + href: api/dynamics-employee-update.md + - name: Delete employee + href: api/dynamics-employee-delete.md + - name: General ledger entries + href: resources/dynamics-generalledgerentries.md + items: + - name: Get general ledger entries + href: api/dynamics-generalledgerentries-get.md + - name: Item + href: resources/dynamics-item.md + items: + - name: Get item + href: api/dynamics-item-get.md + - name: Create item + href: api/dynamics-create-item.md + - name: Update item + href: api/dynamics-item-update.md + - name: Delete item + href: api/dynamics-item-delete.md + - name: Item categories + href: resources/dynamics-itemcategories.md + items: + - name: Get item categories + href: api/dynamics-itemcategories-get.md + - name: Create item categories + href: api/dynamics-create-itemcategories.md + - name: Update item categories + href: api/dynamics-itemcategories-update.md + - name: Delete item categories + href: api/dynamics-itemcategories-delete.md + - name: Journal + href: resources/dynamics-journal.md + items: + - name: Get journal + href: api/dynamics-journal-get.md + - name: Create journal + href: api/dynamics-create-journal.md + - name: Update journal + href: api/dynamics-journal-update.md + - name: Delete journal + href: api/dynamics-journal-delete.md + - name: Journal line + href: resources/dynamics-journalline.md + items: + - name: Get journal line + href: api/dynamics-journalline-get.md + - name: Create journal line + href: api/dynamics-create-journalline.md + - name: Update journal line + href: api/dynamics-journalline-update.md + - name: Delete journal line + href: api/dynamics-journalline-delete.md + - name: Payment methods + href: resources/dynamics-paymentmethods.md + items: + - name: Get payment methods + href: api/dynamics-paymentmethods-get.md + - name: Create payment methods + href: api/dynamics-create-paymentmethods.md + - name: Update payment methods + href: api/dynamics-paymentmethods-update.md + - name: Delete payment methods + href: api/dynamics-paymentmethods-delete.md + - name: Payment terms + href: resources/dynamics-paymentterms.md + items: + - name: Get payment terms + href: api/dynamics-paymentterms-get.md + - name: Create payment terms + href: api/dynamics-create-paymentterms.md + - name: Update payment terms + href: api/dynamics-paymentterms-update.md + - name: Delete payment terms + href: api/dynamics-paymentterms-delete.md + - name: Shipment methods + href: resources/dynamics-shipmentmethods.md + items: + - name: Get shipment methods + href: api/dynamics-shipmentmethods-get.md + - name: Create shipment methods + href: api/dynamics-create-shipmentmethods.md + - name: Update shipment methods + href: api/dynamics-shipmentmethods-update.md + - name: Delete shipment methods + href: api/dynamics-shipmentmethods-delete.md + - name: Tax area + href: resources/dynamics-taxarea.md + items: + - name: Get tax area + href: api/dynamics-taxarea-get.md + - name: Create tax area + href: api/dynamics-create-taxarea.md + - name: Update tax area + href: api/dynamics-taxarea-update.md + - name: Delete tax area + href: api/dynamics-taxarea-delete.md + - name: Tax groups + href: resources/dynamics-taxgroups.md + items: + - name: Get tax groups + href: api/dynamics-taxgroups-get.md + - name: Create tax groups + href: api/dynamics-create-taxgroups.md + - name: Update tax groups + href: api/dynamics-taxgroups-update.md + - name: Delete tax groups + href: api/dynamics-taxgroups-delete.md + - name: Units of measure + href: resources/dynamics-unitsofmeasure.md + items: + - name: Get units of measure + href: api/dynamics-unitsofmeasure-get.md + - name: Create units of measure + href: api/dynamics-create-unitsofmeasure.md + - name: Update units of measure + href: api/dynamics-unitsofmeasure-update.md + - name: Delete units of measure + href: api/dynamics-unitsofmeasure-delete.md + - name: Vendor + href: resources/dynamics-vendor.md + items: + - name: Get vendor + href: api/dynamics-vendor-get.md + - name: Create vendor + href: api/dynamics-create-vendor.md + - name: Update vendor + href: api/dynamics-vendor-update.md + - name: Delete vendor + href: api/dynamics-vendor-delete.md + - name: Identity and access + items: + - name: Overview + displayName: Azure AD, Microsoft identity platform, Identity and access + href: resources/azure-ad-overview.md + - name: Directory management + items: + - name: Administrative unit + href: resources/administrativeunit.md + items: + - name: List + href: api/directory-list-administrativeunits.md + - name: Create + href: api/directory-post-administrativeunits.md + - name: Get + href: api/administrativeunit-get.md + - name: Update + href: api/administrativeunit-update.md + - name: Delete + href: api/administrativeunit-delete.md + - name: Get delta + href: api/administrativeunit-delta.md + - name: Get delta for directory object + href: api/directoryobject-delta.md + - name: Add a member + href: api/administrativeunit-post-members.md + - name: List members + href: api/administrativeunit-list-members.md + - name: Get a member + href: api/administrativeunit-get-members.md + - name: Remove a member + href: api/administrativeunit-delete-members.md + - name: Assign a role with scope + href: api/administrativeunit-post-scopedrolemembers.md + - name: List role assignments with scope + href: api/administrativeunit-list-scopedrolemembers.md + - name: Get a role assignment with scope + href: api/administrativeunit-get-scopedrolemembers.md + - name: Remove a role assignment with scope + href: api/administrativeunit-delete-scopedrolemembers.md + - name: BitLocker recovery key (preview) + items: + - name: BitLocker recovery key + href: resources/bitlockerrecoverykey.md + - name: List + href: api/bitlocker-list-recoverykeys.md + - name: Get + href: api/bitlockerrecoverykey-get.md + - name: Company subscription + href: resources/companysubscription.md + items: + - name: List + href: api/directory-list-subscriptions.md + - name: Get + href: api/companysubscription-get.md + - name: Contracts + href: resources/contract.md + items: + - name: Get contract + href: api/contract-get.md + - name: List contracts + href: api/contract-list.md + - name: Custom security attributes + items: + - name: Overview + href: resources/custom-security-attributes-overview.md + - name: Allowed values + href: resources/allowedvalue.md + items: + - name: List + href: api/customsecurityattributedefinition-list-allowedvalues.md + - name: Create + href: api/customsecurityattributedefinition-post-allowedvalues.md + - name: Get + href: api/allowedvalue-get.md + - name: Update + href: api/allowedvalue-update.md + - name: Attribute sets + href: resources/attributeset.md + items: + - name: List + href: api/directory-list-attributesets.md + - name: Create + href: api/directory-post-attributesets.md + - name: Get + href: api/attributeset-get.md + - name: Update + href: api/attributeset-update.md + - name: Custom security attribute definitions + href: resources/customsecurityattributedefinition.md + items: + - name: List + href: api/directory-list-customsecurityattributedefinitions.md + - name: Create + href: api/directory-post-customsecurityattributedefinitions.md + - name: Get + href: api/customsecurityattributedefinition-get.md + - name: Update + href: api/customsecurityattributedefinition-update.md + - name: Deleted items + href: resources/directory.md + items: + - name: Get deleted item + href: api/directory-deleteditems-get.md + - name: List deleted items + href: api/directory-deleteditems-list.md + - name: Permanently delete item + href: api/directory-deleteditems-delete.md + - name: Restore deleted item + href: api/directory-deleteditems-restore.md + - name: List deleted items owned by user + href: api/directory-deleteditems-getuserownedobjects.md + - name: Device + href: resources/device.md + items: + - name: Get delta for directory object + href: api/directoryobject-delta.md + - name: List devices + href: api/device-list.md + - name: Create device + href: api/device-post-devices.md + - name: Get device + href: api/device-get.md + - name: Update device + href: api/device-update.md + - name: Delete device + href: api/device-delete.md + - name: Get delta + href: api/device-delta.md + - name: Check member objects + href: api/directoryobject-checkmemberobjects.md + - name: Get member objects + href: api/directoryobject-getmemberobjects.md + - name: List registered owners + href: api/device-list-registeredowners.md + - name: List registered users + href: api/device-list-registeredusers.md + - name: Create registered owner + href: api/device-post-registeredowners.md + - name: Create registered user + href: api/device-post-registeredusers.md + - name: Remove registered owner + href: api/device-delete-registeredowners.md + - name: Remove registered user + href: api/device-delete-registeredusers.md + - name: List device memberships + href: api/device-list-memberof.md + - name: List device transitive memberships + href: api/device-list-transitivememberof.md + - name: List device usage rights + href: api/device-list-usagerights.md + - name: Device local credential (preview) + items: + - name: Device local credential + href: resources/devicelocalcredentialinfo.md + - name: List + href: api/directory-list-devicelocalcredentials.md + - name: Get + href: api/devicelocalcredentialinfo-get.md + - name: Directory object + href: resources/directoryobject.md + items: + - name: Get directory object + href: api/directoryobject-get.md + - name: Delete directory object + href: api/directoryobject-delete.md + - name: Check member objects + href: api/directoryobject-checkmemberobjects.md + - name: Get member objects + href: api/directoryobject-getmemberobjects.md + - name: Get member groups + href: api/directoryobject-getmembergroups.md + - name: Check member groups + href: api/directoryobject-checkmembergroups.md + - name: Get directoryObjects by ids + href: api/directoryobject-getbyids.md + - name: Get delta + href: api/directoryobject-delta.md + - name: Validate properties + href: api/directoryobject-validateproperties.md + - name: Directory role + href: resources/directoryrole.md + items: + - name: List directory roles + href: api/directoryrole-list.md + - name: Activate directory role + href: api/directoryrole-post-directoryroles.md + - name: Get directory role + href: api/directoryrole-get.md + - name: List members + href: api/directoryrole-list-members.md + - name: Add member + href: api/directoryrole-post-members.md + - name: Remove member + href: api/directoryrole-delete-member.md + - name: List scoped members + href: api/directoryrole-list-scopedmembers.md + - name: Get delta + href: api/directoryrole-delta.md + - name: Get delta for directory object + href: api/directoryobject-delta.md + - name: Directory role template + href: resources/directoryroletemplate.md + items: + - name: List directory role templates + href: api/directoryroletemplate-list.md + - name: Get directory role template + href: api/directoryroletemplate-get.md + - name: Directory settings + href: resources/directorysetting.md + items: + - name: Create + href: api/group-post-settings.md + - name: Get + href: api/directorysetting-get.md + - name: List + href: api/group-list-settings.md + - name: Update + href: api/directorysetting-update.md + - name: Delete + href: api/directorysetting-delete.md + - name: Directory setting template + href: resources/directorysettingtemplate.md + items: + - name: List directory setting templates + href: api/directorysettingtemplate-list.md + - name: Get directory setting template + href: api/directorysettingtemplate-get.md + - name: Domains + href: resources/domain.md + items: + - name: List domains + href: api/domain-list.md + - name: List domain name references + href: api/domain-list-domainnamereferences.md + - name: List service configuration records + href: api/domain-list-serviceconfigurationrecords.md + - name: List verification DNS records + href: api/domain-list-verificationdnsrecords.md + - name: Create domain + href: api/domain-post-domains.md + - name: Delete domain + href: api/domain-delete.md + - name: Force delete domain + href: api/domain-forcedelete.md + - name: Get domain + href: api/domain-get.md + - name: Update domain + href: api/domain-update.md + - name: Verify domain + href: api/domain-verify.md + - name: Promote domain + href: api/domain-promote.md + - name: Feature rollout policy + href: resources/featurerolloutpolicy.md + items: + - name: List + href: api/list-featurerolloutpolicies.md + - name: Get + href: api/featurerolloutpolicy-get.md + - name: Create + href: api/post-featurerolloutpolicies.md + - name: Update + href: api/featurerolloutpolicy-update.md + - name: Delete + href: api/featurerolloutpolicy-delete.md + - name: Create appliesTo + href: api/featurerolloutpolicy-post-appliesto.md + - name: Delete appliesTo + href: api/featurerolloutpolicy-delete-appliesto.md + - name: Mobility management policy (Preview) + href: resources/mobilitymanagementpolicy.md + items: + - name: List mobile device management policies + href: api/mobiledevicemanagementpolicies-list.md + - name: Get + href: api/mobiledevicemanagementpolicies-get.md + - name: Update + href: api/mobiledevicemanagementpolicies-update.md + - name: Delete + href: api/mobiledevicemanagementpolicies-delete.md + - name: List included groups + href: api/mobiledevicemanagementpolicies-list-includedgroups.md + - name: Add included groups + href: api/mobiledevicemanagementpolicies-post-includedgroups.md + - name: Remove included groups + href: api/mobiledevicemanagementpolicies-delete-includedgroups.md + - name: List mobile app management policies + href: api/mobileappmanagementpolicies-list.md + - name: Get + href: api/mobileappmanagementpolicies-get.md + - name: Update + href: api/mobileappmanagementpolicies-update.md + - name: Delete + href: api/mobileappmanagementpolicies-delete.md + - name: List included groups + href: api/mobileappmanagementpolicies-list-includedgroups.md + - name: Add included groups + href: api/mobileappmanagementpolicies-post-includedgroups.md + - name: Remove included groups + href: api/mobileappmanagementpolicies-delete-includedgroups.md + - name: On-premises directory synchronization + href: resources/onpremisesdirectorysynchronization.md + items: + - name: Get + href: api/onpremisesdirectorysynchronization-get.md + - name: Update + href: api/onpremisesdirectorysynchronization-update.md + - name: Organization + href: resources/organization.md + items: + - name: List + href: api/organization-list.md + - name: Get + href: api/organization-get.md + - name: Update + href: api/organization-update.md + - name: Organization settings + href: resources/organizationSettings.md + items: + - name: App settings for Microsoft 365 data (preview) + items: + - name: App data access settings + href: resources/microsoftapplicationdataaccesssettings.md + - name: List + href: api/organizationsettings-list-microsoftapplicationdataaccess.md + - name: Update + href: api/microsoftapplicationdataaccesssettings-update.md + - name: Org control for contact insights (preview) + items: + - name: Insights settings + href: resources/insightssettings.md + - name: List + href: api/organizationsettings-list-contactinsights.md + - name: Update + href: api/insightssettings-update.md + - name: Org control for item insights (preview) + items: + - name: Insights settings + href: resources/insightssettings.md + - name: List + href: api/organizationsettings-list-iteminsights.md + - name: Update + href: api/insightssettings-update.md + - name: Org control for people insights (preview) + items: + - name: Insights settings + href: resources/insightssettings.md + - name: List + href: api/organizationsettings-list-peopleinsights.md + - name: Update + href: api/insightssettings-update.md + - name: Todo configuration (preview) + href: resources/admintodo.md + items: + - name: Get + href: api/admintodo-get.md + - name: Update + href: api/admintodo-update.md + - name: Forms configuration (preview) + href: resources/adminforms.md + items: + - name: Get + href: api/adminforms-get.md + - name: Update + href: api/adminForms-update.md + - name: Apps and Services configuration (preview) + href: resources/adminappsandservices.md + items: + - name: Get + href: api/adminappsandservices-get.md + - name: Update + href: api/adminappsandservices-update.md + - name: Dynamics configuration (preview) + href: resources/admindynamics.md + items: + - name: Get + href: api/admindynamics-get.md + - name: Update + href: api/admindynamics-update.md + - name: Organizational contacts + href: resources/orgcontact.md + items: + - name: List org contacts + href: api/orgcontact-list.md + - name: Get org contact + href: api/orgcontact-get.md + - name: Get org contact delta + href: api/orgcontact-delta.md + - name: Get delta for directory object + href: api/directoryobject-delta.md + - name: Directory objects + href: resources/directoryobject.md + items: + - name: Get member groups + href: api/directoryobject-getmembergroups.md + - name: Check member groups + href: api/directoryobject-checkmembergroups.md + - name: Get member objects + href: api/directoryobject-getmemberobjects.md + - name: Check member objects + href: api/directoryobject-checkmemberobjects.md + - name: Retry service provisioning + href: api/orgcontact-retryserviceprovisioning.md + - name: Groups + href: resources/group.md + items: + - name: List memberOf + href: api/orgcontact-list-memberof.md + - name: Get member groups + href: api/directoryobject-getmembergroups.md + - name: Get member groups + href: api/directoryobject-getmembergroups.md + - name: Check member groups + href: api/directoryobject-checkmembergroups.md + - name: Org hierarchy + items: + - name: List direct reports + href: api/orgcontact-list-directreports.md + - name: List memberOf + href: api/orgcontact-list-memberof.md + - name: Get manager + href: api/orgcontact-get-manager.md + - name: Role management + displayName: Unified RBAC + href: resources/rolemanagement.md + items: + - name: Role definition + href: resources/unifiedroledefinition.md + items: + - name: List role definitions + href: api/rbacapplication-list-roledefinitions.md + - name: Create role definition + href: api/rbacapplication-post-roledefinitions.md + - name: Get role definition + href: api/unifiedroledefinition-get.md + - name: Update role definition + href: api/unifiedroledefinition-update.md + - name: Delete role definition + href: api/unifiedroledefinition-delete.md + - name: List assigned principals + href: api/unifiedroledefinition-assignedprincipals.md + - name: Role assignment + href: resources/unifiedroleassignment.md + items: + - name: List role assignment + href: api/rbacapplication-list-roleassignments.md + - name: List transitive role assignments + href: api/rbacapplication-list-transitiveroleassignments.md + - name: Create role assignment + href: api/rbacapplication-post-roleassignments.md + - name: Get role assignment + href: api/unifiedroleassignment-get.md + - name: Delete role assignment + href: api/unifiedroleassignment-delete.md + - name: Role assignment multiple + href: resources/unifiedroleassignmentmultiple.md + items: + - name: List + href: api/rbacapplicationmultiple-list-roleassignments.md + - name: Create + href: api/rbacapplicationmultiple-post-roleassignments.md + - name: Get + href: api/unifiedroleassignmentmultiple-get.md + - name: Update + href: api/unifiedroleassignmentmultiple-update.md + - name: Delete + href: api/unifiedroleassignmentmultiple-delete.md + - name: Resource namespace + href: resources/unifiedrbacresourcenamespace.md + items: + - name: List + href: api/rbacapplicationmultiple-list-resourcenamespaces.md + - name: Get + href: api/unifiedrbacresourcenamespace-get.md + - name: Resource action + href: resources/unifiedrbacresourceaction.md + items: + - name: List + href: api/unifiedrbacresourcenamespace-list-resourceactions.md + - name: Get + href: api/unifiedrbacresourceaction-get.md + - name: Custom app scope + href: resources/customappscope.md + items: + - name: List + href: api/unifiedrbacapplication-list-customappscopes.md + - name: Create + href: api/unifiedrbacapplication-post-customappscope.md + - name: Get + href: api/customappscope-get.md + - name: Update + href: api/customappscope-update.md + - name: Delete + href: api/customappscope-delete.md + - name: Subscribed sku + href: resources/subscribedsku.md + items: + - name: List + href: api/subscribedsku-list.md + - name: Get + href: api/subscribedsku-get.md + - name: Tenant information + href: resources/tenantinformation.md + items: + - name: Find tenant by domain name + href: api/tenantrelationship-findtenantinformationbydomainname.md + - name: Find tenant by tenant ID + href: api/tenantrelationship-findtenantinformationbytenantid.md + - name: Trusted certificate authorities for apps (preview) + items: + - name: Certificate-based app configuration + href: resources/certificatebasedapplicationconfiguration.md + - name: List + href: api/certificateauthoritypath-list-certificatebasedapplicationconfigurations.md + - name: Create + href: api/certificateauthoritypath-post-certificatebasedapplicationconfigurations.md + - name: Get + href: api/certificatebasedapplicationconfiguration-get.md + - name: Update + href: api/certificatebasedapplicationconfiguration-update.md + - name: Delete + href: api/certificatebasedapplicationconfiguration-delete.md + - name: Certificate authority + href: resources/certificateauthorityasentity.md + items: + - name: List + href: api/certificatebasedapplicationconfiguration-list-trustedcertificateauthorities.md + - name: Create + href: api/certificatebasedapplicationconfiguration-post-trustedcertificateauthorities.md + - name: Get + href: api/certificateauthorityasentity-get.md + - name: Update + href: api/certificateauthorityasentity-update.md + - name: Delete + href: api/certificateauthorityasentity-delete.md + - name: Governance + href: resources/identitygovernance-overview.md + displayName: Identity Governance, Access reviews, Entitlement Management, Terms of Use, Privileged Identity Management + items: + - name: Access reviews + href: resources/accessreviewsv2-overview.md + items: + - name: Access review schedule definition + href: resources/accessreviewscheduledefinition.md + items: + - name: List + href: api/accessreviewset-list-definitions.md + - name: Get + href: api/accessreviewscheduledefinition-get.md + - name: Create + href: api/accessreviewset-post-definitions.md + - name: Delete + href: api/accessreviewscheduledefinition-delete.md + - name: Update + href: api/accessreviewscheduledefinition-update.md + - name: Filter by current user + href: api/accessreviewscheduledefinition-filterbycurrentuser.md + - name: Access review instance + href: resources/accessreviewinstance.md + items: + - name: List + href: api/accessreviewscheduledefinition-list-instances.md + - name: Get + href: api/accessreviewinstance-get.md + - name: Update + href: api/accessreviewinstance-update.md + - name: Filter by current user + href: api/accessreviewinstance-filterbycurrentuser.md + - name: Send reminder + href: api/accessreviewinstance-sendreminder.md + - name: Stop + href: api/accessreviewinstance-stop.md + - name: Accept recommendations + href: api/accessreviewinstance-acceptrecommendations.md + - name: Apply decisions + href: api/accessreviewinstance-applydecisions.md + - name: Stop apply decisions + href: api/accessreviewinstance-stopapplydecisions.md + - name: Batch record decisions + href: api/accessreviewinstance-batchrecorddecisions.md + - name: Reset decisions + href: api/accessreviewinstance-resetdecisions.md + - name: List contacted reviewers + href: api/accessreviewinstance-list-contactedreviewers.md + - name: List pending approval (deprecated) + href: api/accessreviewinstance-pendingaccessreviewinstances.md + - name: Access review stage + href: resources/accessreviewstage.md + items: + - name: List + href: api/accessreviewinstance-list-stages.md + - name: Get + href: api/accessreviewstage-get.md + - name: Update + href: api/accessreviewstage-update.md + - name: Filter by current user + href: api/accessreviewstage-filterbycurrentuser.md + - name: Stop + href: api/accessreviewstage-stop.md + - name: Access review instance decision item + displayName: access review decisions + href: resources/accessreviewinstancedecisionitem.md + items: + - name: List decisions from an instance + href: api/accessreviewinstance-list-decisions.md + - name: List decisions from a stage of an instance + href: api/accessreviewstage-list-decisions.md + - name: Get + href: api/accessreviewinstancedecisionitem-get.md + - name: Filter by current user + href: api/accessreviewinstancedecisionitem-filterbycurrentuser.md + - name: Update + href: api/accessreviewinstancedecisionitem-update.md + - name: Record all decisions + href: api/accessreviewinstancedecisionitem-recordalldecisions.md + - name: List pending approval (deprecated) + href: api/accessreviewinstancedecisionitem-listpendingapproval.md + - name: Access review policy + href: resources/accessreviewpolicy.md + items: + - name: Get + href: api/accessreviewpolicy-get.md + - name: Update + href: api/accessreviewpolicy-update.md + - name: Access review history definition + href: resources/accessreviewhistorydefinition.md + items: + - name: Get + href: api/accessreviewhistorydefinition-get.md + - name: List + href: api/accessreviewset-list-historydefinitions.md + - name: Create + href: api/accessreviewset-post-historydefinitions.md + - name: Access review history instance + href: resources/accessreviewhistoryinstance.md + items: + - name: List + href: api/accessreviewhistorydefinition-list-instances.md + - name: Generate download URI + displayName: Downloadable access review history report + href: api/accessreviewhistoryinstance-generatedownloaduri.md + - name: Access reviews (deprecated) + href: resources/accessreviews-root.md + items: + - name: Access review + href: resources/accessreview.md + items: + - name: List access reviews + href: api/accessreview-list.md + - name: Get access review + href: api/accessreview-get.md + - name: Create access review + href: api/accessreview-create.md + - name: Update access review + href: api/accessreview-update.md + - name: Delete access review + href: api/accessreview-delete.md + - name: Add reviewer + href: api/accessreview-addreviewer.md + - name: List decisions + href: api/accessreview-listdecisions.md + - name: List my decisions + href: api/accessreview-listmydecisions.md + - name: List reviewers + href: api/accessreview-listreviewers.md + - name: Remove reviewer + href: api/accessreview-removereviewer.md + - name: Reset + href: api/accessreview-reset.md + - name: Send reminder + href: api/accessreview-sendreminder.md + - name: Stop + href: api/accessreview-stop.md + - name: Business flow template + href: resources/businessflowtemplate.md + items: + - name: List + href: api/businessflowtemplate-list.md + - name: Program + href: resources/program.md + items: + - name: Create + href: api/program-create.md + - name: Delete + href: api/program-delete.md + - name: List + href: api/program-list.md + - name: Update + href: api/program-update.md + - name: List controls + href: api/program-listcontrols.md + - name: Program control + href: resources/programcontrol.md + items: + - name: Create + href: api/programcontrol-create.md + - name: Delete + href: api/programcontrol-delete.md + - name: List + href: api/programcontrol-list.md + - name: Program control type + href: resources/programcontroltype.md + items: + - name: List + href: api/programcontroltype-list.md + - name: Consent requests + href: resources/consentrequests-overview.md + items: + - name: Admin consent request policy + href: resources/adminconsentrequestpolicy.md + items: + - name: Get + href: api/adminconsentrequestpolicy-get.md + - name: Update + href: api/adminconsentrequestpolicy-update.md + - name: App consent requests + href: resources/appconsentrequest.md + items: + - name: List + href: api/appconsentapprovalroute-list-appconsentrequests.md + - name: Get + href: api/appconsentrequest-get.md + - name: Filter by current user + href: api/appconsentrequest-filterByCurrentUser.md + - name: User consent requests + href: resources/userconsentrequest.md + items: + - name: List + href: api/appconsentrequest-list-userconsentrequests.md + - name: Get + href: api/userconsentrequest-get.md + - name: Filter by current user + href: api/userconsentrequest-filterByCurrentUser.md + - name: Entitlement management + href: resources/entitlementmanagement-overview.md + items: + - name: Access package + href: resources/accesspackage.md + items: + - name: List + href: api/entitlementmanagement-list-accesspackages.md + - name: Create + href: api/entitlementmanagement-post-accesspackages.md + - name: Get + href: api/accesspackage-get.md + - name: Update + href: api/accesspackage-update.md + - name: Delete + href: api/accesspackage-delete.md + - name: Filter by current user + href: api/accesspackage-filterbycurrentuser.md + - name: Get applicable policy requirements + href: api/accesspackage-getapplicablepolicyrequirements.md + - name: List incompatible access packages + href: api/accesspackage-list-incompatibleaccesspackages.md + - name: Add incompatible access package + href: api/accesspackage-post-incompatibleaccesspackage.md + - name: Remove incompatible access package + href: api/accesspackage-delete-incompatibleaccesspackage.md + - name: List incompatible groups + href: api/accesspackage-list-incompatiblegroups.md + - name: Add incompatible group + href: api/accesspackage-post-incompatiblegroup.md + - name: Remove incompatible group + href: api/accesspackage-delete-incompatiblegroup.md + - name: List access packages incompatible with + href: api/accesspackage-list-accesspackagesincompatiblewith.md + - name: Move to catalog + href: api/accesspackage-movetocatalog.md + - name: Access package assignment + href: resources/accesspackageassignment.md + items: + - name: List + href: api/entitlementmanagement-list-accesspackageassignments.md + - name: Additional access + href: api/accesspackageassignment-additionalaccess.md + - name: Filter by current user + href: api/accesspackageassignment-filterbycurrentuser.md + - name: Reprocess + href: api/accesspackageassignment-reprocess.md + - name: Access package assignment approval + items: + - name: Approval + href: resources/approval.md + - name: Get + href: api/approval-get.md + - name: Approval step + items: + - name: Approval + href: resources/approvalstep.md + - name: List + href: api/approval-list-steps.md + - name: Get + href: api/approvalstep-get.md + - name: Update + href: api/approvalstep-update.md + - name: Access package assignment policy + href: resources/accesspackageassignmentpolicy.md + items: + - name: List + href: api/entitlementmanagement-list-accesspackageassignmentpolicies.md + - name: Create + href: api/entitlementmanagement-post-accesspackageassignmentpolicies.md + - name: Get + href: api/accesspackageassignmentpolicy-get.md + - name: Update + href: api/accesspackageassignmentpolicy-update.md + - name: Delete + href: api/accesspackageassignmentpolicy-delete.md + - name: Access package assignment request + href: resources/accesspackageassignmentrequest.md + items: + - name: List + href: api/entitlementmanagement-list-accesspackageassignmentrequests.md + - name: Create + href: api/entitlementmanagement-post-accesspackageassignmentrequests.md + - name: Get + href: api/accesspackageassignmentrequest-get.md + - name: Delete + href: api/accesspackageassignmentrequest-delete.md + - name: Filter by current user + href: api/accesspackageassignmentrequest-filterbycurrentuser.md + - name: Cancel + href: api/accesspackageassignmentrequest-cancel.md + - name: Reprocess + href: api/accesspackageassignmentrequest-reprocess.md + - name: Resume + href: api/accesspackageassignmentrequest-resume.md + - name: Access package assignment resource role + href: resources/accesspackageassignmentresourcerole.md + items: + - name: List + href: api/entitlementmanagement-list-accesspackageassignmentresourceroles.md + - name: Get + href: api/accesspackageassignmentresourcerole-get.md + - name: Access package catalog + href: resources/accesspackagecatalog.md + items: + - name: List + href: api/entitlementmanagement-list-accesspackagecatalogs.md + - name: Create + href: api/entitlementmanagement-post-accesspackagecatalogs.md + - name: Get + href: api/accesspackagecatalog-get.md + - name: Update + href: api/accesspackagecatalog-update.md + - name: Delete + href: api/accesspackagecatalog-delete.md + - name: List resources + href: api/accesspackagecatalog-list-accesspackageresources.md + - name: List resource roles + href: api/accesspackagecatalog-list-accesspackageresourceroles.md + - name: Access package custom workflow extension + items: + - name: Assignment request workflow extension + href: resources/accesspackageassignmentrequestworkflowextension.md + items: + - name: List + href: api/accesspackagecatalog-list-accesspackagecustomworkflowextensions.md + - name: Create + href: api/accesspackagecatalog-post-accesspackagecustomworkflowextensions.md + - name: Get + href: api/accesspackageassignmentrequestworkflowextension-get.md + - name: Update + href: api/accesspackageassignmentrequestworkflowextension-update.md + - name: Delete + href: api/accesspackageassignmentrequestworkflowextension-delete.md + - name: Assignment workflow extension + href: resources/accesspackageassignmentworkflowextension.md + items: + - name: List + href: api/accesspackagecatalog-list-accesspackagecustomworkflowextensions.md + - name: Create + href: api/accesspackagecatalog-post-accesspackagecustomworkflowextensions.md + - name: Get + href: api/accesspackageassignmentworkflowextension-get.md + - name: Update + href: api/accesspackageassignmentworkflowextension-update.md + - name: Delete + href: api/accesspackageassignmentworkflowextension-delete.md + - name: Access package resource request + href: resources/accesspackageresourcerequest.md + items: + - name: List + href: api/entitlementmanagement-list-accesspackageresourcerequests.md + - name: Create + href: api/entitlementmanagement-post-accesspackageresourcerequests.md + - name: Access package resource environment + href: resources/accesspackageresourceenvironment.md + items: + - name: List + href: api/entitlementmanagement-list-accesspackageresourceenvironment.md + - name: Get + href: api/accesspackageresourceenvironment-get.md + - name: Access package resource + href: resources/accesspackageresource.md + items: + - name: List + href: api/accesspackagecatalog-list-accesspackageresources.md + - name: Access package resource role + href: resources/accesspackageresourcerole.md + items: + - name: List + href: api/accesspackagecatalog-list-accesspackageresourceroles.md + - name: Access package resource role scope + href: resources/accesspackageresourcerolescope.md + items: + - name: List + href: api/accesspackage-list-accesspackageresourcerolescopes.md + - name: Create + href: api/accesspackage-post-accesspackageresourcerolescopes.md + - name: Delete + href: api/accesspackage-delete-accesspackageresourcerolescopes.md + - name: Access package subject + href: resources/accesspackagesubject.md + items: + - name: Get + href: api/accesspackagesubject-get.md + - name: Update + href: api/accesspackagesubject-update.md + - name: Connected organization + href: resources/connectedorganization.md + items: + - name: List + href: api/entitlementmanagement-list-connectedorganizations.md + - name: Create + href: api/entitlementmanagement-post-connectedorganizations.md + - name: Get + href: api/connectedorganization-get.md + - name: Update + href: api/connectedorganization-update.md + - name: Delete + href: api/connectedorganization-delete.md + - name: List external sponsors + href: api/connectedorganization-list-externalsponsors.md + - name: List internal sponsors + href: api/connectedorganization-list-internalsponsors.md + - name: Add external sponsors + href: api/connectedorganization-post-externalsponsors.md + - name: Add internal sponsors + href: api/connectedorganization-post-internalsponsors.md + - name: Remove external sponsors + href: api/connectedorganization-delete-externalsponsors.md + - name: Remove internal sponsors + href: api/connectedorganization-delete-internalsponsors.md + - name: Custom access package workflow extension (deprecated) + href: resources/customAccessPackageWorkflowExtension.md + items: + - name: List + href: api/accesspackagecatalog-list-customaccesspackageworkflowextensions.md + - name: Create + href: api/accesspackagecatalog-post-customaccesspackageworkflowextensions.md + - name: Get + href: api/customaccesspackageworkflowextension-get.md + - name: Update + href: api/customaccesspackageworkflowextension-update.md + - name: Delete + href: api/customaccesspackageworkflowextension-delete.md + - name: Entitlement management settings + href: resources/entitlementmanagementsettings.md + items: + - name: Get + href: api/entitlementmanagementsettings-get.md + - name: Update + href: api/entitlementmanagementsettings-update.md + - name: Lifecycle workflows + items: + - name: Overview + href: resources/identitygovernance-lifecycleworkflows-overview.md + displayName: LCW, Identity Governance, Joiner, Mover, Leaver + - name: Workflow + items: + - name: Workflow + href: resources/identitygovernance-workflow.md + - name: List + href: api/identitygovernance-lifecycleworkflowscontainer-list-workflows.md + - name: Create + href: api/identitygovernance-lifecycleworkflowscontainer-post-workflows.md + - name: Get + href: api/identitygovernance-workflow-get.md + - name: Update + href: api/identitygovernance-workflow-update.md + - name: Delete + href: api/identitygovernance-workflow-delete.md + - name: List users in scope + href: api/workflow-list-executionscope.md + - name: List deleted workflows + href: api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems.md + - name: Get a deleted workflow + href: api/identitygovernance-deleteditemcontainer-get.md + - name: Permanently delete a workflow + href: api/identitygovernance-deletedItemcontainer-delete.md + - name: Restore + href: api/identitygovernance-workflow-restore.md + - name: Activate (run on-demand) + href: api/identitygovernance-workflow-activate.md + - name: Workflow version + items: + - name: Workflow version + href: resources/identitygovernance-workflowversion.md + - name: List + href: api/identitygovernance-workflow-list-versions.md + - name: Get + href: api/identitygovernance-workflowversion-get.md + - name: Create + href: api/identitygovernance-workflow-createnewversion.md + - name: List tasks for a workflow version + href: api/identitygovernance-workflowversion-list-tasks.md + - name: Get task for a workflow version + href: api/identitygovernance-task-get.md + - name: Workflow task + items: + - name: Workflow task + href: resources/identitygovernance-task.md + - name: List tasks + href: api/identitygovernance-workflow-list-task.md + - name: Get task + href: api/identitygovernance-task-get.md + - name: Update task + href: api/identitygovernance-task-update.md + - name: Reports + items: + - name: Overview + displayName: Lifecycle Workflows reporting + href: resources/identitygovernance-lifecycleworkflows-reporting-overview.md + - name: User processing results + href: resources/identitygovernance-userprocessingresult.md + items: + - name: List user processing results + href: api/identitygovernance-workflow-list-userprocessingresults.md + - name: Get user processing result + href: api/identitygovernance-userprocessingresult-get.md + - name: Get summary + href: api/identitygovernance-userprocessingresult-summary.md + - name: List task processing results + href: api/identitygovernance-userprocessingresult-list-taskprocessingresults.md + - name: Task report + href: resources/identitygovernance-taskreport.md + items: + - name: List task reports + href: api/identitygovernance-workflow-list-taskreports.md + - name: Get summary + href: api/identitygovernance-taskreport-summary.md + - name: List task processing results + href: api/identitygovernance-taskreport-list-taskprocessingresults.md + - name: Workflow run + items: + - name: Run + href: resources/identitygovernance-run.md + - name: List runs + href: api/identitygovernance-workflow-list-runs.md + - name: Get runs + href: api/identitygovernance-run-get.md + - name: Get summary + href: api/identitygovernance-run-summary.md + - name: List task processing results + href: api/identitygovernance-run-list-taskprocessingresults.md + - name: List user processing results + href: api/identitygovernance-run-list-userprocessingresults.md + - name: Task processing result + items: + - name: Task processing result + href: resources/identitygovernance-taskprocessingresult.md + - name: Resume + href: api/identitygovernance-taskprocessingresult-resume.md + - name: Workflow template + items: + - name: Workflow template + href: resources/identitygovernance-workflowtemplate.md + - name: List + href: api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates.md + - name: Get + href: api/identitygovernance-workflowtemplate-get.md + - name: Task definition + items: + - name: Task definition + href: resources/identitygovernance-taskdefinition.md + - name: List + href: api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions.md + - name: Get + href: api/identitygovernance-taskdefinition-get.md + - name: Custom task extension + items: + - name: Custom task extension + href: resources/identitygovernance-customtaskextension.md + - name: List + href: api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions.md + - name: Get + href: api/identitygovernance-customtaskextension-get.md + - name: Create + href: api/identitygovernance-lifecycleworkflowscontainer-post-customtaskextensions.md + - name: Update + href: api/identitygovernance-customtaskextension-update.md + - name: Delete + href: api/identitygovernance-customtaskextension-delete.md + - name: Settings + items: + - name: Lifecycle management settings + href: resources/identitygovernance-lifecyclemanagementsettings.md + - name: Get + href: api/identitygovernance-lifecyclemanagementsettings-get.md + - name: Update + href: api/identitygovernance-lifecyclemanagementsettings-update.md + - name: Privileged Identity Management iteration 3 + items: + - name: PIM for Microsoft Entra roles + href: resources/privilegedidentitymanagementv3-overview.md + displayName: Privileged Identity Management, PIM, Identity Governance + items: + - name: Assignment schedule requests + href: resources/unifiedroleassignmentschedulerequest.md + items: + - name: List + href: api/rbacapplication-list-roleassignmentschedulerequests.md + - name: Create + href: api/rbacapplication-post-roleassignmentschedulerequests.md + - name: Get + href: api/unifiedroleassignmentschedulerequest-get.md + - name: Cancel + href: api/unifiedroleassignmentschedulerequest-cancel.md + - name: Filter by current user + href: api/unifiedroleassignmentschedulerequest-filterbycurrentuser.md + - name: Assignment schedules + href: resources/unifiedroleassignmentschedule.md + items: + - name: List + href: api/rbacapplication-list-roleassignmentschedules.md + - name: Get + href: api/unifiedroleassignmentschedule-get.md + - name: Filter by current user + href: api/unifiedroleassignmentschedule-filterbycurrentuser.md + - name: Assignment schedule instances + href: resources/unifiedroleassignmentscheduleinstance.md + items: + - name: List + href: api/rbacapplication-list-roleassignmentscheduleinstances.md + - name: Get + href: api/unifiedroleassignmentscheduleinstance-get.md + - name: Filter by current user + href: api/unifiedroleassignmentscheduleinstance-filterbycurrentuser.md + - name: Eligibility schedule requests + href: resources/unifiedroleeligibilityschedulerequest.md + items: + - name: List + href: api/rbacapplication-list-roleeligibilityschedulerequests.md + - name: Create + href: api/rbacapplication-post-roleeligibilityschedulerequests.md + - name: Get + href: api/unifiedroleeligibilityschedulerequest-get.md + - name: Cancel + href: api/unifiedroleeligibilityschedulerequest-cancel.md + - name: Filter by current user + href: api/unifiedroleeligibilityschedulerequest-filterbycurrentuser.md + - name: Eligibility schedules + href: resources/unifiedroleeligibilityschedule.md + items: + - name: List + href: api/rbacapplication-list-roleeligibilityschedules.md + - name: Get + href: api/unifiedroleeligibilityschedule-get.md + - name: Filter by current user + href: api/unifiedroleeligibilityschedule-filterbycurrentuser.md + - name: Eligibility schedule instances + href: resources/unifiedroleeligibilityscheduleinstance.md + items: + - name: List + href: api/rbacapplication-list-roleeligibilityscheduleinstances.md + - name: Get + href: api/unifiedroleeligibilityscheduleinstance-get.md + - name: Filter by current user + href: api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser.md + - name: Assignment approval + href: resources/approval.md + items: + - name: Get + href: api/approval-get.md + - name: Approval step + items: + - name: Approval step + href: resources/approvalstep.md + - name: List + href: api/approval-list-steps.md + - name: Get + href: api/approvalstep-get.md + - name: Update + href: api/approvalstep-update.md + - name: Policies and rules + items: + - name: Policy + href: resources/unifiedrolemanagementpolicy.md + - name: List + href: api/policyroot-list-rolemanagementpolicies.md + - name: Get + href: api/unifiedrolemanagementpolicy-get.md + - name: Update + href: api/unifiedrolemanagementpolicy-update.md + - name: Rules + href: resources/unifiedrolemanagementpolicyrule.md + items: + - name: List rules + href: api/unifiedrolemanagementpolicy-list-rules.md + - name: Get rule + href: api/unifiedrolemanagementpolicyrule-get.md + - name: Update rule + href: api/unifiedrolemanagementpolicyrule-update.md + - name: Role management policy assignments + href: resources/unifiedrolemanagementpolicyassignment.md + items: + - name: List + href: api/policyroot-list-rolemanagementpolicyassignments.md + - name: Get + href: api/unifiedrolemanagementpolicyassignment-get.md + - name: Role management alerts + items: + - name: Alerts + href: resources/unifiedrolemanagementalert.md + items: + - name: List + href: api/rolemanagementalert-list-alerts.md + - name: Get + href: api/unifiedrolemanagementalert-get.md + - name: Update + href: api/unifiedrolemanagementalert-update.md + - name: Refresh + href: api/unifiedrolemanagementalert-refresh.md + - name: Alert definitions + href: resources/unifiedrolemanagementalertdefinition.md + items: + - name: List + href: api/rolemanagementalert-list-alertdefinitions.md + - name: Get + href: api/unifiedrolemanagementalertdefinition-get.md + - name: Alert configurations + href: resources/unifiedrolemanagementalertconfiguration.md + items: + - name: Invalid license + href: resources/invalidlicensealertconfiguration.md + - name: No MFA on role activation + href: resources/nomfaonroleactivationalertconfiguration.md + - name: Redundant role assignment + href: resources/redundantassignmentalertconfiguration.md + - name: Role assigned outside PIM + href: resources/rolesassignedoutsideprivilegedidentitymanagementalertconfiguration.md + - name: Frequent role activation + href: resources/sequentialactivationrenewalsalertconfiguration.md + - name: Stale account in privileged role + href: resources/stalesigninalertconfiguration.md + - name: Too many global administrators + href: resources/toomanyglobaladminsassignedtotenantalertconfiguration.md + - name: List + href: api/rolemanagementalert-list-alertconfigurations.md + - name: Get + href: api/unifiedrolemanagementalertconfiguration-get.md + - name: Update + href: api/unifiedrolemanagementalertconfiguration-update.md + - name: Alert incidents + href: resources/unifiedrolemanagementalertincident.md + items: + - name: List + href: api/unifiedrolemanagementalert-list-alertincidents.md + - name: Get + href: api/unifiedrolemanagementalertincident-get.md + - name: Remediate + href: api/unifiedrolemanagementalertincident-remediate.md + - name: Long running operations + href: resources/longrunningoperation.md + items: + - name: Get + href: api/longrunningoperation-get.md + - name: PIM for Groups + href: resources/privilegedidentitymanagement-for-groups-api-overview.md + items: + - name: Assignment schedule requests + href: resources/privilegedaccessgroupassignmentschedulerequest.md + items: + - name: List + href: api/privilegedaccessgroup-list-assignmentschedulerequests.md + - name: Create + href: api/privilegedaccessgroup-post-assignmentschedulerequests.md + - name: Get + href: api/privilegedaccessgroupassignmentschedulerequest-get.md + - name: Cancel + href: api/privilegedaccessgroupassignmentschedulerequest-cancel.md + - name: Filter by current user + href: api/privilegedaccessgroupassignmentschedulerequest-filterbycurrentuser.md + - name: Assignment schedules + href: resources/privilegedaccessgroupassignmentschedule.md + items: + - name: List + href: api/privilegedaccessgroup-list-assignmentschedules.md + - name: Get + href: api/privilegedaccessgroupassignmentschedule-get.md + - name: Filter by current user + href: api/privilegedaccessgroupassignmentschedule-filterbycurrentuser.md + - name: Assignment schedule instances + href: resources/privilegedaccessgroupassignmentscheduleinstance.md + items: + - name: List + href: api/privilegedaccessgroup-list-assignmentscheduleinstances.md + - name: Get + href: api/privilegedaccessgroupassignmentscheduleinstance-get.md + - name: Filter by current user + href: api/privilegedaccessgroupassignmentscheduleinstance-filterbycurrentuser.md + - name: Eligibility schedule requests + href: resources/privilegedaccessgroupeligibilityschedulerequest.md + items: + - name: List + href: api/privilegedaccessgroup-list-eligibilityschedulerequests.md + - name: Create + href: api/privilegedaccessgroup-post-eligibilityschedulerequests.md + - name: Get + href: api/privilegedaccessgroupeligibilityschedulerequest-get.md + - name: Cancel + href: api/privilegedaccessgroupeligibilityschedulerequest-cancel.md + - name: Filter by current user + href: api/privilegedaccessgroupeligibilityschedulerequest-filterbycurrentuser.md + - name: Eligibility schedules + href: resources/privilegedaccessgroupeligibilityschedule.md + items: + - name: List + href: api/privilegedaccessgroup-list-eligibilityschedules.md + - name: Get + href: api/privilegedaccessgroupeligibilityschedule-get.md + - name: Filter by current user + href: api/privilegedaccessgroupeligibilityschedule-filterbycurrentuser.md + - name: Eligibility schedule instances + href: resources/privilegedaccessgroupeligibilityscheduleinstance.md + items: + - name: List + href: api/privilegedaccessgroup-list-eligibilityscheduleinstances.md + - name: Get + href: api/privilegedaccessgroupeligibilityscheduleinstance-get.md + - name: Filter by current user + href: api/privilegedaccessgroupeligibilityscheduleinstance-filterbycurrentuser.md + - name: Assignment approval + href: resources/approval.md + items: + - name: Get + href: api/approval-get.md + - name: Filter by current user + href: api/approval-filterbycurrentuser.md + - name: Approval step + items: + - name: Approval step + href: resources/approvalstep.md + - name: List + href: api/approval-list-steps.md + - name: Get + href: api/approvalstep-get.md + - name: Update + href: api/approvalstep-update.md + - name: Policies and rules + items: + - name: Policy + href: resources/unifiedrolemanagementpolicy.md + - name: List + href: api/policyroot-list-rolemanagementpolicies.md + - name: Get + href: api/unifiedrolemanagementpolicy-get.md + - name: Update + href: api/unifiedrolemanagementpolicy-update.md + - name: Rules + href: resources/unifiedrolemanagementpolicyrule.md + items: + - name: List rules + href: api/unifiedrolemanagementpolicy-list-rules.md + - name: Get rule + href: api/unifiedrolemanagementpolicyrule-get.md + - name: Update rule + href: api/unifiedrolemanagementpolicyrule-update.md + - name: Policy assignments + href: resources/unifiedrolemanagementpolicyassignment.md + items: + - name: List + href: api/policyroot-list-rolemanagementpolicyassignments.md + - name: Get + href: api/unifiedrolemanagementpolicyassignment-get.md + - name: Privileged Identity Management iteration 2 + href: resources/privilegedidentitymanagement-root.md + items: + - name: PIM for Azure resources + href: resources/privilegedidentitymanagement-resources.md + items: + - name: Managed resources + href: resources/governanceresource.md + items: + - name: List + href: api/governanceresource-list.md + - name: Get + href: api/governanceresource-get.md + - name: Register + href: api/governanceresource-register.md + - name: Role definitions + href: resources/governanceroledefinition.md + items: + - name: List + href: api/governanceroledefinition-list.md + - name: Get + href: api/governanceroledefinition-get.md + - name: Role settings + href: resources/governancerolesetting.md + items: + - name: List + href: api/governancerolesetting-list.md + - name: Get + href: api/governancerolesetting-get.md + - name: Update + href: api/governancerolesetting-update.md + - name: Role assignments + href: resources/governanceroleassignment.md + items: + - name: List + href: api/governanceroleassignment-list.md + - name: Get + href: api/governanceroleassignment-get.md + - name: Export + href: api/governanceroleassignment-export.md + - name: Role assignment requests + href: resources/governanceroleassignmentrequest.md + items: + - name: List + href: api/governanceroleassignmentrequest-list.md + - name: Create + href: api/governanceroleassignmentrequest-post.md + - name: Get + href: api/governanceroleassignmentrequest-get.md + - name: Update + href: api/governanceroleassignmentrequest-update.md + - name: Cancel + href: api/governanceroleassignmentrequest-cancel.md + - name: Terms of use + items: + - name: Agreement + href: resources/agreement.md + - name: List + href: api/termsofusecontainer-list-agreements.md + - name: Create + href: api/termsofusecontainer-post-agreements.md + - name: Get + href: api/agreement-get.md + - name: Update + href: api/agreement-update.md + - name: Delete + href: api/agreement-delete.md + - name: Agreement acceptances + href: resources/agreementacceptance.md + items: + - name: List agreement acceptances for a user + href: api/user-list-agreementacceptances.md + - name: List acceptances + href: api/agreement-list-acceptances.md + - name: Agreement file + items: + - name: Default agreement file + href: resources/agreementfile.md + - name: Localized agreement file + href: resources/agreementfilelocalization.md + - name: Get default file + href: api/agreementfile-get.md + - name: Create localized files + href: api/agreement-post-files.md + - name: List files + href: api/agreement-list-files.md + - name: List localized files + href: api/agreementfile-list-localizations.md + - name: Identity and sign-in + items: + - name: Authentication event listeners (preview) + href: resources/authenticationeventlistener.md + items: + - name: On attribute collection + href: resources/onattributecollectionlistener.md + - name: On attribute collection start + href: resources/onattributecollectionstartlistener.md + - name: On attribute collection submit + href: resources/onattributecollectionsubmitlistener.md + - name: On authentication method load start + href: resources/onauthenticationmethodloadstartlistener.md + - name: On interactive authentication flow start + href: resources/oninteractiveauthflowstartlistener.md + - name: On token issuance start + href: resources/ontokenissuancestartlistener.md + - name: On user create start + href: resources/onusercreatestartlistener.md + - name: List + href: api/identitycontainer-list-authenticationeventlisteners.md + - name: Create + href: api/identitycontainer-post-authenticationeventlisteners.md + - name: Get + href: api/authenticationeventlistener-get.md + - name: Update + href: api/authenticationeventlistener-update.md + - name: Delete + href: api/authenticationeventlistener-delete.md + - name: Authentication methods + items: + - name: Overview + href: resources/authenticationmethods-overview.md + - name: Authentication methods + href: resources/authenticationmethod.md + items: + - name: List + href: api/authentication-list-methods.md + - name: Authentication sign-in preferences + href: resources/authentication.md + items: + - name: Get + href: api/authentication-get.md + - name: Update + href: api/authentication-update.md + - name: Email + href: resources/emailauthenticationmethod.md + items: + - name: List + href: api/authentication-list-emailmethods.md + - name: Get + href: api/emailauthenticationmethod-get.md + - name: Update + href: api/emailauthenticationmethod-update.md + - name: Delete + href: api/emailauthenticationmethod-delete.md + - name: Add + href: api/authentication-post-emailmethods.md + - name: FIDO2 security keys + href: resources/fido2authenticationmethod.md + items: + - name: List + href: api/fido2authenticationmethod-list.md + - name: Get + href: api/fido2authenticationmethod-get.md + - name: Delete + href: api/fido2authenticationmethod-delete.md + - name: Microsoft Authenticator + href: resources/microsoftauthenticatorauthenticationmethod.md + items: + - name: List + href: api/microsoftauthenticatorauthenticationmethod-list.md + - name: Get + href: api/microsoftauthenticatorauthenticationmethod-get.md + - name: Delete + href: api/microsoftauthenticatorauthenticationmethod-delete.md + - name: Password + href: resources/passwordauthenticationmethod.md + items: + - name: List + href: api/authentication-list-passwordmethods.md + - name: Get + href: api/passwordauthenticationmethod-get.md + - name: Reset + href: api/authenticationmethod-resetpassword.md + - name: Get operation status + href: api/authenticationoperation-get.md + - name: Phone + href: resources/phoneauthenticationmethod.md + items: + - name: List + href: api/authentication-list-phonemethods.md + - name: Get + href: api/phoneauthenticationmethod-get.md + - name: Update + href: api/phoneauthenticationmethod-update.md + - name: Delete + href: api/phoneauthenticationmethod-delete.md + - name: Add + href: api/authentication-post-phonemethods.md + - name: Enable SMS sign-in + href: api/phoneauthenticationmethod-enablesmssignin.md + - name: Disable SMS sign-in + href: api/phoneauthenticationmethod-disablesmssignin.md + - name: Software OATH token + href: resources/softwareOathAuthenticationMethod.md + items: + - name: List + href: api/authentication-list-softwareoathmethods.md + - name: Get + href: api/softwareOathAuthenticationMethod-get.md + - name: Delete + href: api/softwareOathAuthenticationMethod-delete.md + - name: Temporary Access Pass + displayName: TAP + href: resources/temporaryaccesspassauthenticationmethod.md + items: + - name: List + href: api/authentication-list-temporaryaccesspassmethods.md + - name: Create + href: api/authentication-post-temporaryaccesspassmethods.md + - name: Get + href: api/temporaryaccesspassauthenticationmethod-get.md + - name: Delete + href: api/temporaryaccesspassauthenticationmethod-delete.md + - name: Windows Hello for Business + href: resources/windowshelloforbusinessauthenticationmethod.md + items: + - name: List + href: api/windowshelloforbusinessauthenticationmethod-list.md + - name: Get + href: api/windowshelloforbusinessauthenticationmethod-get.md + - name: Delete + href: api/windowshelloforbusinessauthenticationmethod-delete.md + - name: Microsoft Authenticator Passwordless Phone Sign-In (deprecated) + href: resources/passwordlessmicrosoftauthenticatorauthenticationmethod.md + items: + - name: List + href: api/passwordlessmicrosoftauthenticatorauthenticationmethod-list.md + - name: Get + href: api/passwordlessmicrosoftauthenticatorauthenticationmethod-get.md + - name: Delete + href: api/passwordlessmicrosoftauthenticatorauthenticationmethod-delete.md + - name: Platform Credential + href: resources/platformcredentialauthenticationmethod.md + items: + - name: List + href: api/platformcredentialauthenticationmethod-list.md + - name: Get + href: api/platformcredentialauthenticationmethod-get.md + - name: Delete + href: api/platformcredentialauthenticationmethod-delete.md + - name: Authentication strengths + items: + - name: Overview + href: resources/authenticationstrengths-overview.md + - name: Authentication strengths policy + href: resources/authenticationstrengthpolicy.md + items: + - name: List + href: api/authenticationstrengthroot-list-policies.md + - name: Create + href: api/authenticationstrengthroot-post-policies.md + - name: Get + href: api/authenticationstrengthpolicy-get.md + - name: Update + href: api/authenticationstrengthpolicy-update.md + - name: Delete + href: api/authenticationstrengthroot-delete-policies.md + - name: Find by method mode (deprecated) + href: api/authenticationstrengthpolicy-findbymethodmode.md + - name: List usage + href: api/authenticationstrengthpolicy-usage.md + - name: Authentication combination configurations + items: + - name: Authentication combination configuration + href: resources/authenticationcombinationconfiguration.md + - name: FIDO2 combination configuration + href: resources/fido2combinationconfiguration.md + - name: Create + href: api/authenticationstrengthpolicy-post-combinationconfigurations.md + - name: List + href: api/authenticationstrengthpolicy-list-combinationconfigurations.md + - name: Get + href: api/authenticationcombinationconfiguration-get.md + - name: Update + href: api/authenticationcombinationconfiguration-update.md + - name: Delete + href: api/authenticationstrengthpolicy-delete-combinationconfigurations.md + - name: Update allowed combinations + href: api/authenticationstrengthpolicy-updateallowedcombinations.md + - name: Authentication method modes + href: resources/authenticationmethodmodedetail.md + items: + - name: List authentication combinations and method modes + href: api/authenticationstrengthroot-list-authenticationmethodmodes.md + - name: Get authentication method modes + href: api/authenticationmethodmodedetail-get.md + - name: Certificate-based authentication configuration + displayName: CBA + href: resources/certificatebasedauthconfiguration.md + items: + - name: List + href: api/certificatebasedauthconfiguration-list.md + - name: Get + href: api/certificatebasedauthconfiguration-get.md + - name: Create + href: api/certificatebasedauthconfiguration-post-certificatebasedauthconfiguration.md + - name: Delete + href: api/certificatebasedauthconfiguration-delete.md + - name: Conditional Access + items: + - name: Conditional Access + href: resources/conditionalaccessroot.md + - name: Policies + items: + - name: Conditional Access policy + href: resources/conditionalaccesspolicy.md + - name: List + href: api/conditionalaccessroot-list-policies.md + - name: Create + href: api/conditionalaccessroot-post-policies.md + - name: Get + href: api/conditionalaccesspolicy-get.md + - name: Update + href: api/conditionalaccesspolicy-update.md + - name: Delete + href: api/conditionalaccesspolicy-delete.md + - name: Named locations + items: + - name: Named location + items: + - name: Named location + href: resources/namedlocation.md + - name: List + href: api/conditionalaccessroot-list-namedlocations.md + - name: Get + href: api/namedlocation-get.md + - name: Delete + href: api/namedlocation-delete.md + - name: Country named location + items: + - name: Country named location + href: resources/countrynamedlocation.md + - name: List + href: api/conditionalaccessroot-list-namedlocations.md + - name: Create + href: api/conditionalaccessroot-post-namedlocations.md + - name: Get + href: api/countrynamedlocation-get.md + - name: Update + href: api/countrynamedlocation-update.md + - name: Delete + href: api/countrynamedlocation-delete.md + - name: IP named location + items: + - name: IP named location + href: resources/ipnamedlocation.md + - name: List + href: api/conditionalaccessroot-list-namedlocations.md + - name: Create + href: api/conditionalaccessroot-post-namedlocations.md + - name: Get + href: api/ipnamedlocation-get.md + - name: Update + href: api/ipnamedlocation-update.md + - name: Delete + href: api/ipnamedlocation-delete.md + - name: Authentication context + items: + - name: Authentication context class reference + href: resources/authenticationcontextclassreference.md + - name: List + href: api/conditionalaccessroot-list-authenticationcontextclassreferences.md + - name: Create + href: api/conditionalaccessroot-post-authenticationcontextclassreferences.md + - name: Get + href: api/authenticationcontextclassreference-get.md + - name: Update + href: api/authenticationcontextclassreference-update.md + - name: Delete + href: api/authenticationcontextclassreference-delete.md + - name: Templates + items: + - name: Conditional access template + href: resources/conditionalAccessTemplate.md + - name: List + href: api/conditionalaccessroot-list-templates.md + - name: Get + href: api/conditionalaccesstemplate-get.md + - name: Cross-tenant access + items: + - name: Overview + displayName: Cross-tenant access settings, XTAP + href: resources/crosstenantaccesspolicy-overview.md + - name: Policy + items: + - name: Cross-tenant access policy + href: resources/crosstenantaccesspolicy.md + - name: Get + href: api/crosstenantaccesspolicy-get.md + - name: Update + href: api/crosstenantaccesspolicy-update.md + - name: Default settings + items: + - name: Cross-tenant access default settings + href: resources/crosstenantaccesspolicyconfigurationdefault.md + - name: Get + href: api/crosstenantaccesspolicyconfigurationdefault-get.md + - name: Update + href: api/crosstenantaccesspolicyconfigurationdefault-update.md + - name: Reset to system default + href: api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault.md + - name: Partner settings + items: + - name: Cross-tenant access partner settings + href: resources/crosstenantaccesspolicyconfigurationpartner.md + - name: List + href: api/crosstenantaccesspolicy-list-partners.md + - name: Create + href: api/crosstenantaccesspolicy-post-partners.md + - name: Get + href: api/crosstenantaccesspolicyconfigurationpartner-get.md + - name: Update + href: api/crosstenantaccesspolicyconfigurationpartner-update.md + - name: Delete + href: api/crosstenantaccesspolicyconfigurationpartner-delete.md + - name: Partner user sync settings + items: + - name: Cross-tenant access partner user sync settings + href: resources/crosstenantidentitysyncpolicypartner.md + - name: Create + href: api/crosstenantaccesspolicyconfigurationpartner-put-identitysynchronization.md + - name: Get + href: api/crosstenantidentitysyncpolicypartner-get.md + - name: Update + href: api/crosstenantidentitysyncpolicypartner-update.md + - name: Delete + href: api/crosstenantidentitysyncpolicypartner-delete.md + - name: Cross-tenant shared user profiles + items: + - name: Inbound shared user profiles + href: resources/inboundshareduserprofile.md + items: + - name: Get + href: api/inboundshareduserprofile-get.md + - name: List + href: api/directory-list-inboundshareduserprofiles.md + - name: Export personal data + href: api/inboundshareduserprofile-exportpersonaldata.md + - name: Remove personal data + href: api/inboundshareduserprofile-removepersonaldata.md + - name: Outbound shared user profiles + href: resources/outboundshareduserprofile.md + items: + - name: Get + href: api/outboundshareduserprofile-get.md + - name: List + href: api/directory-list-outboundshareduserprofiles.md + - name: List tenant references + href: api/outboundshareduserprofile-list-tenants.md + - name: Remove personal data + href: api/tenantreference-removepersonaldata.md + - name: Custom authentication extensions (preview) + href: resources/customauthenticationextension.md + items: + - name: On attribute collection start + href: resources/onattributecollectionstartcustomextension.md + - name: On attribute collection submit + href: resources/onattributecollectionsubmitcustomextension.md + - name: On token issuance start + href: resources/ontokenissuancestartcustomextension.md + - name: List custom authentication extensions + href: api/identitycontainer-list-customauthenticationextensions.md + - name: Create custom authentication extension + href: api/identitycontainer-post-customauthenticationextensions.md + - name: Get custom authentication extension + href: api/customauthenticationextension-get.md + - name: Update custom authentication extension + href: api/customauthenticationextension-update.md + - name: Delete custom authentication extension + href: api/customauthenticationextension-delete.md + - name: Get on attribute collection start + href: api/onattributecollectionstartcustomextension-get.md + - name: Update on attribute collection start + href: api/onattributecollectionstartcustomextension-update.md + - name: Get on attribute collection submit + href: api/onattributecollectionsubmitcustomextension-get.md + - name: Update on attribute collection submit + href: api/onattributecollectionsubmitcustomextension-update.md + - name: Data policy operation + href: resources/datapolicyoperation.md + items: + - name: Get + href: api/datapolicyoperation-get.md + - name: Export personal data + href: api/user-exportpersonaldata.md + - name: Delegated permission grant + href: resources/oauth2permissiongrant.md + items: + - name: List + href: api/oauth2permissiongrant-list.md + - name: Get + href: api/oauth2permissiongrant-get.md + - name: Create + href: api/oauth2permissiongrant-post.md + - name: Update + href: api/oauth2permissiongrant-update.md + - name: Delete + href: api/oauth2permissiongrant-delete.md + - name: Get delta + href: api/oauth2permissiongrant-delta.md + - name: External identities policy (preview) + href: resources/externalidentitiespolicy.md + items: + - name: Get + href: api/externalidentitiespolicy-get.md + - name: Update + href: api/externalidentitiespolicy-update.md + - name: Identity protection + href: resources/identityprotection-overview.md + items: + - name: Risk detection + items: + - name: Risk detection + href: resources/riskdetection.md + - name: List risk detections + href: api/riskdetection-list.md + - name: Get risk detection + href: api/riskdetection-get.md + - name: Risky user + items: + - name: Risky user + href: resources/riskyuser.md + - name: List risky users + href: api/riskyusers-list.md + - name: Get risky user + href: api/riskyusers-get.md + - name: List history + href: api/riskyuser-list-history.md + - name: Confirm compromised + href: api/riskyusers-confirmcompromised.md + - name: Dismiss + href: api/riskyusers-dismiss.md + - name: Service principal risk detection + items: + - name: Risk detection + href: resources/serviceprincipalriskdetection.md + - name: List + href: api/identityprotectionroot-list-serviceprincipalriskdetections.md + - name: Get + href: api/serviceprincipalriskdetection-get.md + - name: Risky service principal + items: + - name: Risky service principal + href: resources/riskyserviceprincipal.md + - name: List risky service principals + href: api/identityprotectionroot-list-riskyserviceprincipals.md + - name: Get risky service principal + href: api/riskyserviceprincipal-get.md + - name: List history + href: api/riskyserviceprincipal-list-history.md + - name: Confirm compromised + href: api/riskyserviceprincipal-confirmcompromised.md + - name: Dismiss + href: api/riskyserviceprincipal-dismiss.md + - name: Identity provider + items: + - name: Identity provider base + href: resources/identityproviderbase.md + - name: External identities + items: + - name: Built-in identity provider type + href: resources/builtinidentityprovider.md + - name: Social identity provider type + href: resources/socialidentityprovider.md + - name: Apple identity provider type + href: resources/applemanagedidentityprovider.md + - name: OpenID Connect identity provider type + href: resources/openidconnectidentityprovider.md + - name: List available identity providers + href: api/identityproviderbase-availableprovidertypes.md + - name: List configured identity providers + href: api/identitycontainer-list-identityproviders.md + - name: Create identity provider + href: api/identitycontainer-post-identityproviders.md + - name: Get identity provider + href: api/identityproviderbase-get.md + - name: Update identity provider + href: api/identityproviderbase-update.md + - name: Delete identity provider + href: api/identityproviderbase-delete.md + - name: Domain-based external identities + items: + - name: SAML/Ws-Fed external domain federation + href: resources/samlorwsfedexternaldomainfederation.md + - name: List federated configurations + href: api/samlorwsfedexternaldomainfederation-list.md + - name: Get federated configuration + href: api/samlorwsfedexternaldomainfederation-get.md + - name: Create federated configuration + href: api/samlorwsfedexternaldomainfederation-post.md + - name: Update federated configuration + href: api/samlorwsfedexternaldomainfederation-update.md + - name: Delete federated configuration + href: api/samlorwsfedexternaldomainfederation-delete.md + - name: List domains + href: api/samlorwsfedexternaldomainfederation-list-domains.md + - name: Create domain + href: api/samlorwsfedexternaldomainfederation-post-domains.md + - name: Federation with Microsoft Entra ID + items: + - name: Federated domain configuration + href: resources/internaldomainfederation.md + - name: List + href: api/domain-list-federationconfiguration.md + - name: Create + href: api/domain-post-federationconfiguration.md + - name: Get + href: api/internaldomainfederation-get.md + - name: Update + href: api/internaldomainfederation-update.md + - name: Delete + href: api/internaldomainfederation-delete.md + - name: Identity provider (deprecated) + items: + - name: Identity provider type + href: resources/identityprovider.md + - name: OpenID Connect identity provider type + href: resources/openidconnectprovider.md + - name: List + href: api/identityprovider-list.md + - name: Create + href: api/identityprovider-post-identityproviders.md + - name: Get + href: api/identityprovider-get.md + - name: Update + href: api/identityprovider-update.md + - name: Delete + href: api/identityprovider-delete.md + - name: List available provider types + href: api/identityprovider-list-availableprovidertypes.md + - name: Invitation manager + href: resources/invitation.md + items: + - name: Create invitation + href: api/invitation-post.md + - name: Multi-tenant organization + items: + - name: Overview + displayName: Multi-tenant organization, MTO + href: resources/multitenantorganization-overview.md + - name: Multi-tenant organization + items: + - name: Multi-tenant organization + href: resources/multitenantorganization.md + - name: Create + href: api/tenantrelationship-put-multitenantorganization.md + - name: Get + href: api/multitenantorganization-get.md + - name: Update + href: api/multitenantorganization-update.md + - name: Tenant + items: + - name: Tenant + href: resources/multitenantorganizationmember.md + - name: List + href: api/multitenantorganization-list-tenants.md + - name: Add + href: api/multitenantorganization-post-tenants.md + - name: Get + href: api/multitenantorganizationmember-get.md + - name: Update + href: api/multitenantorganizationmember-update.md + - name: Remove + href: api/multitenantorganization-delete-tenants.md + - name: Join request + items: + - name: Join request + href: resources/multitenantorganizationjoinrequestrecord.md + - name: Get + href: api/multitenantorganizationjoinrequestrecord-get.md + - name: Update + href: api/multitenantorganizationjoinrequestrecord-update.md + - name: Partner configuration template + items: + - name: Partner configuration template + href: resources/multitenantorganizationpartnerconfigurationtemplate.md + - name: Get + href: api/multitenantorganizationpartnerconfigurationtemplate-get.md + - name: Update + href: api/multitenantorganizationpartnerconfigurationtemplate-update.md + - name: Reset + href: api/multitenantorganizationpartnerconfigurationtemplate-resettodefaultsettings.md + - name: Identity sync policy template + items: + - name: Identity sync policy template + href: resources/multitenantorganizationidentitysyncpolicytemplate.md + - name: Get + href: api/multitenantorganizationidentitysyncpolicytemplate-get.md + - name: Update + href: api/multitenantorganizationidentitysyncpolicytemplate-update.md + - name: Reset + href: api/multitenantorganizationidentitysyncpolicytemplate-resettodefaultsettings.md + - name: Organization + href: resources/organization.md + items: + - name: Get org details + href: api/organization-get.md + - name: Update org details + href: api/organization-update.md + - name: Organizational branding + href: resources/organizationalbranding.md + items: + - name: Get + href: api/organizationalbranding-get.md + - name: Update + href: api/organizationalbranding-update.md + - name: Branding localization + href: resources/organizationalbrandinglocalization.md + items: + - name: List + href: api/organizationalbranding-list-localizations.md + - name: Create + href: api/organizationalbranding-post-localizations.md + - name: Get + href: api/organizationalbrandinglocalization-get.md + - name: Update + href: api/organizationalbrandinglocalization-update.md + - name: Delete + href: api/organizationalbrandinglocalization-delete.md + - name: Policies + items: + - name: Overview + href: resources/policy-overview.md + - name: Activity-based timeout policy + href: resources/activitybasedtimeoutpolicy.md + items: + - name: Create + href: api/activitybasedtimeoutpolicy-post-activitybasedtimeoutpolicies.md + - name: List + href: api/activitybasedtimeoutpolicy-list.md + - name: Get + href: api/activitybasedtimeoutpolicy-get.md + - name: Update + href: api/activitybasedtimeoutpolicy-update.md + - name: Delete + href: api/activitybasedtimeoutpolicy-delete.md + - name: Application authentication method policy + items: + - name: Overview + href: resources/applicationauthenticationmethodpolicy.md + - name: Tenant app management policy + items: + - name: Tenant app management policy + href: resources/tenantappmanagementpolicy.md + - name: Get + href: api/tenantappmanagementpolicy-get.md + - name: Update + href: api/tenantappmanagementpolicy-update.md + - name: App management policy + items: + - name: App management policy + href: resources/appmanagementpolicy.md + - name: List + href: api/appmanagementpolicy-list.md + - name: Get + href: api/appmanagementpolicy-get.md + - name: Create + href: api/appmanagementpolicy-post.md + - name: Update + href: api/appmanagementpolicy-update.md + - name: Delete + href: api/appmanagementpolicy-delete.md + - name: Create appliesTo + href: api/appmanagementpolicy-post-appliesto.md + - name: List appliesTo + href: api/appmanagementpolicy-list-appliesto.md + - name: Delete appliesTo + href: api/appmanagementpolicy-delete-appliesto.md + - name: Authentication events policy + items: + - name: Authentication events policy + href: resources/authenticationeventspolicy.md + - name: Sign-up-start event + items: + - name: Authentication listener + href: resources/authenticationlistener.md + - name: Invoke user flow listener type + href: resources/invokeuserflowlistener.md + - name: List listeners + href: api/authenticationeventspolicy-list-onsignupstart.md + - name: Create listener + href: api/authenticationeventspolicy-post-onsignupstart.md + - name: Get listener + href: api/authenticationlistener-get.md + - name: Update listener + href: api/authenticationlistener-update.md + - name: Put listener + href: api/authenticationlistener-put.md + - name: Delete listener + href: api/authenticationlistener-delete.md + - name: Authentication flows policy + items: + - name: Authentication flows policy + href: resources/authenticationflowspolicy.md + - name: Get + href: api/authenticationflowspolicy-get.md + - name: Update + href: api/authenticationflowspolicy-update.md + - name: Authentication methods policy + items: + - name: Overview + href: resources/authenticationmethodspolicies-overview.md + - name: Authentication methods policy + href: resources/authenticationmethodspolicy.md + items: + - name: Get + href: api/authenticationmethodspolicy-get.md + - name: Update + href: api/authenticationmethodspolicy-update.md + - name: Email policy + href: resources/emailauthenticationmethodconfiguration.md + items: + - name: Get + href: api/emailauthenticationmethodconfiguration-get.md + - name: Update + href: api/emailauthenticationmethodconfiguration-update.md + - name: Delete + href: api/emailauthenticationmethodconfiguration-delete.md + - name: FIDO2 policy + href: resources/fido2authenticationmethodconfiguration.md + items: + - name: Get + href: api/fido2authenticationmethodconfiguration-get.md + - name: Update + href: api/fido2authenticationmethodconfiguration-update.md + - name: Delete + href: api/fido2authenticationmethodconfiguration-delete.md + - name: Hardware OATH policy + href: resources/hardwareoathAuthenticationMethodConfiguration.md + items: + - name: Get + href: api/hardwareoathAuthenticationMethodConfiguration-get.md + - name: Update + href: api/hardwareoathAuthenticationMethodConfiguration-update.md + - name: Delete + href: api/hardwareoathAuthenticationMethodConfiguration-delete.md + - name: Microsoft Authenticator policy + href: resources/microsoftauthenticatorauthenticationmethodconfiguration.md + items: + - name: Get + href: api/microsoftauthenticatorauthenticationmethodconfiguration-get.md + - name: Update + href: api/microsoftauthenticatorauthenticationmethodconfiguration-update.md + - name: Delete + href: api/microsoftauthenticatorauthenticationmethodconfiguration-delete.md + - name: SMS policy + href: resources/smsAuthenticationMethodConfiguration.md + items: + - name: Get + href: api/smsAuthenticationMethodConfiguration-get.md + - name: Update + href: api/smsAuthenticationMethodConfiguration-update.md + - name: Delete + href: api/smsAuthenticationMethodConfiguration-delete.md + - name: Temporary Access Pass policy + href: resources/temporaryaccesspassauthenticationmethodconfiguration.md + items: + - name: Get + href: api/temporaryaccesspassauthenticationmethodconfiguration-get.md + - name: Update + href: api/temporaryaccesspassauthenticationmethodconfiguration-update.md + - name: Delete + href: api/temporaryaccesspassauthenticationmethodconfiguration-delete.md + - name: Third-party software OATH policy + href: resources/softwareoathAuthenticationMethodConfiguration.md + items: + - name: Get + href: api/softwareoathAuthenticationMethodConfiguration-get.md + - name: Update + href: api/softwareoathAuthenticationMethodConfiguration-update.md + - name: Delete + href: api/softwareoathAuthenticationMethodConfiguration-delete.md + - name: Voice call policy + href: resources/voiceAuthenticationMethodConfiguration.md + items: + - name: Get + href: api/voiceAuthenticationMethodConfiguration-get.md + - name: Update + href: api/voiceAuthenticationMethodConfiguration-update.md + - name: Delete + href: api/voiceAuthenticationMethodConfiguration-delete.md + - name: X509 certificate + displayName: certificate-based authentication, CBA + href: resources/x509Certificateauthenticationmethodconfiguration.md + items: + - name: Get + href: api/x509certificateauthenticationmethodconfiguration-get.md + - name: Update + href: api/x509certificateauthenticationmethodconfiguration-update.md + - name: Delete + href: api/x509certificateauthenticationmethodconfiguration-delete.md + - name: Authorization policy + href: resources/authorizationpolicy.md + items: + - name: Get + href: api/authorizationpolicy-get.md + - name: Update + href: api/authorizationpolicy-update.md + - name: B2C authentication methods policy + href: resources/b2cauthenticationmethodspolicy.md + items: + - name: Get + href: api/b2cauthenticationmethodspolicy-get.md + - name: Update + href: api/b2cauthenticationmethodspolicy-update.md + - name: Claims mapping policy + href: resources/claimsmappingpolicy.md + items: + - name: Create + href: api/claimsmappingpolicy-post-claimsmappingpolicies.md + - name: List + href: api/claimsmappingpolicy-list.md + - name: Get + href: api/claimsmappingpolicy-get.md + - name: Update + href: api/claimsmappingpolicy-update.md + - name: Delete + href: api/claimsmappingpolicy-delete.md + - name: List applied to applications + href: api/claimsmappingpolicy-list-appliesto.md + - name: Continuous access evaluation policy + href: resources/continuousaccessevaluationpolicy.md + items: + - name: Get + href: api/continuousaccessevaluationpolicy-get.md + - name: Update + href: api/continuousaccessevaluationpolicy-update.md + - name: Device registration policy (preview) + href: resources/deviceregistrationpolicy.md + items: + - name: Get + href: api/deviceregistrationpolicy-get.md + - name: Update + href: api/deviceregistrationpolicy-update.md + - name: Feature rollout policy + href: resources/featurerolloutpolicy.md + items: + - name: List + href: api/list-featurerolloutpolicies.md + - name: Get + href: api/featurerolloutpolicy-get.md + - name: Create + href: api/post-featurerolloutpolicies.md + - name: Update + href: api/featurerolloutpolicy-update.md + - name: Delete + href: api/featurerolloutpolicy-delete.md + - name: Create appliesTo + href: api/featurerolloutpolicy-post-appliesto.md + - name: Delete appliesTo + href: api/featurerolloutpolicy-delete-appliesto.md + - name: Home realm discovery policy + href: resources/homerealmdiscoverypolicy.md + items: + - name: Create + href: api/homerealmdiscoverypolicy-post-homerealmdiscoverypolicies.md + - name: List + href: api/homerealmdiscoverypolicy-list.md + - name: Get + href: api/homerealmdiscoverypolicy-get.md + - name: Update + href: api/homerealmdiscoverypolicy-update.md + - name: Delete + href: api/homerealmdiscoverypolicy-delete.md + - name: List applied to applications + href: api/homerealmdiscoverypolicy-list-appliesto.md + - name: Permission grant policy + href: resources/permissiongrantpolicy.md + items: + - name: Create + href: api/permissiongrantpolicy-post-permissiongrantpolicies.md + - name: List + href: api/permissiongrantpolicy-list.md + - name: Get + href: api/permissiongrantpolicy-get.md + - name: Update + href: api/permissiongrantpolicy-update.md + - name: Delete + href: api/permissiongrantpolicy-delete.md + - name: Permission grant condition sets + href: resources/permissiongrantconditionset.md + items: + - name: List includes + href: api/permissiongrantpolicy-list-includes.md + - name: Create in includes + href: api/permissiongrantpolicy-post-includes.md + - name: Delete from includes + href: api/permissiongrantpolicy-delete-includes.md + - name: List excludes + href: api/permissiongrantpolicy-list-excludes.md + - name: Create in excludes + href: api/permissiongrantpolicy-post-excludes.md + - name: Delete from excludes + href: api/permissiongrantpolicy-delete-excludes.md + - name: Permission grant pre-approval policy + href: resources/permissiongrantpreapprovalpolicy.md + items: + - name: Create + href: api/policyroot-post-permissiongrantpreapprovalpolicies.md + - name: List + href: api/policyroot-list-permissiongrantpreapprovalpolicies.md + - name: Get + href: api/permissiongrantpreapprovalpolicy-get.md + - name: Update + href: api/permissiongrantpreapprovalpolicy-update.md + - name: Delete + href: api/permissiongrantpreapprovalpolicy-delete.md + - name: Remote desktop security configuration policy + href: resources/remotedesktopsecurityconfiguration.md + items: + - name: Create + href: api/serviceprincipal-post-remotedesktopsecurityconfiguration.md + - name: Get + href: api/remotedesktopsecurityconfiguration-get.md + - name: Update + href: api/remotedesktopsecurityconfiguration-update.md + - name: Delete + href: api/serviceprincipal-delete-remotedesktopsecurityconfiguration.md + - name: Target device groups + href: resources/targetdevicegroup.md + items: + - name: List + href: api/remotedesktopsecurityconfiguration-list-targetdevicegroups.md + - name: Create + href: api/remotedesktopsecurityconfiguration-post-targetdevicegroups.md + - name: Get + href: api/targetdevicegroup-get.md + - name: Update + href: api/targetdevicegroup-update.md + - name: Delete + href: api/remotedesktopsecurityconfiguration-delete-targetdevicegroups.md + - name: Token issuance policy + href: resources/tokenissuancepolicy.md + items: + - name: Create + href: api/tokenissuancepolicy-post-tokenissuancepolicy.md + - name: List + href: api/tokenissuancepolicy-list.md + - name: Get + href: api/tokenissuancepolicy-get.md + - name: Update + href: api/tokenissuancepolicy-update.md + - name: Delete + href: api/tokenissuancepolicy-delete.md + - name: List applied to applications + href: api/tokenissuancepolicy-list-appliesto.md + - name: Token lifetime policy + href: resources/tokenlifetimepolicy.md + items: + - name: Create + href: api/tokenlifetimepolicy-post-tokenlifetimepolicies.md + - name: List + href: api/tokenlifetimepolicy-list.md + - name: Get + href: api/tokenlifetimepolicy-get.md + - name: Update + href: api/tokenlifetimepolicy-update.md + - name: Delete + href: api/tokenlifetimepolicy-delete.md + - name: List applied to applications + href: api/tokenlifetimepolicy-list-appliesto.md + - name: Security defaults policy + href: resources/identitysecuritydefaultsenforcementpolicy.md + items: + - name: Get + href: api/identitysecuritydefaultsenforcementpolicy-get.md + - name: Update + href: api/identitysecuritydefaultsenforcementpolicy-update.md + - name: Trust Framework Keyset + href: resources/trustframeworkkeyset.md + items: + - name: List + href: api/trustframework-list-keysets.md + - name: Create + href: api/trustframework-post-keysets.md + - name: Get + href: api/trustframeworkkeyset-get.md + - name: Update + href: api/trustframeworkkeyset-update.md + - name: Delete + href: api/trustframeworkkeyset-delete.md + - name: Generate key + href: api/trustframeworkkeyset-generatekey.md + - name: Get active key + href: api/trustframeworkkeyset-getactivekey.md + - name: Upload certificate + href: api/trustframeworkkeyset-uploadcertificate.md + - name: Upload PKCS12 certificate + href: api/trustframeworkkeyset-uploadpkcs12.md + - name: Upload secret + href: api/trustframeworkkeyset-uploadsecret.md + - name: Trust Framework policy + href: resources/trustframeworkpolicy.md + items: + - name: List + href: api/trustframework-list-trustframeworkpolicies.md + - name: Create + href: api/trustframework-post-trustframeworkpolicy.md + - name: Get + href: api/trustframeworkpolicy-get.md + - name: Update + href: api/trustframework-put-trustframeworkpolicy.md + - name: Delete + href: api/trustframeworkpolicy-delete.md + - name: User flows for Microsoft Entra ID and Azure AD B2C + items: + - name: User flow (deprecated) + items: + - name: User flow + href: resources/identityuserflow.md + - name: List + href: api/identityuserflow-list.md + - name: Create + href: api/identityuserflow-post-userflows.md + - name: Get + href: api/identityuserflow-get.md + - name: Delete + href: api/identityuserflow-delete.md + - name: User flows for Azure AD B2C (preview) + items: + - name: B2C user flow + href: resources/b2cidentityuserflow.md + - name: List + href: api/identitycontainer-list-b2cuserflows.md + - name: Create + href: api/identitycontainer-post-b2cuserflows.md + - name: Get + href: api/b2cidentityuserflow-get.md + - name: Update + href: api/b2cidentityuserflow-update.md + - name: Delete + href: api/b2cidentityuserflow-delete.md + - name: List identity providers + href: api/b2cidentityuserflow-list-userflowidentityproviders.md + - name: Add identity provider + href: api/b2cidentityuserflow-userflowidentityproviders-update.md + - name: Remove identity provider + href: api/b2cidentityuserflow-delete-userflowidentityproviders.md + - name: List identity providers (deprecated) + href: api/b2cidentityuserflow-list-identityproviders.md + - name: Add identity provider (deprecated) + href: api/b2cidentityuserflow-post-identityproviders.md + - name: Remove identity provider (deprecated) + href: api/b2cidentityuserflow-delete-identityproviders.md + - name: List user attribute assignments + href: api/b2cidentityuserflow-list-userattributeassignments.md + - name: Create user attribute assignment + href: api/b2cidentityuserflow-post-userattributeassignments.md + - name: List languages + href: api/b2cidentityuserflow-list-languages.md + - name: Create or update language + href: api/b2cidentityuserflow-put-languages.md + - name: Get API connectors configuration + href: api/b2cidentityuserflow-get-apiConnectorConfiguration.md + - name: Configure an API connector + href: api/b2cidentityuserflow-put-apiConnectorConfiguration.md + - name: Self-service sign up user flows for Microsoft Entra ID + items: + - name: Self-service sign up user flow + href: resources/b2xidentityuserflow.md + - name: List + href: api/identitycontainer-list-b2xuserflows.md + - name: Create + href: api/identitycontainer-post-b2xuserflows.md + - name: Get + href: api/b2xidentityuserflow-get.md + - name: Delete + href: api/b2xidentityuserflow-delete.md + - name: List identity providers + href: api/b2xidentityuserflow-list-userflowidentityproviders.md + - name: Add identity provider + href: api/b2xidentityuserflow-userflowidentityproviders-update.md + - name: Delete identity provider + href: api/b2xidentityuserflow-delete-userflowidentityproviders.md + - name: List identity providers (deprecated) + href: api/b2xidentityuserflow-list-identityproviders.md + - name: Add identity provider (deprecated) + href: api/b2xidentityuserflow-post-identityproviders.md + - name: Delete identity provider (deprecated) + href: api/b2xidentityuserflow-delete-identityproviders.md + - name: List user attribute assignments + href: api/b2xidentityuserflow-list-userattributeassignments.md + - name: Create user attribute assignment + href: api/b2xidentityuserflow-post-userattributeassignments.md + - name: List languages + href: api/b2xidentityuserflow-list-languages.md + - name: Get API connectors configuration + href: api/b2xidentityuserflow-get-apiConnectorConfiguration.md + - name: Configure an API connector + href: api/b2xidentityuserflow-put-apiConnectorConfiguration.md + - name: User flow attributes + items: + - name: User flow attribute + href: resources/identityuserflowattribute.md + - name: List + href: api/identityuserflowattribute-list.md + - name: Create + href: api/identityuserflowattribute-post.md + - name: Get + href: api/identityuserflowattribute-get.md + - name: Update + href: api/identityuserflowattribute-update.md + - name: Delete + href: api/identityuserflowattribute-delete.md + - name: User flow attribute assignment + items: + - name: User + href: resources/identityuserflowattributeassignment.md + - name: Get + href: api/identityuserflowattributeassignment-get.md + - name: Update + href: api/identityuserflowattributeassignment-update.md + - name: Delete + href: api/identityuserflowattributeassignment-delete.md + - name: User flow language configuration + items: + - name: User flow language configuration + href: resources/userflowlanguageconfiguration.md + - name: Get user flow language configuration + href: api/userflowlanguageconfiguration-get.md + - name: Delete user flow language configuration + href: api/userflowlanguageconfiguration-delete.md + - name: List defaultPages + href: api/userflowlanguageconfiguration-list-defaultpages.md + - name: List overridesPages + href: api/userflowlanguageconfiguration-list-overridespages.md + - name: User flow language page + href: resources/userflowlanguagepage.md + - name: Get user flow language page + href: api/userflowlanguagepage-get.md + - name: Update user flow language page + href: api/userflowlanguagepage-put.md + - name: Delete user flow language page + href: api/userflowlanguagepage-delete.md + - name: API connectors + items: + - name: API connector + href: resources/identityapiconnector.md + - name: List + href: api/identityapiconnector-list.md + - name: Create + href: api/identityapiconnector-create.md + - name: Get + href: api/identityapiconnector-get.md + - name: Update + href: api/identityapiconnector-update.md + - name: Upload a client certificate + href: api/identityapiconnector-uploadclientcertificate.md + - name: Delete + href: api/identityapiconnector-delete.md + - name: User flows for Microsoft Entra ID for customers (preview) + items: + - name: Authentication events flow + href: resources/authenticationeventsflow.md + - name: Self-service sign up user flow + href: resources/externalusersselfservicesignupeventsflow.md + - name: List user flows + href: api/identitycontainer-list-authenticationeventsflows.md + - name: Create user flow + href: api/identitycontainer-post-authenticationeventsflows.md + - name: Get user flow + href: api/authenticationeventsflow-get.md + - name: Update user flow + href: api/authenticationeventsflow-update.md + - name: Delete user flow + href: api/authenticationeventsflow-delete.md + - name: Identity providers + items: + - name: List identity providers in a user flow + href: api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders.md + - name: Add identity provider to a user flow + href: api/onauthenticationmethodloadstartexternalusersselfservicesignup-post-identityproviders.md + - name: Remove identity provider from a user flow + href: api/onauthenticationmethodloadstartexternalusersselfservicesignup-delete-identityproviders.md + - name: User flow attributes + items: + - name: User flow attribute + href: resources/identityuserflowattribute.md + - name: List + href: api/identityuserflowattribute-list.md + - name: Create + href: api/identityuserflowattribute-post.md + - name: Get + href: api/identityuserflowattribute-get.md + - name: Update + href: api/identityuserflowattribute-update.md + - name: Delete + href: api/identityuserflowattribute-delete.md + - name: List attributes in a user flow + href: api/onattributecollectionexternalusersselfservicesignup-list-attributes.md + - name: Add attributes to a user flow + href: api/onattributecollectionexternalusersselfservicesignup-post-attributes.md + - name: Remove attributes from a user flow + href: api/onattributecollectionexternalusersselfservicesignup-delete-attributes.md + - name: Authentication condition applications + href: resources/authenticationconditionapplication.md + items: + - name: List applications + href: api/authenticationconditionsapplications-list-includeapplications.md + - name: Add applications + href: api/authenticationconditionsapplications-post-includeapplications.md + - name: Remove applications + href: api/authenticationconditionapplication-delete.md + - name: Multicloud permissions management (preview) + items: + - name: Overview + href: resources/permissions-management-api-overview.md + - name: Authorization systems + href: resources/authorizationsystem.md + items: + - name: List + href: api/externalconnectors-external-list-authorizationsystems.md + - name: Get + href: api/authorizationsystem-get.md + - name: AWS authorization system + href: resources/awsauthorizationsystem.md + items: + - name: List + href: api/awsauthorizationsystem-list.md + - name: AWS authorization system inventory + items: + - name: AWS identities + items: + - name: All AWS identities + href: resources/awsidentity.md + items: + - name: List + href: api/awsassociatedidentities-list-all.md + - name: Get + href: api/awsidentity-get.md + - name: AWS role + href: resources/awsrole.md + items: + - name: List + href: api/awsassociatedidentities-list-roles.md + - name: Get + href: api/awsrole-get.md + - name: AWS user + href: resources/awsuser.md + items: + - name: List + href: api/awsassociatedidentities-list-users.md + - name: Get + href: api/awsuser-get.md + - name: List assumable roles + href: api/awsuser-list-assumableroles.md + - name: AWS action + href: resources/awsauthorizationsystemtypeaction.md + items: + - name: List + href: api/awsauthorizationsystem-list-actions.md + - name: Get + href: api/awsauthorizationsystemtypeaction-get.md + - name: AWS policy + href: resources/awspolicy.md + items: + - name: List + href: api/awsauthorizationsystem-list-policies.md + - name: Get + href: api/awspolicy-get.md + - name: AWS resource + href: resources/awsauthorizationsystemresource.md + items: + - name: List + href: api/awsauthorizationsystem-list-resources.md + - name: Get + href: api/awsauthorizationsystemresource-get.md + - name: AWS services + href: resources/authorizationsystemtypeservice.md + items: + - name: List + href: api/awsauthorizationsystem-list-services.md + - name: Get + href: api/authorizationsystemtypeservice-get.md + - name: Azure authorization system + href: resources/azureauthorizationsystem.md + items: + - name: List + href: api/azureauthorizationsystem-list.md + - name: Azure authorization system inventory + items: + - name: Azure identities + items: + - name: All Azure identities + href: resources/azureidentity.md + items: + - name: List + href: api/azureassociatedidentities-list-all.md + - name: Get + href: api/azureidentity-get.md + - name: Azure managed identity + href: resources/azuremanagedidentity.md + items: + - name: List + href: api/azureassociatedidentities-list-managedidentities.md + - name: Get + href: api/azuremanagedidentity-get.md + - name: Azure service principal + href: resources/azureserviceprincipal.md + items: + - name: List + href: api/azureassociatedidentities-list-serviceprincipals.md + - name: Get + href: api/azureserviceprincipal-get.md + - name: Azure user + href: resources/azureuser.md + items: + - name: List + href: api/azureassociatedidentities-list-users.md + - name: Get + href: api/azureuser-get.md + - name: Azure action + href: resources/azureauthorizationsystemtypeaction.md + items: + - name: List + href: api/azureauthorizationsystem-list-actions.md + - name: Get + href: api/azureauthorizationsystemtypeaction-get.md + - name: Azure resource + href: resources/azureauthorizationsystemresource.md + items: + - name: List + href: api/azureauthorizationsystem-list-resources.md + - name: Get + href: api/azureauthorizationsystemresource-get.md + - name: Azure role definition + href: resources/azureroledefinition.md + items: + - name: List + href: api/azureauthorizationsystem-list-roledefinitions.md + - name: Get + href: api/azureroledefinition-get.md + - name: Azure services + href: resources/authorizationsystemtypeservice.md + items: + - name: List + href: api/azureauthorizationsystem-list-services.md + - name: Get + href: api/authorizationsystemtypeservice-get.md + - name: GCP authorization system + href: resources/gcpauthorizationsystem.md + items: + - name: List + href: api/gcpauthorizationsystem-list.md + - name: GCP authorization system inventory + items: + - name: GCP identities + items: + - name: All identities + href: resources/gcpidentity.md + items: + - name: List + href: api/gcpassociatedidentities-list-all.md + - name: Get + href: api/gcpidentity-get.md + - name: GCP user + href: resources/gcpuser.md + items: + - name: List + href: api/gcpassociatedidentities-list-users.md + - name: Get + href: api/gcpuser-get.md + - name: GCP service account + href: resources/gcpserviceaccount.md + items: + - name: List + href: api/gcpassociatedidentities-list-serviceaccounts.md + - name: Get + href: api/gcpserviceaccount-get.md + - name: GCP action + href: resources/gcpauthorizationsystemtypeaction.md + items: + - name: List + href: api/gcpauthorizationsystem-list-actions.md + - name: Get + href: api/gcpauthorizationsystemtypeaction-get.md + - name: GCP resource + href: resources/gcpauthorizationsystemresource.md + items: + - name: List + href: api/gcpauthorizationsystem-list-resources.md + - name: Get + href: api/gcpauthorizationsystemresource-get.md + - name: GCP role + href: resources/gcprole.md + items: + - name: List + href: api/gcpauthorizationsystem-list-roles.md + - name: Get + href: api/gcprole-get.md + - name: GCP services + href: resources/authorizationsystemtypeservice.md + items: + - name: List + href: api/gcpauthorizationsystem-list-services.md + - name: Get + href: api/authorizationsystemtypeservice-get.md + - name: Permissions requests + items: + - name: Scheduled permissions request + href: resources/scheduledpermissionsrequest.md + items: + - name: Create + href: api/permissionsmanagement-post-scheduledpermissionsrequests.md + - name: Cancel all + href: api/scheduledpermissionsrequest-cancelall.md + - name: Permissions request change + href: resources/permissionsrequestchange.md + items: + - name: List + href: api/permissionsmanagement-list-permissionsrequestchanges.md + - name: Get + href: api/permissionsrequestchange-get.md + - name: Permissions analytics + items: + - name: Permissions creep index distribution + href: resources/permissionscreepindexdistribution.md + items: + - name: List + href: api/permissionsanalytics-list-permissionscreepindexdistributions.md + - name: Get + href: api/permissionscreepindexdistribution-get.md + - name: Identity findings + items: + - name: Inactive user finding + href: resources/inactiveuserfinding.md + items: + - name: List + href: api/inactiveuserfinding-list.md + - name: Get + href: api/inactiveuserfinding-get.md + - name: Aggregated summary + href: api/inactiveuserfinding-aggregatedsummary.md + - name: Inactive group finding + href: resources/inactivegroupfinding.md + items: + - name: List + href: api/inactivegroupfinding-list.md + - name: Get + href: api/inactivegroupfinding-get.md + - name: Inactive serverless functions + href: resources/inactiveserverlessfunctionfinding.md + items: + - name: List + href: api/inactiveserverlessfunctionfinding-list.md + - name: Get + href: api/inactiveserverlessfunctionfinding-get.md + - name: Aggregated summary + href: api/inactiveserverlessfunctionfinding-aggregatedsummary.md + - name: Inactive AWS role + href: resources/inactiveawsrolefinding.md + items: + - name: List + href: api/inactiveawsrolefinding-list.md + - name: Get + href: api/inactiveawsrolefinding-get.md + - name: Aggregated summary + href: api/inactiveawsrolefinding-aggregatedsummary.md + - name: Inactive AWS resource + href: resources/inactiveawsresourcefinding.md + items: + - name: List + href: api/inactiveawsresourcefinding-list.md + - name: Get + href: api/inactiveawsresourcefinding-get.md + - name: Aggregated summary + href: api/inactiveawsresourcefinding-aggregatedsummary.md + - name: Inactive Azure service principal + href: resources/inactiveazureserviceprincipalfinding.md + items: + - name: List + href: api/inactiveazureserviceprincipalfinding-list.md + - name: Get + href: api/inactiveazureserviceprincipalfinding-get.md + - name: Aggregated summary + href: api/inactiveazureserviceprincipalfinding-aggregatedsummary.md + - name: Inactive GCP service account + href: resources/inactivegcpserviceaccountfinding.md + items: + - name: List + href: api/inactivegcpserviceaccountfinding-list.md + - name: Get + href: api/inactivegcpserviceaccountfinding-get.md + - name: Aggregated summary + href: api/inactivegcpserviceaccountfinding-aggregatedsummary.md + - name: Super user + href: resources/superuserfinding.md + items: + - name: List + href: api/superuserfinding-list.md + - name: Get + href: api/superuserfinding-get.md + - name: Aggregated summary + href: api/superuserfinding-aggregatedsummary.md + - name: Super serverless functions + href: resources/superserverlessfunctionfinding.md + items: + - name: List + href: api/superserverlessfunctionfinding-list.md + - name: Get + href: api/superserverlessfunctionfinding-get.md + - name: Aggregated summary + href: api/superserverlessfunctionfinding-aggregatedsummary.md + - name: Super AWS role + href: resources/superawsrolefinding.md + items: + - name: List + href: api/superawsrolefinding-list.md + - name: Get + href: api/superawsrolefinding-get.md + - name: Aggregated summary + href: api/superawsrolefinding-aggregatedsummary.md + - name: Super AWS resource + href: resources/superawsresourcefinding.md + items: + - name: List + href: api/superawsresourcefinding-list.md + - name: Get + href: api/superawsresourcefinding-get.md + - name: Aggregated summary + href: api/superawsresourcefinding-aggregatedsummary.md + - name: Super Azure service principal + href: resources/superazureserviceprincipalfinding.md + items: + - name: List + href: api/superazureserviceprincipalfinding-list.md + - name: Get + href: api/superazureserviceprincipalfinding-get.md + - name: Aggregated summary + href: api/superazureserviceprincipalfinding-aggregatedsummary.md + - name: Super GCP service account + href: resources/supergcpserviceaccountfinding.md + items: + - name: List + href: api/supergcpserviceaccountfinding-list.md + - name: Get + href: api/supergcpserviceaccountfinding-get.md + - name: Aggregated summary + href: api/supergcpserviceaccountfinding-aggregatedsummary.md + - name: Overprovisioned user + href: resources/overprovisioneduserfinding.md + items: + - name: List + href: api/overprovisioneduserfinding-list.md + - name: Get + href: api/overprovisioneduserfinding-get.md + - name: Overprovisioned serverless functions + href: resources/overprovisionedserverlessfunctionfinding.md + items: + - name: List + href: api/overprovisionedserverlessfunctionfinding-list.md + - name: Get + href: api/overprovisionedserverlessfunctionfinding-get.md + - name: Overprovisioned AWS role + href: resources/overprovisionedawsrolefinding.md + items: + - name: List + href: api/overprovisionedawsrolefinding-list.md + - name: Get + href: api/overprovisionedawsrolefinding-get.md + - name: Overprovisioned AWS resource + href: resources/overprovisionedawsresourcefinding.md + items: + - name: List + href: api/overprovisionedawsresourcefinding-list.md + - name: Get + href: api/overprovisionedawsresourcefinding-get.md + - name: Overprovisioned Azure service principal + href: resources/overprovisionedazureserviceprincipalfinding.md + items: + - name: List + href: api/overprovisionedazureserviceprincipalfinding-list.md + - name: Get + href: api/overprovisionedazureserviceprincipalfinding-get.md + - name: Overprovisioned GCP service account + href: resources/overprovisionedgcpserviceaccountfinding.md + items: + - name: List + href: api/overprovisionedgcpserviceaccountfinding-list.md + - name: Get + href: api/overprovisionedgcpserviceaccountfinding-get.md + - name: AWS users with unenforced MFA + href: resources/unenforcedmfaawsuserfinding.md + items: + - name: List + href: api/unenforcedmfaawsuserfinding-list.md + - name: Get + href: api/unenforcedmfaawsuserfinding-get.md + - name: Aggregated summary + href: api/unenforcedmfaawsuserfinding-aggregatedsummary.md + - name: Privilege escalation findings + items: + - name: Privilege escalation user + href: resources/privilegeescalationuserfinding.md + items: + - name: List + href: api/privilegeescalationuserfinding-list.md + - name: Get + href: api/privilegeescalationuserfinding-get.md + - name: Privilege escalation AWS role + href: resources/privilegeescalationawsrolefinding.md + items: + - name: List + href: api/privilegeescalationawsrolefinding-list.md + - name: Get + href: api/privilegeescalationawsrolefinding-get.md + - name: Privilege escalation AWS resource + href: resources/privilegeescalationawsresourcefinding.md + items: + - name: List + href: api/privilegeescalationawsresourcefinding-list.md + - name: Get + href: api/privilegeescalationawsresourcefinding-get.md + - name: Privilege escalation GCP service account + href: resources/privilegeescalationgcpserviceaccountfinding.md + items: + - name: List + href: api/privilegeescalationgcpserviceaccountfinding-list.md + - name: Get + href: api/privilegeescalationgcpserviceaccountfinding-get.md + - name: Encrypted AWS S3 buckets + href: resources/encryptedawsstoragebucketfinding.md + items: + - name: List + href: api/encryptedawsstoragebucketfinding-list.md + - name: Get + href: api/encryptedawsstoragebucketfinding-get.md + - name: Encrypted Azure storage accounts + href: resources/encryptedazurestorageaccountfinding.md + items: + - name: List + href: api/encryptedazurestorageaccountfinding-list.md + - name: Get + href: api/encryptedazurestorageaccountfinding-get.md + - name: Encrypted GCP storage buckets + href: resources/encryptedgcpstoragebucketfinding.md + items: + - name: List + href: api/encryptedgcpstoragebucketfinding-list.md + - name: Get + href: api/encryptedgcpstoragebucketfinding-get.md + - name: Externally accessible AWS S3 buckets + href: resources/externallyaccessibleawsstoragebucketfinding.md + items: + - name: List + href: api/externallyaccessibleawsstoragebucketfinding-list.md + - name: Get + href: api/externallyaccessibleawsstoragebucketfinding-get.md + - name: Externally accessible Azure blob containers + href: resources/externallyaccessibleazureblobcontainerfinding.md + items: + - name: List + href: api/externallyaccessibleawsstoragebucketfinding-list.md + - name: Get + href: api/externallyaccessibleawsstoragebucketfinding-get.md + - name: Externally accessible GCP storage buckets + href: resources/externallyaccessiblegcpstoragebucketfinding.md + items: + - name: List + href: api/externallyaccessibleawsstoragebucketfinding-list.md + - name: Get + href: api/externallyaccessibleawsstoragebucketfinding-get.md + - name: Open AWS security group + href: resources/openawssecuritygroupfinding.md + items: + - name: List + href: api/openawssecuritygroupfinding-list.md + - name: Get + href: api/openawssecuritygroupfinding-get.md + - name: List assignedComputeInstanceDetails + href: api/openawssecuritygroupfinding-list-assignedcomputeinstancesdetails.md + - name: Get assignedComputeInstanceDetails + href: api/assignedcomputeinstancedetails-get.md + - name: Open network Azure security group + href: resources/opennetworkazuresecuritygroupfinding.md + items: + - name: List + href: api/opennetworkazuresecuritygroupfinding-list.md + - name: Get + href: api/opennetworkazuresecuritygroupfinding-get.md + - name: AWS identities that can access secret information + href: resources/openawssecuritygroupfinding.md + items: + - name: Users + href: resources/secretinformationaccessawsuserfinding.md + items: + - name: List + href: api/secretinformationaccessawsuserfinding-list.md + - name: Get + href: api/secretinformationaccessawsuserfinding-get.md + - name: Roles + href: resources/secretinformationaccessawsuserfinding.md + items: + - name: List + href: api/secretinformationaccessawsuserfinding-list.md + - name: Get + href: api/secretinformationaccessawsuserfinding-get.md + - name: Resources + href: resources/secretinformationaccessawsresourcefinding.md + items: + - name: List + href: api/secretinformationaccessawsresourcefinding-list.md + - name: Get + href: api/secretinformationaccessawsresourcefinding-get.md + - name: Serverless functions + href: resources/secretinformationaccessawsserverlessfunctionfinding.md + items: + - name: List + href: api/secretinformationaccessawsserverlessfunctionfinding-list.md + - name: Get + href: api/secretinformationaccessawsserverlessfunctionfinding-get.md + - name: AWS administrators that can use secruity tools + items: + - name: Users + href: resources/securitytoolawsuseradministratorfinding.md + items: + - name: List + href: api/securitytoolawsuseradministratorfinding-list.md + - name: Get + href: api/securitytoolawsuseradministratorfinding-get.md + - name: Roles + href: resources/securitytoolawsroleadministratorfinding.md + items: + - name: List + href: api/securitytoolawsroleadministratorfinding-list.md + - name: Get + href: api/securitytoolawsroleadministratorfinding-get.md + - name: Resources + href: resources/securitytoolawsresourceadministratorfinding.md + items: + - name: List + href: api/securitytoolawsresourceadministratorfinding-list.md + - name: Get + href: api/securitytoolawsresourceadministratorfinding-get.md + - name: Serverless functions + href: resources/securitytoolawsserverlessfunctionadministratorfinding.md + items: + - name: List + href: api/securitytoolawsserverlessfunctionadministratorfinding-list.md + - name: Get + href: api/securitytoolawsserverlessfunctionadministratorfinding-get.md + - name: AWS cross-account access + href: resources/awsexternalsystemaccessfinding.md + items: + - name: List + href: api/awsexternalsystemaccessfinding-list.md + - name: Get + href: api/awsexternalsystemaccessfinding-get.md + - name: AWS roles that can access accounts + href: resources/awsexternalsystemaccessrolefinding.md + items: + - name: List + href: api/awsexternalsystemaccessrolefinding-list.md + - name: Get + href: api/awsexternalsystemaccessrolefinding-get.md + - name: AWS IAM access key age + href: resources/awsidentityaccessmanagementkeyagefinding.md + items: + - name: List + href: api/awsidentityaccessmanagementkeyagefinding-list.md + - name: Get + href: api/awsidentityaccessmanagementkeyagefinding-get.md + - name: Aggregated summary + href: api/awsidentityaccessmanagementkeyagefinding-aggregatedsummary.md + - name: AWS IAM access key usage + href: resources/awsidentityaccessmanagementkeyusagefinding.md + items: + - name: List + href: api/awsidentityaccessmanagementkeyusagefinding-list.md + - name: Get + href: api/awsidentityaccessmanagementkeyusagefinding-get.md + - name: Aggregated summary + href: api/awsidentityaccessmanagementkeyusagefinding-aggregatedsummary.md + - name: Network access (preview) + items: + - name: Overview + displayName: ZTNA, Global Secure Access, Microsoft Entra Internet Access, Microsoft Entra Private Access + href: resources/networkaccess-global-secure-access-api-overview.md + - name: Tenant status + href: resources/networkaccess-tenantstatus.md + items: + - name: Onboard + href: api/networkaccess-networkaccessroot-onboard.md + - name: Get + href: api/networkaccess-tenantstatus-get.md + - name: Settings + href: resources/networkaccess-settings.md + items: + - name: Cross-tenant access settings + href: resources/networkaccess-crosstenantaccesssettings.md + items: + - name: Get + href: api/networkaccess-crosstenantaccesssettings-get.md + - name: Update + href: api/networkaccess-crosstenantaccesssettings-update.md + - name: Conditional Access Settings + href: resources/networkaccess-conditionalaccesssettings.md + items: + - name: Get + href: api/networkaccess-conditionalaccesssettings-get.md + - name: Update + href: api/networkaccess-conditionalaccesssettings-update.md + - name: Forwarding options + href: resources/networkaccess-forwardingoptions.md + items: + - name: Get + href: api/networkaccess-forwardingoptions-get.md + - name: Update + href: api/networkaccess-forwardingoptions-update.md + - name: Forwarding traffic + items: + - name: Forwarding profile + href: resources/networkaccess-forwardingprofile.md + items: + - name: List + href: api/networkaccess-networkaccessroot-list-forwardingprofiles.md + - name: Get + href: api/networkaccess-forwardingprofile-get.md + - name: Update + href: api/networkaccess-forwardingprofile-update.md + - name: Forwarding policy + href: resources/networkaccess-forwardingpolicy.md + items: + - name: List + href: api/networkaccess-networkaccessroot-list-forwardingpolicies.md + - name: Get + href: api/networkaccess-forwardingpolicy-get.md + - name: Update policy rules + href: api/networkaccess-forwardingpolicy-updatepolicyrules.md + - name: Forwarding policy link + href: resources/networkaccess-forwardingpolicylink.md + items: + - name: List + href: api/networkaccess-forwardingprofile-list-policies.md + - name: Get + href: api/networkaccess-forwardingpolicy-get.md + - name: Update + href: api/networkaccess-forwardingpolicylink-update.md + - name: Delete + href: api/networkaccess-forwardingpolicylink-delete.md + - name: Forwarding policy rule + href: resources/networkaccess-policyrule.md + items: + - name: Forwarding rule + href: resources/networkaccess-forwardingrule.md + items: + - name: Microsoft 365 forwarding rule + href: resources/networkaccess-m365forwardingrule.md + - name: Private access forwarding rule + href: resources/networkaccess-privateaccessforwardingrule.md + - name: List + href: api/networkaccess-policy-list-policyrules.md + - name: Get + href: api/networkaccess-policyrule-get.md + - name: Update + href: api/networkaccess-policyrule-update.md + - name: Filtering traffic + items: + - name: Filtering profile + href: resources/networkaccess-filteringprofile.md + items: + - name: List + href: api/networkaccess-filteringprofile-list.md + - name: Get + href: api/networkaccess-filteringprofile-get.md + - name: Update + href: api/networkaccess-filteringprofile-update.md + - name: Create policyLink + href: api/networkaccess-filteringpolicy-post-policyrules.md + - name: Filtering policy + href: resources/networkaccess-filteringpolicy.md + items: + - name: List + href: api/networkaccess-networkaccessroot-list-filteringpolicies.md + - name: Create + href: api/networkaccess-filteringpolicy-post-policyrules.md + - name: Get + href: api/networkaccess-filteringpolicy-get.md + - name: Update + href: api/networkaccess-filteringprofile-update.md + - name: Delete + href: api/networkaccess-filteringprofile-delete-policies.md + - name: List policyRules + href: api/networkaccess-policy-list-policyrules.md + - name: Create policyRule + href: api/networkaccess-filteringpolicy-post-policyrules.md + - name: Filtering policy link + href: resources/networkaccess-filteringpolicylink.md + items: + - name: List + href: api/networkaccess-filteringpolicylink-list.md + - name: Get + href: api/networkaccess-filteringpolicylink-get.md + - name: Update + href: api/networkaccess-filteringpolicylink-update.md + - name: Delete + href: api/networkaccess-filteringpolicylink-delete.md + - name: List policy + href: api/networkaccess-policylink-list-policy.md + - name: Add policy + href: api/networkaccess-filteringpolicy-post-policyrules.md + - name: Remove policy + href: api/networkaccess-filteringpolicylink-delete-policy.md + - name: Filtering rule + href: resources/networkaccess-filteringrule.md + items: + - name: List + href: api/networkaccess-filteringrule-list.md + - name: Get + href: api/networkaccess-filteringrule-get.md + - name: Create + href: api/networkaccess-filteringrule-post.md + - name: Update + href: api/networkaccess-filteringrule-update.md + - name: Delete + href: api/networkaccess-filteringrule-delete.md + - name: Branch site + href: resources/networkaccess-branchsite.md + items: + - name: List + href: api/networkaccess-connectivity-list-branches.md + - name: Create + href: api/networkaccess-connectivity-post-branches.md + - name: Get + href: api/networkaccess-branchsite-get.md + - name: Update + href: api/networkaccess-branchsite-update.md + - name: Delete + href: api/networkaccess-branchsite-delete.md + - name: Device link + href: resources/networkaccess-devicelink.md + items: + - name: List + href: api/networkaccess-branchsite-list-devicelinks.md + - name: Get + href: api/networkaccess-devicelink-get.md + - name: Create + href: api/networkaccess-branchsite-post-devicelinks.md + - name: Update + href: api/networkaccess-devicelink-update.md + - name: Delete + href: api/networkaccess-branchsite-delete-devicelinks.md + - name: Connectivity configuration + href: resources/networkaccess-connectivityconfigurationlink.md + items: + - name: Get + href: api/networkaccess-branchconnectivityconfiguration-get.md + - name: Forwarding profile + items: + - name: List + href: api/networkaccess-branchsite-list-forwardingprofiles.md + - name: Create + href: api/networkaccess-branchsite-post-forwardingprofiles.md + - name: Update forwarding profile for branch + href: api/networkaccess-forwardingprofile-update.md + - name: Traffic logs + href: resources/networkaccess-logs.md + items: + - name: Network access traffic + href: resources/networkaccess-networkaccesstraffic.md + - name: List + href: api/networkaccess-logs-list-traffic.md + - name: Enriched Microsoft 365 logs + href: resources/networkaccess-enrichedauditlogs.md + items: + - name: List + href: api/networkaccess-settings-list-enrichedauditlogs.md + - name: Update + href: api/networkaccess-enrichedauditlogs-update.md + - name: Traffic reports + href: resources/networkaccess-reports.md + items: + - name: Get entities summary + href: api/networkaccess-reports-entitiessummaries.md + - name: Get cross-tenant access summary + href: api/networkaccess-reports-getcrosstenantsummary.md + - name: Get cross-tenant access report + href: api/networkaccess-reports-crosstenantaccessreport.md + - name: Get destination summary + href: api/networkaccess-reports-getdestinationsummaries.md + - name: Get destination report + href: api/networkaccess-reports-destinationreport.md + - name: Get device usage summary + href: api/networkaccess-reports-getdeviceusagesummary.md + - name: Get device usage report + href: api/networkaccess-reports-devicereport.md + - name: Get user usage report + href: api/networkaccess-reports-userreport.md + - name: Get transaction summaries + href: api/networkaccess-reports-transactionsummaries.md + - name: Remote network reports + items: + - name: Remote network health status event + href: resources/networkaccess-remotenetworkhealthstatusevent.md + items: + - name: List + href: api/networkaccess-remotenetworkhealthstatusevent-list.md + - name: Partner customer administration + items: + - name: Granular delegated admin privileges + items: + - name: Overview + displayName: GDAP, Partner Center, CSP, VAR + href: resources/delegatedadminrelationships-api-overview.md + - name: Delegated admin relationships + href: resources/delegatedadminrelationship.md + items: + - name: Create + href: api/tenantrelationship-post-delegatedadminrelationships.md + - name: List + href: api/tenantrelationship-list-delegatedadminrelationships.md + - name: Get + href: api/delegatedadminrelationship-get.md + - name: Update + href: api/delegatedadminrelationship-update.md + - name: Delete + href: api/delegatedadminrelationship-delete.md + - name: Delegated admin access assignments + href: resources/delegatedadminaccessassignment.md + items: + - name: Create + href: api/delegatedadminrelationship-post-accessassignments.md + - name: List + href: api/delegatedadminrelationship-list-accessassignments.md + - name: Get + href: api/delegatedadminaccessassignment-get.md + - name: Update + href: api/delegatedadminaccessassignment-update.md + - name: Delete + href: api/delegatedadminaccessassignment-delete.md + - name: Delegated admin relationship requests + href: resources/delegatedadminrelationshiprequest.md + items: + - name: Create + href: api/delegatedadminrelationship-post-requests.md + - name: List + href: api/delegatedadminrelationship-list-requests.md + - name: Get + href: api/delegatedadminrelationshiprequest-get.md + - name: Delegated admin relationship operations + href: resources/delegatedadminrelationshipoperation.md + items: + - name: List + href: api/delegatedadminrelationship-list-operations.md + - name: Get + href: api/delegatedadminrelationshipoperation-get.md + - name: Delegated admin customer + href: resources/delegatedadmincustomer.md + items: + - name: List + href: api/tenantrelationship-list-delegatedadmincustomers.md + - name: Get + href: api/delegatedadmincustomer-get.md + - name: Service management details + href: resources/delegatedadminservicemanagementdetail.md + items: + - name: List + href: api/delegatedadmincustomer-list-servicemanagementdetails.md + - name: Industry data ETL (preview) + items: + - name: Overview + href: resources/industrydata-overview.md + - name: Azure Data Lake connector + href: resources/industrydata-azuredatalakeconnector.md + items: + - name: List + href: api/industrydata-azuredatalakeconnector-list.md + - name: Create + href: api/industrydata-azuredatalakeconnector-post.md + - name: Get + href: api/industrydata-azuredatalakeconnector-get.md + - name: Update + href: api/industrydata-azuredatalakeconnector-update.md + - name: Delete + href: api/industrydata-azuredatalakeconnector-delete.md + - name: Get upload session + href: api/industrydata-azuredatalakeconnector-getuploadsession.md + - name: File validate operation + href: resources/industrydata-filevalidateoperation.md + items: + - name: List + href: api/industrydata-filevalidateoperation-list.md + - name: Get + href: api/industrydata-filevalidateoperation-get.md + - name: Inbound file flow + href: resources/industrydata-inboundfileflow.md + items: + - name: List + href: api/industrydata-inboundfileflow-list.md + - name: Create + href: api/industrydata-inboundfileflow-post.md + - name: Get + href: api/industrydata-inboundfileflow-get.md + - name: Update + href: api/industrydata-inboundfileflow-update.md + - name: Delete + href: api/industrydata-inboundfileflow-delete.md + - name: Inbound flow + href: resources/industrydata-inboundflow.md + items: + - name: List + href: api/industrydata-inboundflow-list.md + - name: Create + href: api/industrydata-inboundflow-post.md + - name: Get + href: api/industrydata-inboundflow-get.md + - name: Update + href: api/industrydata-inboundflow-update.md + - name: Delete + href: api/industrydata-inboundflow-delete.md + - name: Industry data connector + href: resources/industrydata-industrydataconnector.md + items: + - name: List + href: api/industrydata-industrydataconnector-list.md + - name: Create + href: api/industrydata-industrydataconnector-post.md + - name: Get + href: api/industrydata-industrydataconnector-get.md + - name: Update + href: api/industrydata-industrydataconnector-update.md + - name: Delete + href: api/industrydata-industrydataconnector-delete.md + - name: Validate + href: api/industrydata-industrydataconnector-validate.md + - name: Industry data run + href: resources/industrydata-industrydatarun.md + items: + - name: List + href: api/industrydata-industrydatarun-list.md + - name: Get + href: api/industrydata-industrydatarun-get.md + - name: Get statistics + href: api/industrydata-industrydatarun-getstatistics.md + - name: Reference definition + href: resources/industrydata-referencedefinition.md + items: + - name: List + href: api/industrydata-referencedefinition-list.md + - name: Get + href: api/industrydata-referencedefinition-get.md + - name: Role group + href: resources/industrydata-rolegroup.md + items: + - name: List + href: api/industrydata-rolegroup-list.md + - name: Get + href: api/industrydata-rolegroup-get.md + - name: Source system definition + href: resources/industrydata-sourcesystemdefinition.md + items: + - name: List + href: api/industrydata-sourcesystemdefinition-list.md + - name: Create + href: api/industrydata-sourcesystemdefinition-post.md + - name: Get + href: api/industrydata-sourcesystemdefinition-get.md + - name: Update + href: api/industrydata-sourcesystemdefinition-update.md + - name: Delete + href: api/industrydata-sourcesystemdefinition-delete.md + - name: Year time period definition + href: resources/industrydata-yeartimeperioddefinition.md + items: + - name: List + href: api/industrydata-yeartimeperioddefinition-list.md + - name: Create + href: api/industrydata-yeartimeperioddefinition-post.md + - name: Get + href: api/industrydata-yeartimeperioddefinition-get.md + - name: Update + href: api/industrydata-yeartimeperioddefinition-update.md + - name: Delete + href: api/industrydata-yeartimeperioddefinition-delete.md + - name: Mail + displayName: Outlook, Outlook mail + items: + - name: Overview + href: resources/mail-api-overview.md + - name: Message + href: resources/message.md + items: + - name: List messages + href: api/user-list-messages.md + - name: Create draft message + href: api/user-post-messages.md + - name: Get message + href: api/message-get.md + - name: Update message + href: api/message-update.md + - name: Delete message + href: api/message-delete.md + - name: Add attachment + href: api/message-post-attachments.md + - name: Copy message + href: api/message-copy.md + - name: Create draft to forward message + href: api/message-createforward.md + - name: Create draft to reply + href: api/message-createreply.md + - name: Create draft to reply-all + href: api/message-createreplyall.md + - name: Create open extension + href: api/opentypeextension-post-opentypeextension.md + - name: Create session to attach large file + href: api/attachment-createuploadsession.md + - name: Forward message + href: api/message-forward.md + - name: Get mail tips + href: api/user-getmailtips.md + - name: Get message delta + href: api/message-delta.md + - name: Get open extension + href: api/opentypeextension-get.md + - name: List attachments + href: api/message-list-attachments.md + - name: Mark as junk + href: api/message-markasjunk.md + - name: Mark as not junk + href: api/message-markasnotjunk.md + - name: Move message + href: api/message-move.md + - name: Reply to message + href: api/message-reply.md + - name: Reply-all to message + href: api/message-replyall.md + - name: Send draft message + href: api/message-send.md + - name: Send mail + href: api/user-sendmail.md + - name: Unsubscribe + href: api/message-unsubscribe.md + - name: Attachment + items: + - name: Attachment + href: resources/attachment.md + - name: File attachment type + href: resources/fileattachment.md + - name: Item attachment type + href: resources/itemattachment.md + - name: Reference attachment type + href: resources/referenceattachment.md + - name: Create session to attach large file + href: api/attachment-createuploadsession.md + - name: Get attachment + href: api/attachment-get.md + - name: Delete attachment + href: api/attachment-delete.md + - name: Category + items: + - name: Category + href: resources/outlookcategory.md + - name: List categories + href: api/outlookuser-list-mastercategories.md + - name: Create category + href: api/outlookuser-post-mastercategories.md + - name: Get category + href: api/outlookcategory-get.md + - name: Update category + href: api/outlookcategory-update.md + - name: Delete category + href: api/outlookcategory-delete.md + - name: Extended properties + items: + - name: Overview + href: resources/extended-properties-overview.md + - name: Single-value extended property + items: + - name: Single-value extended property + href: resources/singlevaluelegacyextendedproperty.md + - name: Create single-value property + href: api/singlevaluelegacyextendedproperty-post-singlevalueextendedproperties.md + - name: Get single-value property + href: api/singlevaluelegacyextendedproperty-get.md + - name: Multi-value extended property + items: + - name: Multi-value extended property + href: resources/multivaluelegacyextendedproperty.md + - name: Create multi-value property + href: api/multivaluelegacyextendedproperty-post-multivalueextendedproperties.md + - name: Get multi-value property + href: api/multivaluelegacyextendedproperty-get.md + - name: Focused Inbox + href: resources/manage-focused-inbox.md + items: + - name: Create Override + href: api/inferenceclassification-post-overrides.md + - name: List Overrides + href: api/inferenceclassification-list-overrides.md + - name: Update Override + href: api/inferenceclassificationoverride-update.md + - name: Delete Override + href: api/inferenceclassificationoverride-delete.md + - name: Mail folder + href: resources/mailfolder.md + items: + - name: List mail folders + href: api/user-list-mailfolders.md + - name: Create mail folder + href: api/user-post-mailfolders.md + - name: Get mail folder + href: api/mailfolder-get.md + - name: Update mail folder + href: api/mailfolder-update.md + - name: Delete mail folder + href: api/mailfolder-delete.md + - name: Copy mail folder + href: api/mailfolder-copy.md + - name: Create child folder + href: api/mailfolder-post-childfolders.md + - name: Create message in folder + href: api/mailfolder-post-messages.md + - name: Get folder delta + href: api/mailfolder-delta.md + - name: Get message delta + href: api/message-delta.md + - name: List child folders + href: api/mailfolder-list-childfolders.md + - name: List messages in folder + href: api/mailfolder-list-messages.md + - name: Move mail folder + href: api/mailfolder-move.md + - name: Mail search folder + href: resources/mailsearchfolder.md + items: + - name: List mail search folders + href: api/user-list-mailfolders.md + - name: Create mail search folder + href: api/mailsearchfolder-post.md + - name: Get mail search folder + href: api/mailfolder-get.md + - name: Update mail search folder + href: api/mailsearchfolder-update.md + - name: Delete mail search folder + href: api/mailfolder-delete.md + - name: List messages in folder + href: api/mailfolder-list-messages.md + - name: List child folders + href: api/mailfolder-list-childfolders.md + - name: Rule + items: + - name: Rule + href: resources/messagerule.md + - name: List rules + href: api/mailfolder-list-messagerules.md + - name: Create rule + href: api/mailfolder-post-messagerules.md + - name: Get rule + href: api/messagerule-get.md + - name: Update rule + href: api/messagerule-update.md + - name: Delete rule + href: api/messagerule-delete.md + - name: Notes + displayName: OneNote + items: + - name: Overview + href: resources/onenote-api-overview.md + - name: OneNote root + items: + - name: OneNote root + href: resources/onenote.md + - name: List notebooks + href: api/onenote-list-notebooks.md + - name: Create notebook + href: api/onenote-post-notebooks.md + - name: List sections + href: api/onenote-list-sections.md + - name: List section groups + href: api/onenote-list-sectiongroups.md + - name: List pages + href: api/onenote-list-pages.md + - name: Create page + href: api/onenote-post-pages.md + - name: Notebook + href: resources/notebook.md + items: + - name: List notebooks + href: api/onenote-list-notebooks.md + - name: Create notebook + href: api/onenote-post-notebooks.md + - name: Get notebook + href: api/notebook-get.md + - name: Copy notebook + href: api/notebook-copynotebook.md + - name: Get recent notebooks + href: api/notebook-getrecentnotebooks.md + - name: Get notebook from web URL + href: api/notebook-getnotebookfromweburl.md + - name: List sections + href: api/notebook-list-sections.md + - name: Create section + href: api/notebook-post-sections.md + - name: List section groups + href: api/notebook-list-sectiongroups.md + - name: Create section group + href: api/notebook-post-sectiongroups.md + - name: Section + href: resources/onenotesection.md + items: + - name: List sections + href: api/onenote-list-sections.md + - name: Create section + href: api/notebook-post-sections.md + - name: Get section + href: api/section-get.md + - name: List pages + href: api/section-list-pages.md + - name: Create page + href: api/section-post-pages.md + - name: Copy to notebook + href: api/section-copytonotebook.md + - name: Copy to section group + href: api/section-copytosectiongroup.md + - name: Section group + href: resources/sectiongroup.md + items: + - name: List section groups + href: api/onenote-list-sectiongroups.md + - name: Create section group + href: api/notebook-post-sectiongroups.md + - name: Get section group + href: api/sectiongroup-get.md + - name: List sections + href: api/sectiongroup-list-sections.md + - name: Create section + href: api/sectiongroup-post-sections.md + - name: Page + href: resources/onenotepage.md + items: + - name: List pages + href: api/onenote-list-pages.md + - name: Create page + href: api/section-post-pages.md + - name: Get page + href: api/page-get.md + - name: Update page + href: api/page-update.md + - name: Delete page + href: api/page-delete.md + - name: Copy to section + href: api/page-copytosection.md + - name: Resource + href: resources/onenoteresource.md + items: + - name: Get resource + href: api/resource-get.md + - name: Notifications (deprecated) + items: + - name: Overview + href: resources/notifications-api-overview.md + - name: Notification (deprecated) + href: resources/projectrome-notification.md + items: + - name: Create and send a notification (deprecated) + href: api/user-post-notifications.md + - name: People and workplace intelligence + items: + - name: Overview + href: resources/social-overview.md + - name: People + items: + - name: Person + href: resources/person.md + - name: List people + href: api/user-list-people.md + - name: Org control for people insights (preview) + items: + - name: Insights settings + href: resources/insightssettings.md + - name: List + href: api/organizationsettings-list-peopleinsights.md + - name: Update + href: api/insightssettings-update.md + - name: People admin settings + href: resources/peopleadminsettings.md + items: + - name: Get + href: api/peopleadminsettings-get.md + - name: Org control for pronouns settings + items: + - name: Pronouns settings + href: resources/pronounssettings.md + - name: List + href: api/peopleadminsettings-list-pronouns.md + - name: Update + href: api/pronounssettings-update.md + - name: Profile card customization + items: + - name: Profile card property + href: resources/profilecardproperty.md + - name: List + href: api/peopleadminsettings-list-profilecardproperties.md + - name: Create + href: api/peopleadminsettings-post-profilecardproperties.md + - name: Get + href: api/profilecardproperty-get.md + - name: Update + href: api/profilecardproperty-update.md + - name: Delete + href: api/profilecardproperty-delete.md + - name: Profile (preview) + items: + - name: Profile + href: resources/profile.md + - name: Get user's profile + href: api/profile-get.md + - name: Delete user's profile + href: api/profile-delete.md + - name: Account information + items: + - name: User account information + href: resources/useraccountinformation.md + - name: List + href: api/profile-list-accounts.md + - name: Create + href: api/profile-post-accounts.md + - name: Get + href: api/useraccountinformation-get.md + - name: Update + href: api/useraccountinformation-update.md + - name: Delete + href: api/useraccountinformation-delete.md + - name: Address + items: + - name: Item address + href: resources/itemaddress.md + - name: List + href: api/profile-list-addresses.md + - name: Create + href: api/profile-post-addresses.md + - name: Get + href: api/itemaddress-get.md + - name: Update + href: api/itemaddress-update.md + - name: Delete + href: api/itemaddress-delete.md + - name: Anniversary + items: + - name: Person anniversary + href: resources/personanniversary.md + - name: List + href: api/profile-list-anniversaries.md + - name: Create + href: api/profile-post-anniversaries.md + - name: Get + href: api/personanniversary-get.md + - name: Update + href: api/personanniversary-update.md + - name: Delete + href: api/personanniversary-delete.md + - name: Award + items: + - name: Person award + href: resources/personaward.md + - name: List + href: api/profile-list-awards.md + - name: Create + href: api/profile-post-awards.md + - name: Get + href: api/personaward-get.md + - name: Update + href: api/personaward-update.md + - name: Delete + href: api/personaward-delete.md + - name: Certification + items: + - name: Person certification + href: resources/personcertification.md + - name: List + href: api/profile-list-certifications.md + - name: Create + href: api/profile-post-certifications.md + - name: Get + href: api/personcertification-get.md + - name: Update + href: api/personcertification-update.md + - name: Delete + href: api/personcertification-delete.md + - name: Educational activity + items: + - name: Educational activity + href: resources/educationalactivity.md + - name: List + href: api/profile-list-educationalactivities.md + - name: Create + href: api/profile-post-educationalactivities.md + - name: Get + href: api/educationalactivity-get.md + - name: Update + href: api/educationalactivity-update.md + - name: Delete + href: api/educationalactivity-delete.md + - name: Email address + items: + - name: Item email + href: resources/itememail.md + - name: List + href: api/profile-list-emails.md + - name: Create + href: api/profile-post-emails.md + - name: Get + href: api/itememail-get.md + - name: Update + href: api/itememail-update.md + - name: Delete + href: api/itememail-delete.md + - name: Interest + items: + - name: Person interest + href: resources/personinterest.md + - name: List + href: api/profile-list-interests.md + - name: Create + href: api/profile-post-interests.md + - name: Get + href: api/personinterest-get.md + - name: Update + href: api/personinterest-update.md + - name: Delete + href: api/personinterest-delete.md + - name: Language + items: + - name: Language proficiency + href: resources/languageproficiency.md + - name: List + href: api/profile-list-languages.md + - name: Create + href: api/profile-post-languages.md + - name: Get + href: api/languageproficiency-get.md + - name: Update + href: api/languageproficiency-update.md + - name: Delete + href: api/languageproficiency-delete.md + - name: Name + items: + - name: Person name + href: resources/personname.md + - name: List + href: api/profile-list-names.md + - name: Create + href: api/profile-post-names.md + - name: Get + href: api/personname-get.md + - name: Update + href: api/personname-update.md + - name: Delete + href: api/personname-delete.md + - name: Note + items: + - name: Person annotation + href: resources/personannotation.md + - name: List + href: api/profile-list-notes.md + - name: Create + href: api/profile-post-notes.md + - name: Get + href: api/personannotation-get.md + - name: Update + href: api/personannotation-update.md + - name: Delete + href: api/personannotation-delete.md + - name: Patent + items: + - name: Item patent + href: resources/itempatent.md + - name: List + href: api/profile-list-patents.md + - name: Create + href: api/profile-post-patents.md + - name: Get + href: api/itempatent-get.md + - name: Update + href: api/itempatent-update.md + - name: Delete + href: api/itempatent-delete.md + - name: Phone + items: + - name: Item phone + href: resources/itemphone.md + - name: List + href: api/profile-list-phones.md + - name: Create + href: api/profile-post-phones.md + - name: Get + href: api/itemphone-get.md + - name: Update + href: api/itemphone-update.md + - name: Delete + href: api/itemphone-delete.md + - name: Position + items: + - name: Work position + href: resources/workposition.md + - name: List + href: api/profile-list-positions.md + - name: Create + href: api/profile-post-positions.md + - name: Get + href: api/workposition-get.md + - name: Update + href: api/workposition-update.md + - name: Delete + href: api/workposition-delete.md + - name: Project + items: + - name: Project participation + href: resources/projectparticipation.md + - name: List + href: api/profile-list-projects.md + - name: Create + href: api/profile-post-projects.md + - name: Get + href: api/projectparticipation-get.md + - name: Update + href: api/projectparticipation-update.md + - name: Delete + href: api/projectparticipation-delete.md + - name: Publication + items: + - name: Item publication + href: resources/itempublication.md + - name: List + href: api/profile-list-publications.md + - name: Create + href: api/profile-post-publications.md + - name: Get + href: api/itempublication-get.md + - name: Update + href: api/itempublication-update.md + - name: Delete + href: api/itempublication-delete.md + - name: Responsibility + items: + - name: Person responsibility + href: resources/personresponsibility.md + - name: List + href: api/profile-list-responsibilities.md + - name: Create + href: api/profile-post-responsibilities.md + - name: Get + href: api/personresponsibility-get.md + - name: Update + href: api/personresponsibility-update.md + - name: Delete + href: api/personresponsibility-delete.md + - name: Skill + items: + - name: Skill proficiency + href: resources/skillproficiency.md + - name: List + href: api/profile-list-skills.md + - name: Create + href: api/profile-post-skills.md + - name: Get + href: api/skillproficiency-get.md + - name: Update + href: api/skillproficiency-update.md + - name: Delete + href: api/skillproficiency-delete.md + - name: Web account + items: + - name: Web account + href: resources/webaccount.md + - name: List + href: api/profile-list-webaccounts.md + - name: Create + href: api/profile-post-webaccounts.md + - name: Get + href: api/webaccount-get.md + - name: Update + href: api/webaccount-update.md + - name: Delete + href: api/webaccount-delete.md + - name: Website + items: + - name: Person website + href: resources/personwebsite.md + - name: List + href: api/profile-list-websites.md + - name: Create + href: api/profile-post-websites.md + - name: Get + href: api/personwebsite-get.md + - name: Update + href: api/personwebsite-update.md + - name: Delete + href: api/personwebsite-delete.md + - name: Item insights + items: + - name: Item insights + items: + - name: Item insights (preview) + href: resources/iteminsights.md + - name: List shared + href: api/insights-list-shared.md + - name: List trending + href: api/insights-list-trending.md + - name: List used + href: api/insights-list-used.md + - name: Org control (preview) + items: + - name: Insights settings + href: resources/insightssettings.md + - name: List + href: api/organizationsettings-list-iteminsights.md + - name: Update + href: api/insightssettings-update.md + - name: User control (preview) + items: + - name: User insights settings + href: resources/userinsightssettings.md + - name: Get + href: api/userinsightssettings-get.md + - name: Update + href: api/userinsightssettings-update.md + - name: Mention (preview) + href: resources/mention.md + - name: Analytics (preview) + items: + - name: User analytics + href: resources/useranalytics.md + - name: Settings + items: + - name: Settings + href: resources/settings.md + - name: Get settings + href: api/useranalytics-get-settings.md + - name: Activity statistics + items: + - name: Activity statistics + href: resources/activitystatistics.md + - name: Call statistics type + href: resources/callactivitystatistics.md + - name: Chat statistics type + href: resources/chatactivitystatistics.md + - name: Email statistics type + href: resources/emailactivitystatistics.md + - name: Focus statistics type + href: resources/focusactivitystatistics.md + - name: Meeting statistics type + href: resources/meetingactivitystatistics.md + - name: List activity statistics + href: api/activitystatistics-list.md + - name: Pronouns settings (preview) + items: + - name: Pronouns settings + href: resources/pronounssettings.md + - name: List + href: api/peopleadminsettings-list-pronouns.md + - name: Update + href: api/pronounssettings-update.md + - name: Personal contacts + displayName: Outlook, Outlook contacts, Outlook contact, People + items: + - name: Contact + href: resources/contact.md + items: + - name: List contacts + href: api/user-list-contacts.md + - name: Create contact + href: api/user-post-contacts.md + - name: Get contact + href: api/contact-get.md + - name: Update contact + href: api/contact-update.md + - name: Delete contact + href: api/contact-delete.md + - name: Get contact delta + href: api/contact-delta.md + - name: Create open extension + href: api/opentypeextension-post-opentypeextension.md + - name: Get open extension + href: api/opentypeextension-get.md + - name: Category + items: + - name: Category + href: resources/outlookcategory.md + - name: List categories + href: api/outlookuser-list-mastercategories.md + - name: Create category + href: api/outlookuser-post-mastercategories.md + - name: Get category + href: api/outlookcategory-get.md + - name: Update category + href: api/outlookcategory-update.md + - name: Delete category + href: api/outlookcategory-delete.md + - name: Contact folder + href: resources/contactfolder.md + items: + - name: List contact folders + href: api/user-list-contactfolders.md + - name: Create contact folder + href: api/user-post-contactfolders.md + - name: Get contact folder + href: api/contactfolder-get.md + - name: Update contact folder + href: api/contactfolder-update.md + - name: Delete contact folder + href: api/contactfolder-delete.md + - name: Get contact folder delta + href: api/contactfolder-delta.md + - name: List child folders + href: api/contactfolder-list-childfolders.md + - name: Create child folder + href: api/contactfolder-post-childfolders.md + - name: List contacts in folder + href: api/contactfolder-list-contacts.md + - name: Create contact in folder + href: api/contactfolder-post-contacts.md + - name: Get contact delta + href: api/contact-delta.md + - name: Contact merge suggestions (preview) + items: + - name: Contact merge suggestions + href: resources/contactmergesuggestions.md + - name: Get + href: api/contactmergesuggestions-get.md + - name: Update + href: api/contactmergesuggestions-update.md + - name: Org control for contact insights (preview) + items: + - name: Insights settings + href: resources/insightssettings.md + - name: List + href: api/organizationsettings-list-contactinsights.md + - name: Update + href: api/insightssettings-update.md + - name: Extended properties + items: + - name: Overview + href: resources/extended-properties-overview.md + - name: Single-value extended property + items: + - name: Single-value extended property + href: resources/singlevaluelegacyextendedproperty.md + - name: Create single-value property + href: api/singlevaluelegacyextendedproperty-post-singlevalueextendedproperties.md + - name: Get single-value property + href: api/singlevaluelegacyextendedproperty-get.md + - name: Multi-value extended property + items: + - name: Multi-value extended property + href: resources/multivaluelegacyextendedproperty.md + - name: Create multi-value property + href: api/multivaluelegacyextendedproperty-post-multivalueextendedproperties.md + - name: Get multi-value property + href: api/multivaluelegacyextendedproperty-get.md + - name: Reports + items: + - name: Identity and access reports + items: + - name: Microsoft Entra recommendations (preview) + displayName: Recommendations, Microsoft Entra recommendations + href: resources/recommendations-api-overview.md + items: + - name: Recommendations + items: + - name: Recommendation + href: resources/recommendation.md + - name: List + href: api/directory-list-recommendation.md + - name: Get + href: api/recommendation-get.md + - name: Complete + href: api/recommendation-complete.md + - name: Dismiss + href: api/recommendation-dismiss.md + - name: Postpone + href: api/recommendation-postpone.md + - name: Reactivate + href: api/recommendation-reactivate.md + - name: Get tenant Secure Score + href: api/recommendation-tenantsecurescores.md + - name: Impacted resources + items: + - name: Impacted resource + href: resources/impactedresource.md + - name: List + href: api/recommendation-list-impactedresources.md + - name: Get + href: api/impactedresource-get.md + - name: Complete + href: api/impactedresource-complete.md + - name: Dismiss + href: api/impactedresource-dismiss.md + - name: Postpone + href: api/impactedresource-postpone.md + - name: Reactivate + href: api/impactedresource-reactivate.md + - name: Microsoft Entra activity reports + items: + - name: Overview + href: resources/report-identity-access.md + - name: AD FS application activity + items: + - name: Relying party detailed summary + href: resources/relyingpartydetailedsummary.md + items: + - name: List + href: api/relyingpartydetailedsummary-list.md + - name: Application credential activity + href: resources/appcredentialsigninactivity.md + items: + - name: List + href: api/reportroot-list-appcredentialsigninactivities.md + - name: Get + href: api/appcredentialsigninactivity-get.md + - name: Application sign-in + items: + - name: Sign-in summary + href: resources/applicationsigninsummary.md + items: + - name: Get + href: api/reportroot-getazureadapplicationsigninsummary.md + - name: Sign-in details + href: resources/applicationsignindetailedsummary.md + items: + - name: List + href: api/reportroot-list-applicationsignindetailedsummary.md + - name: Get + href: api/applicationsignindetailedsummary-get.md + - name: Application user activity (preview) + items: + - name: Daily user insight + href: resources/dailyuserinsightmetricsroot.md + - name: Monthly user insight + href: resources/monthlyuserinsightmetricsroot.md + - name: Active users breakdown + href: resources/activeusersbreakdownmetric.md + items: + - name: List daily + href: api/dailyuserinsightmetricsroot-list-activeusersbreakdown.md + - name: List monthly + href: api/monthlyuserinsightmetricsroot-list-activeusersbreakdown.md + - name: Active users + href: resources/activeusersmetric.md + items: + - name: List daily + href: api/dailyuserinsightmetricsroot-list-activeusers.md + - name: List monthly + href: api/monthlyuserinsightmetricsroot-list-activeusers.md + - name: Authentications + href: resources/authenticationsmetric.md + items: + - name: List daily + href: api/dailyuserinsightmetricsroot-list-authentications.md + - name: List monthly + href: api/monthlyuserinsightmetricsroot-list-authentications.md + - name: Insights summary + href: resources/insightsummary.md + items: + - name: List daily + href: api/dailyuserinsightmetricsroot-list-summary.md + - name: List monthly + href: api/monthlyuserinsightmetricsroot-list-summary.md + - name: MFA completion + href: resources/mfacompletionmetric.md + items: + - name: List daily + href: api/dailyuserinsightmetricsroot-list-mfacompletions.md + - name: List monthly + href: api/monthlyuserinsightmetricsroot-list-mfacompletions.md + - name: User count + href: resources/usercountmetric.md + items: + - name: List daily + href: api/dailyuserinsightmetricsroot-list-usercount.md + - name: User requests + href: resources/userrequestsmetric.md + items: + - name: List daily + href: api/dailyuserinsightmetricsroot-list-requests.md + - name: List monthly + href: api/monthlyuserinsightmetricsroot-list-requests.md + - name: User signup + href: resources/usersignupmetric.md + items: + - name: List daily + href: api/dailyuserinsightmetricsroot-list-signups.md + - name: List monthly + href: api/monthlyuserinsightmetricsroot-list-signups.md + - name: Microsoft Entra SLA attainment + items: + - name: Microsoft Entra authentication + href: resources/azureadauthentication.md + - name: Service level agreement + href: resources/servicelevelagreementroot.md + - name: Get Microsoft Entra authentication + href: api/azureadauthentication-get.md + - name: Microsoft Entra service activity + items: + - name: Microsoft Entra service activity + href: resources/serviceactivity.md + - name: Get MFA sign-in success metrics + href: api/serviceactivity-getmetricsformfasigninsuccess.md + - name: Get MFA sign-in failure metrics + href: api/serviceactivity-getmetricsformfasigninfailure.md + - name: Get managed devices Conditional Access sign-in metrics + href: api/serviceactivity-getmetricsforconditionalaccessmanageddevicessigninsuccess.md + - name: Get compliant devices Conditional Access sign-in metrics + href: api/serviceactivity-getmetricsforconditionalaccesscompliantdevicessigninsuccess.md + - name: Get SAML sign-in metrics + href: api/serviceactivity-getmetricsforsamlsigninsuccess.md + - name: Registration and usage + items: + - name: Overview + href: resources/authenticationmethods-usage-insights-overview.md + - name: Credential usage summary + href: resources/credentialusagesummary.md + items: + - name: List + href: api/reportroot-getcredentialusagesummary.md + - name: Credential user registration count + href: resources/credentialuserregistrationcount.md + items: + - name: Get + href: api/reportroot-getcredentialuserregistrationcount.md + - name: Credential user registration details (deprecated) + href: resources/credentialuserregistrationdetails.md + items: + - name: List + href: api/reportroot-list-credentialuserregistrationdetails.md + - name: User credential usage details + href: resources/usercredentialusagedetails.md + items: + - name: List + href: api/reportroot-list-usercredentialusagedetails.md + - name: User registration details + href: resources/userregistrationdetails.md + items: + - name: List + href: api/authenticationmethodsroot-list-userregistrationdetails.md + - name: Get + href: api/userregistrationdetails-get.md + - name: Users registered by feature + href: resources/userregistrationfeaturesummary.md + items: + - name: List + href: api/authenticationmethodsroot-usersregisteredbyfeature.md + - name: Users registered by method + href: resources/userregistrationmethodsummary.md + items: + - name: List + href: api/authenticationmethodsroot-usersregisteredbymethod.md + - name: Service principal activity + href: resources/serviceprincipalsigninactivity.md + items: + - name: List + href: api/reportroot-list-serviceprincipalsigninactivities.md + - name: Get + href: api/serviceprincipalsigninactivity-get.md + - name: Microsoft Entra audit logs + items: + - name: Overview + href: resources/azure-ad-auditlog-overview.md + - name: Custom security attributes audit + href: resources/customsecurityattributeaudit.md + items: + - name: List + href: api/auditlogroot-list-customsecurityattributeaudits.md + - name: Get + href: api/customsecurityattributeaudit-get.md + - name: Directory audit + href: resources/directoryaudit.md + items: + - name: List + href: api/directoryaudit-list.md + - name: Get + href: api/directoryaudit-get.md + - name: Provisioning + href: resources/provisioningobjectsummary.md + items: + - name: List + href: api/provisioningobjectsummary-list.md + - name: Sign-in + href: resources/signin.md + items: + - name: List + href: api/signin-list.md + - name: Get + href: api/signin-get.md + - name: Confirm safe + href: api/signin-confirmsafe.md + - name: Confirm compromised + href: api/signin-confirmcompromised.md + - name: Microsoft 365 usage reports + items: + - name: Overview + href: resources/report.md + - name: Admin report settings + items: + - name: Admin report settings + href: resources/adminreportsettings.md + - name: Get + href: api/adminreportsettings-get.md + - name: Update + href: api/adminreportsettings-update.md + - name: Forms activity + href: resources/microsoft-forms-usage-reports.md + items: + - name: Get user detail + href: api/reportroot-getformsuseractivityuserdetail.md + - name: Get activity counts + href: api/reportroot-getformsuseractivitycounts.md + - name: Get user counts + href: api/reportroot-getformsuseractivityusercounts.md + - name: Microsoft Teams device usage + href: resources/microsoft-teams-device-usage-reports.md + items: + - name: Get user detail + href: api/reportroot-getteamsdeviceusageuserdetail.md + - name: Get user counts + href: api/reportroot-getteamsdeviceusageusercounts.md + - name: Get total user counts + href: api/reportroot-getteamsdeviceusagetotalusercounts.md + - name: Get distribution user counts + href: api/reportroot-getteamsdeviceusagedistributionusercounts.md + - name: Get distribution total user counts + href: api/reportroot-getteamsdeviceusagedistributiontotalusercounts.md + - name: Microsoft Teams user activity + href: resources/microsoft-teams-user-activity-reports.md + items: + - name: Get user detail + href: api/reportroot-getteamsuseractivityuserdetail.md + - name: Get activity counts + href: api/reportroot-getteamsuseractivitycounts.md + - name: Get activity total counts + href: api/reportroot-getteamsuseractivitytotalcounts.md + - name: Get user counts + href: api/reportroot-getteamsuseractivityusercounts.md + - name: Get total user counts + href: api/reportroot-getteamsuseractivitytotalusercounts.md + - name: Get distribution user counts + href: api/reportroot-getteamsuseractivitydistributionusercounts.md + - name: Get distribution total user counts + href: api/reportroot-getteamsuseractivitydistributiontotalusercounts.md + - name: Get total distribution activity counts + href: api/reportroot-getteamsuseractivitytotaldistributioncounts.md + - name: Microsoft Teams team activity + href: resources/microsoft-teams-team-usage-reports.md + items: + - name: Get team detail + href: api/reportroot-getteamsteamactivitydetail.md + - name: Get team activity counts + href: api/reportroot-getteamsteamactivitycounts.md + - name: Get team activity distribution counts + href: api/reportroot-getteamsteamactivitydistributioncounts.md + - name: Get team counts + href: api/reportroot-getteamsteamcounts.md + - name: Outlook activity + href: resources/email-activity-reports.md + items: + - name: Get user detail + href: api/reportroot-getemailactivityuserdetail.md + - name: Get activity counts + href: api/reportroot-getemailactivitycounts.md + - name: Get user counts + href: api/reportroot-getemailactivityusercounts.md + - name: Outlook app usage + href: resources/email-app-usage-reports.md + items: + - name: Get user detail + href: api/reportroot-getemailappusageuserdetail.md + - name: Get apps user counts + href: api/reportroot-getemailappusageappsusercounts.md + - name: Get user counts + href: api/reportroot-getemailappusageusercounts.md + - name: Get versions user counts + href: api/reportroot-getemailappusageversionsusercounts.md + - name: Outlook mailbox usage + href: resources/mailbox-usage-reports.md + items: + - name: Get mailbox detail + href: api/reportroot-getmailboxusagedetail.md + - name: Get mailbox counts + href: api/reportroot-getmailboxusagemailboxcounts.md + - name: Get quota status mailbox counts + href: api/reportroot-getmailboxusagequotastatusmailboxcounts.md + - name: Get storage + href: api/reportroot-getmailboxusagestorage.md + - name: Microsoft 365 activations + href: resources/office-365-activations-reports.md + items: + - name: Get user detail + href: api/reportroot-getoffice365activationsuserdetail.md + - name: Get activation counts + href: api/reportroot-getoffice365activationcounts.md + - name: Get user counts + href: api/reportroot-getoffice365activationsusercounts.md + - name: Microsoft 365 active users + href: resources/office-365-active-users-reports.md + items: + - name: Get user detail + href: api/reportroot-getoffice365activeuserdetail.md + - name: Get user counts + href: api/reportroot-getoffice365activeusercounts.md + - name: Get services user counts + href: api/reportroot-getoffice365servicesusercounts.md + - name: Microsoft 365 Apps usage + href: resources/microsoft-365-apps-usage-report.md + items: + - name: Get user detail + href: api/reportroot-getm365appuserdetail.md + - name: Get user counts + href: api/reportroot-getm365appusercounts.md + - name: Get platform user counts + href: api/reportroot-getm365appplatformusercounts.md + - name: Microsoft 365 browser usage + href: resources/microsoft-365-browser-usage-report.md + items: + - name: Get user detail + href: api/reportroot-getbrowseruserdetail.md + - name: Get user counts + href: api/reportroot-getbrowserusercounts.md + - name: Get distribution user counts + href: api/reportroot-getbrowserdistributionusercounts.md + - name: Microsoft 365 groups activity + href: resources/office-365-groups-activity-reports.md + items: + - name: Get group detail + href: api/reportroot-getoffice365groupsactivitydetail.md + - name: Get activity counts + href: api/reportroot-getoffice365groupsactivitycounts.md + - name: Get group counts + href: api/reportroot-getoffice365groupsactivitygroupcounts.md + - name: Get storage + href: api/reportroot-getoffice365groupsactivitystorage.md + - name: Get file counts + href: api/reportroot-getoffice365groupsactivityfilecounts.md + - name: OneDrive activity + href: resources/onedrive-activity-reports.md + items: + - name: Get user detail + href: api/reportroot-getonedriveactivityuserdetail.md + - name: Get user counts + href: api/reportroot-getonedriveactivityusercounts.md + - name: Get file counts + href: api/reportroot-getonedriveactivityfilecounts.md + - name: OneDrive usage + href: resources/onedrive-usage-reports.md + items: + - name: Get account detail + href: api/reportroot-getonedriveusageaccountdetail.md + - name: Get account counts + href: api/reportroot-getonedriveusageaccountcounts.md + - name: Get file counts + href: api/reportroot-getonedriveusagefilecounts.md + - name: Get storage + href: api/reportroot-getonedriveusagestorage.md + - name: SharePoint activity + href: resources/sharepoint-activity-reports.md + items: + - name: Get user detail + href: api/reportroot-getsharepointactivityuserdetail.md + - name: Get file counts + href: api/reportroot-getsharepointactivityfilecounts.md + - name: Get user counts + href: api/reportroot-getsharepointactivityusercounts.md + - name: Get pages + href: api/reportroot-getsharepointactivitypages.md + - name: SharePoint site usage + href: resources/sharepoint-site-usage-reports.md + items: + - name: Get site detail + href: api/reportroot-getsharepointsiteusagedetail.md + - name: Get file counts + href: api/reportroot-getsharepointsiteusagefilecounts.md + - name: Get site counts + href: api/reportroot-getsharepointsiteusagesitecounts.md + - name: Get storage + href: api/reportroot-getsharepointsiteusagestorage.md + - name: Get pages + href: api/reportroot-getsharepointsiteusagepages.md + - name: Skype for Business activity + href: resources/skype-for-business-activity-reports.md + items: + - name: Get user detail + href: api/reportroot-getskypeforbusinessactivityuserdetail.md + - name: Get activity counts + href: api/reportroot-getskypeforbusinessactivitycounts.md + - name: Get user counts + href: api/reportroot-getskypeforbusinessactivityusercounts.md + - name: Skype for Business device usage + href: resources/skype-for-business-device-usage-reports.md + items: + - name: Get user detail + href: api/reportroot-getskypeforbusinessdeviceusageuserdetail.md + - name: Get distribution user counts + href: api/reportroot-getskypeforbusinessdeviceusagedistributionusercounts.md + - name: Get user counts + href: api/reportroot-getskypeforbusinessdeviceusageusercounts.md + - name: Skype for Business organizer activity + href: resources/skype-for-business-organizer-activity-reports.md + items: + - name: Get activity counts + href: api/reportroot-getskypeforbusinessorganizeractivitycounts.md + - name: Get user counts + href: api/reportroot-getskypeforbusinessorganizeractivityusercounts.md + - name: Get minute counts + href: api/reportroot-getskypeforbusinessorganizeractivityminutecounts.md + - name: Skype for Business participant activity + href: resources/skype-for-business-participant-activity-reports.md + items: + - name: Get activity counts + href: api/reportroot-getskypeforbusinessparticipantactivitycounts.md + - name: Get user counts + href: api/reportroot-getskypeforbusinessparticipantactivityusercounts.md + - name: Get minute counts + href: api/reportroot-getskypeforbusinessparticipantactivityminutecounts.md + - name: Skype for Business peer-to-peer activity + href: resources/skype-for-business-peer-to-peer-activity.md + items: + - name: Get activity counts + href: api/reportroot-getskypeforbusinesspeertopeeractivitycounts.md + - name: Get user counts + href: api/reportroot-getskypeforbusinesspeertopeeractivityusercounts.md + - name: Get minute counts + href: api/reportroot-getskypeforbusinesspeertopeeractivityminutecounts.md + - name: Yammer activity + href: resources/yammer-activity-reports.md + items: + - name: Get user detail + href: api/reportroot-getyammeractivityuserdetail.md + - name: Get activity counts + href: api/reportroot-getyammeractivitycounts.md + - name: Get user counts + href: api/reportroot-getyammeractivityusercounts.md + - name: Yammer device usage + href: resources/yammer-device-usage-reports.md + items: + - name: Get user detail + href: api/reportroot-getyammerdeviceusageuserdetail.md + - name: Get distribution user counts + href: api/reportroot-getyammerdeviceusagedistributionusercounts.md + - name: Get user counts + href: api/reportroot-getyammerdeviceusageusercounts.md + - name: Yammer groups activity + href: resources/yammer-groups-activity-reports.md + items: + - name: Get group detail + href: api/reportroot-getyammergroupsactivitydetail.md + - name: Get group counts + href: api/reportroot-getyammergroupsactivitygroupcounts.md + - name: Get activity counts + href: api/reportroot-getyammergroupsactivitycounts.md + - name: Microsoft Defender for Office 365 security reports + items: + - name: Attack simulation reports + href: resources/report-m365defender-reports-overview.md + - name: Repeat offender + items: + - name: Repeat offender + href: resources/attacksimulationrepeatoffender.md + - name: Get repeat offenders + href: api/securityreportsroot-getattacksimulationrepeatoffenders.md + - name: Simulation data + items: + - name: Simulation user coverage + href: resources/attacksimulationsimulationusercoverage.md + - name: Get simulation coverage for users + href: api/securityreportsroot-getattacksimulationsimulationusercoverage.md + - name: Training data + items: + - name: Training user coverage + href: resources/attacksimulationtrainingusercoverage.md + - name: Get training coverage for users + href: api/securityreportsroot-getattacksimulationtrainingusercoverage.md + - name: Search + items: + - name: Query + items: + - name: Overview + href: resources/search-api-overview.md + - name: Search request type + href: resources/searchrequest.md + - name: Search response type + href: resources/searchresponse.md + - name: Query data + href: api/search-query.md + - name: Answer + items: + - name: Overview + href: resources/search-api-answers-overview.md + - name: Acronym + href: resources/search-acronym.md + items: + - name: List acronyms + href: api/search-searchentity-list-acronyms.md + - name: Create acronym + href: api/search-searchentity-post-acronyms.md + - name: Get acronym + href: api/search-acronym-get.md + - name: Update acronym + href: api/search-acronym-update.md + - name: Delete acronym + href: api/search-acronym-delete.md + - name: Bookmark + href: resources/search-bookmark.md + items: + - name: List bookmarks + href: api/search-searchentity-list-bookmarks.md + - name: Create bookmark + href: api/search-searchentity-post-bookmarks.md + - name: Get bookmark + href: api/search-bookmark-get.md + - name: Update bookmark + href: api/search-bookmark-update.md + - name: Delete bookmark + href: api/search-bookmark-delete.md + - name: QnA + href: resources/search-qna.md + items: + - name: List qnas + href: api/search-searchentity-list-qnas.md + - name: Create qna + href: api/search-searchentity-post-qnas.md + - name: Get qna + href: api/search-qna-get.md + - name: Update qna + href: api/search-qna-update.md + - name: Delete qna + href: api/search-qna-delete.md + - name: Security + items: + - name: Overview + href: resources/security-api-overview.md + - name: Action (preview) + items: + - name: Action + href: resources/securityaction.md + - name: List security actions + href: api/securityactions-list.md + - name: Create security action + href: api/securityactions-post.md + - name: Get security action + href: api/securityaction-get.md + - name: Cancel security action + href: api/securityaction-cancelsecurityaction.md + - name: Advanced hunting + items: + - name: Run hunting query + href: api/security-security-runhuntingquery.md + - name: Hunting query results + href: resources/security-huntingqueryresults.md + - name: Hunting row result + href: resources/security-huntingrowresult.md + - name: Single property schema + href: resources/security-singlepropertyschema.md + - name: Alerts and incidents + items: + - name: Alert + items: + - name: Alert + href: resources/security-alert.md + - name: List alerts + href: api/security-list-alerts_v2.md + - name: Get alert + href: api/security-alert-get.md + - name: Update alert + href: api/security-alert-update.md + - name: Create comment for alert + href: api/security-alert-post-comments.md + - name: Alert evidence + items: + - name: Alert evidence + href: resources/security-alertevidence.md + - name: Incident + items: + - name: Incident + href: resources/security-incident.md + - name: List incidents + href: api/security-list-incidents.md + - name: Get incident + href: api/security-incident-get.md + - name: Update incident + href: api/security-incident-update.md + - name: Create comment for incident + href: api/security-incident-post-comments.md + - name: Attack simulation and training + items: + - name: Simulations + items: + - name: Simulation + href: resources/simulation.md + - name: List + href: api/attacksimulationroot-list-simulations.md + - name: Create + href: api/attacksimulationroot-post-simulation.md + - name: Get + href: api/simulation-get.md + - name: Update + href: api/simulation-update.md + - name: Delete + href: api/simulation-delete.md + - name: List simulation users + href: api/usersimulationdetails-list.md + - name: Get simulation overview + href: api/simulationreportoverview-get.md + - name: Attack simulation operation + items: + - name: Attack simulation operation + href: resources/attacksimulationoperation.md + - name: Get + href: api/attacksimulationoperation-get.md + - name: End user notification + items: + - name: End user notification + href: resources/endusernotification.md + - name: List + href: api/attacksimulationroot-list-endusernotifications.md + - name: Get + href: api/endusernotification-get.md + - name: Landing page + items: + - name: Landing page + href: resources/landingpage.md + - name: List + href: api/attacksimulationroot-list-landingpage.md + - name: Get + href: api/landingpage-get.md + - name: Login page + items: + - name: Login page + href: resources/loginpage.md + - name: List + href: api/attacksimulationroot-list-loginpage.md + - name: Get + href: api/loginpage-get.md + - name: Payload + items: + - name: Payload + href: resources/payload.md + - name: List + href: api/attacksimulationroot-list-payloads.md + - name: Get + href: api/payload-get.md + - name: Get payload detail + href: api/payloaddetail-get.md + - name: Training + items: + - name: Training + href: resources/training.md + - name: List + href: api/attacksimulationroot-list-trainings.md + - name: Get + href: api/training-get.md + - name: Training language detail + items: + - name: Training language detail + href: resources/traininglanguagedetail.md + - name: Get + href: api/traininglanguagedetail-get.md + - name: Reports + items: + - name: Attack simulation reports + href: resources/report-m365defender-reports-overview.md + - name: Repeat offender + items: + - name: Repeat offender + href: resources/attacksimulationrepeatoffender.md + - name: Get repeat offenders + href: api/securityreportsroot-getattacksimulationrepeatoffenders.md + - name: Simulation data + items: + - name: Simulation user coverage + href: resources/attacksimulationsimulationusercoverage.md + - name: Get simulation coverage for users + href: api/securityreportsroot-getattacksimulationsimulationusercoverage.md + - name: Training data + items: + - name: Training user coverage + href: resources/attacksimulationtrainingusercoverage.md + - name: Get training coverage for users + href: api/securityreportsroot-getattacksimulationtrainingusercoverage.md + - name: Simulation automation + items: + - name: Simulation automation + href: resources/simulationautomation.md + - name: List + href: api/attacksimulationroot-list-simulationautomations.md + - name: Get + href: api/simulationautomation-get.md + - name: Simulation automation run + items: + - name: Simulation automation run + href: resources/simulationautomationrun.md + - name: List + href: api/simulationautomation-list-runs.md + - name: Audit Log Query (preview) + items: + - name: Overview + href: resources/security-api-overview.md + - name: Audit Log Query + href: resources/security-auditlogquery.md + items: + - name: List + href: api/security-auditcoreroot-list-auditlogqueries.md + - name: Post + href: api/security-auditcoreroot-post-auditlogqueries.md + - name: Get + href: api/security-auditlogquery-get.md + - name: Audit Log Record + href: resources/security-auditlogrecord.md + items: + - name: List + href: api/security-auditlogquery-list-records.md + - name: Audit Log Data + href: resources/security-auditdata.md + - name: Default Audit Log Data + href: resources/security-defaultauditdata.md + - name: eDiscovery (preview) + items: + - name: Case + href: resources/security-ediscoverycase.md + items: + - name: List + href: api/security-casesroot-list-ediscoverycases.md + - name: Create + href: api/security-casesroot-post-ediscoverycases.md + - name: Get + href: api/security-ediscoverycase-get.md + - name: Update + href: api/security-ediscoverycase-update.md + - name: Delete + href: api/security-casesroot-delete-ediscoverycases.md + - name: Close + href: api/security-ediscoverycase-close.md + - name: Reopen + href: api/security-ediscoverycase-reopen.md + - name: List operations + href: api/security-ediscoverycase-list-operations.md + - name: List custodians + href: api/security-ediscoverycase-list-custodians.md + - name: Create custodian + href: api/security-ediscoverycase-post-custodians.md + - name: List non-custodial data sources + href: api/security-ediscoverycase-list-noncustodialdatasources.md + - name: Create non-custodial data source + href: api/security-ediscoverycase-post-noncustodialdatasources.md + - name: List legal holds (preview) + href: api/security-ediscoverycase-list-legalholds.md + - name: Create legal hold (preview) + href: api/security-ediscoverycase-post-legalholds.md + - name: List searches + href: api/security-ediscoverycase-list-searches.md + - name: Create search + href: api/security-ediscoverycase-post-searches.md + - name: List review sets + href: api/security-ediscoverycase-list-reviewsets.md + - name: Create review set + href: api/security-ediscoverycase-post-reviewsets.md + - name: List tags + href: api/security-ediscoverycase-list-tags.md + - name: Create tag + href: api/security-ediscoverycase-post-tags.md + - name: Case settings + href: resources/security-ediscoverycasesettings.md + items: + - name: Get settings + href: api/security-ediscoverycasesettings-get.md + - name: Update settings + href: api/security-ediscoverycasesettings-update.md + - name: Reset settings to default + href: api/security-ediscoverycasesettings-resettodefault.md + - name: Operation + href: resources/security-caseoperation.md + items: + - name: List case operations + href: api/security-ediscoverycase-list-operations.md + - name: Get case operation by ID + href: api/security-caseoperation-get.md + - name: Custodian + href: resources/security-ediscoverycustodian.md + items: + - name: List + href: api/security-ediscoverycase-list-custodians.md + - name: Create + href: api/security-ediscoverycase-post-custodians.md + - name: Get + href: api/security-ediscoverycustodian-get.md + - name: Activate + href: api/security-ediscoverycustodian-activate.md + - name: Release + href: api/security-ediscoverycustodian-release.md + - name: Apply hold + href: api/security-ediscoverycustodian-applyhold.md + - name: Remove hold + href: api/security-ediscoverycustodian-removehold.md + - name: Update index + href: api/security-ediscoverycustodian-updateindex.md + - name: List user sources + href: api/security-ediscoverycustodian-list-usersources.md + - name: Create user source + href: api/security-ediscoverycustodian-post-usersources.md + - name: List site sources + href: api/security-ediscoverycustodian-list-sitesources.md + - name: Create site source + href: api/security-ediscoverycustodian-post-sitesources.md + - name: List unitifed group sources + href: api/security-ediscoverycustodian-list-unifiedgroupsources.md + - name: Create unifed group source + href: api/security-ediscoverycustodian-post-unifiedgroupsources.md + - name: Get last index operation + href: api/security-ediscoverycustodian-list-lastindexoperation.md + - name: Non-custodial data source + href: resources/security-ediscoverynoncustodialdatasource.md + items: + - name: List + href: api/security-ediscoverycase-list-noncustodialdatasources.md + - name: Create + href: api/security-ediscoverycase-post-noncustodialdatasources.md + - name: Get + href: api/security-ediscoverynoncustodialdatasource-get.md + - name: Release + href: api/security-ediscoverynoncustodialdatasource-release.md + - name: Apply hold + href: api/security-ediscoverynoncustodialdatasource-applyhold.md + - name: Remove hold + href: api/security-ediscoverynoncustodialdatasource-removehold.md + - name: Update index + href: api/security-ediscoverynoncustodialdatasource-updateindex.md + - name: Get last index operation + href: api/security-ediscoverycustodian-list-lastindexoperation.md + - name: Hold policy (preview) + href: resources/security-ediscoveryholdpolicy.md + items: + - name: List + href: api/security-ediscoverycase-list-legalholds.md + - name: Create + href: api/security-ediscoverycase-post-legalholds.md + - name: Get + href: api/security-ediscoveryholdpolicy-get.md + - name: Update + href: api/security-ediscoveryholdpolicy-update.md + - name: Delete + href: api/security-ediscoverycase-delete-legalholds.md + - name: List user sources + href: api/security-ediscoverycustodian-list-usersources.md + - name: Create user source + href: api/security-ediscoveryholdpolicy-post-usersources.md + - name: List site sources + href: api/security-ediscoverycustodian-list-sitesources.md + - name: Create site source + href: api/security-ediscoveryholdpolicy-post-sitesources.md + - name: Search + href: resources/security-ediscoverysearch.md + items: + - name: List + href: api/security-ediscoverycase-list-searches.md + - name: Create + href: api/security-ediscoverycase-post-searches.md + - name: Get + href: api/security-ediscoverysearch-get.md + - name: Update + href: api/security-ediscoverysearch-update.md + - name: Delete + href: api/security-ediscoverycase-delete-searches.md + - name: Estimate statistics + href: api/security-ediscoverysearch-estimatestatistics.md + - name: Purge data + href: api/security-ediscoverysearch-purgedata.md + - name: List custodian sources + href: api/security-ediscoverysearch-list-custodiansources.md + - name: Add custodian sources + href: api/security-ediscoverysearch-post-custodiansources.md + - name: Remove custodian sources + href: api/security-ediscoverysearch-delete-custodiansources.md + - name: List non-custodial data sources + href: api/security-ediscoverysearch-list-noncustodialsources.md + - name: Add non-custodial data sources + href: api/security-ediscoverysearch-post-noncustodialsources.md + - name: Remove non-custodial data sources + href: api/security-ediscoverysearch-delete-noncustodialsources.md + - name: List additional sources + href: api/security-ediscoverysearch-list-additionalsources.md + - name: Add additional sources + href: api/security-ediscoverysearch-post-additionalsources.md + - name: Get last estimate statistics operation + href: api/security-ediscoverysearch-list-lastestimatestatisticsoperation.md + - name: Review set + href: resources/security-ediscoveryreviewset.md + items: + - name: List + href: api/security-ediscoverycase-list-reviewsets.md + - name: Create + href: api/security-ediscoverycase-post-reviewsets.md + - name: Get + href: api/security-ediscoveryreviewset-get.md + - name: Add to review set + href: api/security-ediscoveryreviewset-addtoreviewset.md + - name: Export + href: api/security-ediscoveryreviewset-export.md + items: + - name: Get download URL (deprecated) + href: api/security-ediscoveryexportoperation-getdownloadurl.md + - name: Query + href: resources/security-ediscoveryreviewsetquery.md + items: + - name: List + href: api/security-ediscoveryreviewset-list-queries.md + - name: Create + href: api/security-ediscoveryreviewset-post-queries.md + - name: Get + href: api/security-ediscoveryreviewsetquery-get.md + - name: Update + href: api/security-ediscoveryreviewsetquery-update.md + - name: Delete + href: api/security-ediscoveryreviewset-delete-queries.md + - name: Export + href: api/security-ediscoveryreviewsetquery-export.md + items: + - name: Get download URL (deprecated) + href: api/security-ediscoveryexportoperation-getdownloadurl.md + - name: Apply tags + href: api/security-ediscoveryreviewsetquery-applytags.md + - name: Run (preview) + href: api/security-ediscoveryreviewsetquery-run.md + - name: File (preview) + href: resources/security-ediscoveryfile.md + items: + - name: List + href: api/security-ediscoveryreviewset-list-files.md + - name: Get + href: api/security-ediscoveryfile-get.md + - name: Tag + href: resources/security-ediscoveryreviewtag.md + items: + - name: List + href: api/security-ediscoverycase-list-tags.md + - name: Create + href: api/security-ediscoverycase-post-tags.md + - name: Get + href: api/security-ediscoveryreviewtag-get.md + - name: Update + href: api/security-ediscoveryreviewtag-update.md + - name: Delete + href: api/security-ediscoverycase-delete-tags.md + - name: List tags as hierarchy + href: api/security-ediscoveryreviewtag-ashierarchy.md + - name: Information protection + items: + - name: Labels (deprecated) + href: resources/informationprotectionlabel.md + items: + - name: List labels + href: api/informationprotectionpolicy-list-labels.md + - name: Get label + href: api/informationprotectionlabel-get.md + - name: Evaluate application + href: api/informationprotectionlabel-evaluateapplication.md + - name: Evaluate classification result + href: api/informationprotectionlabel-evaluateclassificationresults.md + - name: Evaluate removal + href: api/informationprotectionlabel-evaluateremoval.md + - name: Extract label + href: api/informationprotectionlabel-extractlabel.md + - name: Sensitivity labels + href: resources/security-sensitivitylabel.md + items: + - name: List + href: api/security-informationprotection-list-sensitivitylabels.md + - name: Get + href: api/security-sensitivitylabel-get.md + - name: Evaluate application + href: api/security-sensitivitylabel-evaluateapplication.md + - name: Evaluate classification result + href: api/security-sensitivitylabel-evaluateclassificationresults.md + - name: Evaluate removal + href: api/security-sensitivitylabel-evaluateremoval.md + - name: Extract content label + href: api/security-sensitivitylabel-extractcontentlabel.md + - name: Sensitivity label policy + href: resources/security-informationprotectionpolicysetting.md + items: + - name: List + href: api/security-informationprotectionpolicysetting-get.md + - name: Threat assessment + items: + - name: Overview + href: resources/threatassessment-api-overview.md + - name: Threat assessment request + href: resources/threatassessmentrequest.md + - name: Mail assessment request + href: resources/mailassessmentrequest.md + - name: Email file assessment request + href: resources/emailfileassessmentrequest.md + - name: File assessment request + href: resources/fileAssessmentRequest.md + - name: Url assessment request + href: resources/urlassessmentrequest.md + - name: List + href: api/informationprotection-list-threatassessmentrequests.md + - name: Create + href: api/informationprotection-post-threatassessmentrequests.md + - name: Get + href: api/threatassessmentrequest-get.md + - name: Legacy alerts + items: + - name: Alert + href: resources/alert.md + - name: List alerts + href: api/alert-list.md + - name: Get alert + href: api/alert-get.md + - name: Update alert + href: api/alert-update.md + - name: Update multiple alerts + href: api/alert-updatealerts.md + - name: Records management + items: + - name: Overview + href: resources/security-recordsmanagement-overview.md + - name: Label (preview) + href: resources/security-labelsroot.md + - name: Retention label (preview) + href: resources/security-retentionlabel.md + items: + - name: List + href: api/security-labelsroot-list-retentionlabel.md + - name: Create + href: api/security-labelsroot-post-retentionlabel.md + - name: Get + href: api/security-retentionlabel-get.md + - name: Update + href: api/security-retentionlabel-update.md + - name: Delete + href: api/security-retentionlabel-delete.md + - name: File plan descriptors + href: resources/security-fileplandescriptor.md + items: + - name: File plan reference + href: resources/security-fileplanreference.md + items: + - name: List + href: api/security-labelsroot-list-fileplanreferences.md + - name: Create + href: api/security-labelsroot-post-fileplanreferences.md + - name: Get + href: api/security-fileplanreferencetemplate-get.md + - name: Delete + href: api/security-labelsroot-delete-fileplanreferences.md + - name: Authority + href: resources/security-authority.md + items: + - name: List + href: api/security-labelsroot-list-authorities.md + - name: Create + href: api/security-labelsroot-post-authorities.md + - name: Get + href: api/security-authoritytemplate-get.md + - name: Delete + href: api/security-labelsroot-delete-authorities.md + - name: Category + href: resources/security-appliedcategory.md + items: + - name: List + href: api/security-labelsroot-list-categories.md + - name: Create + href: api/security-labelsroot-post-categories.md + - name: Get + href: api/security-categorytemplate-get.md + - name: Delete + href: api/security-labelsroot-delete-categories.md + - name: Subcategory + href: resources/security-subcategory.md + items: + - name: List + href: api/security-categorytemplate-list-subcategories.md + - name: Create + href: api/security-categorytemplate-post-subcategories.md + - name: Get + href: api/security-subcategorytemplate-get.md + - name: Delete + href: api/security-categorytemplate-delete-subcategories.md + - name: Department + href: resources/security-department.md + items: + - name: List + href: api/security-labelsroot-list-departments.md + - name: Create + href: api/security-labelsroot-post-departments.md + - name: Get + href: api/security-departmenttemplate-get.md + - name: Delete + href: api/security-labelsroot-delete-departments.md + - name: Citation + href: resources/security-citation.md + items: + - name: List + href: api/security-labelsroot-list-citations.md + - name: Create + href: api/security-labelsroot-post-citations.md + - name: Get + href: api/security-citationtemplate-get.md + - name: Delete + href: api/security-labelsroot-delete-citations.md + - name: Retention event + href: resources/security-retentionevent.md + items: + - name: List + href: api/security-retentionevent-list.md + - name: Create + href: api/security-retentionevent-post.md + - name: Get + href: api/security-retentionevent-get.md + - name: Delete + href: api/security-retentionevent-delete.md + - name: Retention event type + href: resources/security-retentioneventtype.md + items: + - name: List + href: api/security-retentioneventtype-list.md + - name: Create + href: api/security-retentioneventtype-post.md + - name: Get + href: api/security-retentioneventtype-get.md + - name: Update + href: api/security-retentioneventtype-update.md + - name: Delete + href: api/security-retentioneventtype-delete.md + - name: Secure score + href: resources/securescores.md + items: + - name: List secure scores + href: api/securescores-list.md + - name: Secure score control profile + href: resources/securescorecontrolprofiles.md + items: + - name: List secure score control profiles + href: api/securescorecontrolprofiles-list.md + - name: Update secure score control profiles + href: api/securescorecontrolprofiles-update.md + - name: Threat intelligence (preview) + items: + - name: Overview + href: resources/security-threatintelligence-overview.md + - name: Article + items: + - name: Article + href: resources/security-article.md + - name: Get article + href: api/security-article-get.md + - name: List articles + href: api/security-threatintelligence-list-articles.md + - name: List article indicators + href: api/security-article-list-indicators.md + - name: Article indicator + items: + - name: Article indicator + href: resources/security-articleindicator.md + - name: List article indicators + href: api/security-article-list-indicators.md + - name: Get article indicator + href: api/security-articleindicator-get.md + - name: Host + items: + - name: Host + href: resources/security-host.md + - name: Get host + href: api/security-host-get.md + - name: Get host reputation + href: api/security-host-get-reputation.md + - name: Get WHOIS record + href: api/security-whoisrecord-get.md + - name: List components + href: api/security-host-list-components.md + - name: List cookies + href: api/security-host-list-cookies.md + - name: List host pairs for a host + href: api/security-host-list-hostpairs.md + - name: List host pairs for a host as child + href: api/security-host-list-parenthostpairs.md + - name: List host pairs for a host as parent + href: api/security-host-list-childhostpairs.md + - name: List host SSL certificates + href: api/security-host-list-sslcertificates.md + - name: List passive DNS + href: api/security-host-list-passivedns.md + - name: List passive DNS reverse + href: api/security-host-list-passivednsreverse.md + - name: List ports + href: api/security-host-list-ports.md + - name: List subdomains + href: api/security-host-list-subdomains.md + - name: List trackers + href: api/security-host-list-trackers.md + - name: Host component + items: + - name: Host component + href: resources/security-hostcomponent.md + - name: List + href: api/security-host-list-components.md + - name: Get + href: api/security-hostcomponent-get.md + - name: Host cookie + items: + - name: Host cookie + href: resources/security-hostcookie.md + - name: List + href: api/security-host-list-cookies.md + - name: Get + href: api/security-hostcookie-get.md + - name: Host pair + items: + - name: Host pair + href: resources/security-hostpair.md + - name: Get + href: api/security-hostpair-get.md + - name: List for a host + href: api/security-host-list-hostpairs.md + - name: List for a host as child + href: api/security-host-list-parenthostpairs.md + - name: List for a host as parent + href: api/security-host-list-childhostpairs.md + - name: Host port + items: + - name: Host port + href: resources/security-hostport.md + - name: List + href: api/security-host-list-ports.md + - name: Get + href: api/security-hostport-get.md + - name: Host SSL certificate + items: + - name: Host SSL certificate + href: resources/security-hostsslcertificate.md + - name: List + href: api/security-host-list-sslcertificates.md + - name: Get + href: api/security-hostsslcertificate-get.md + - name: Host tracker + items: + - name: Host tracker + href: resources/security-hosttracker.md + - name: List + href: api/security-host-list-trackers.md + - name: Get + href: api/security-hosttracker-get.md + - name: Intelligence profile + items: + - name: Intelligence profile + href: resources/security-intelligenceprofile.md + - name: Get intelligence profile + href: api/security-intelligenceprofile-get.md + - name: List intelligence profiles + href: api/security-threatintelligence-list-intelprofiles.md + - name: List indicators + href: api/security-intelligenceprofile-list-indicators.md + - name: Intelligence profile indicator + items: + - name: Intelligence profile indicator + href: resources/security-intelligenceprofileindicator.md + - name: List indicators + href: api/security-intelligenceprofile-list-indicators.md + - name: Get intelligence profile indicator + href: api/security-intelligenceprofileindicator-get.md + - name: Passive DNS record + items: + - name: Passive DNS record + href: resources/security-passivednsrecord.md + - name: Get passive DNS record + href: api/security-passivednsrecord-get.md + - name: List passive DNS + href: api/security-host-list-passivedns.md + - name: List passive DNS reverse + href: api/security-host-list-passivednsreverse.md + - name: SSL certificate + items: + - name: SSL certificate + href: resources/security-sslcertificate.md + - name: List + href: api/security-threatintelligence-list-sslcertificates.md + - name: Get + href: api/security-sslcertificate-get.md + - name: Subdomain + items: + - name: Subdomain + href: resources/security-subdomain.md + - name: List + href: api/security-host-list-subdomains.md + - name: Get + href: api/security-subdomain-get.md + - name: Vulnerability + items: + - name: Vulnerability + href: resources/security-vulnerability.md + - name: Get vulnerability + href: api/security-vulnerability-get.md + - name: List vulnerability components + href: api/security-vulnerability-list-components.md + - name: Vulnerability component + items: + - name: Vulnerability component + href: resources/security-vulnerabilitycomponent.md + - name: List + href: api/security-vulnerability-list-components.md + - name: Get + href: api/security-vulnerabilitycomponent-get.md + - name: WHOIS record + items: + - name: WHOIS record + href: resources/security-whoisrecord.md + - name: List + href: api/security-threatintelligence-list-whoisrecords.md + - name: Get + href: api/security-whoisrecord-get.md + - name: WHOIS history record + items: + - name: WHOIS history record + href: resources/security-whoishistoryrecord.md + - name: List + href: api/security-whoisrecord-list-history.md + - name: Get + href: api/security-whoishistoryrecord-get.md + - name: Threat intelligence indicator (preview) + items: + - name: Threat intelligence indicator + href: resources/tiindicator.md + - name: List + href: api/tiindicators-list.md + - name: Create + href: api/tiindicators-post.md + - name: Submit multiple + href: api/tiindicator-submittiindicators.md + - name: Get + href: api/tiindicator-get.md + - name: Update + href: api/tiindicator-update.md + - name: Update multiple + href: api/tiindicator-updatetiindicators.md + - name: Delete + href: api/tiindicator-delete.md + - name: Delete multiple + href: api/tiindicator-deletetiindicators.md + - name: Delete multiple by external ID + href: api/tiindicator-deletetiindicatorsbyexternalid.md + - name: Threat submission (preview) + href: resources/security-threatsubmission.md + items: + - name: Email threat submission + items: + - name: Email threat submission + href: resources/security-emailthreatsubmission.md + - name: Email content threat submission + href: resources/security-emailcontentthreatsubmission.md + - name: Email URL threat submission + href: resources/security-emailurlthreatsubmission.md + - name: List + href: api/security-emailthreatsubmission-list.md + - name: Create + href: api/security-emailthreatsubmission-post-emailthreats.md + - name: Get + href: api/security-emailthreatsubmission-get.md + - name: Review + href: api/security-emailthreatsubmission-review.md + - name: Email threat submission policy + href: resources/security-emailthreatsubmissionpolicy.md + items: + - name: List + href: api/security-emailthreatsubmissionpolicy-list.md + - name: Create + href: api/security-emailthreatsubmissionpolicy-post-emailthreatsubmissionpolicies.md + - name: Get + href: api/security-emailthreatsubmissionpolicy-get.md + - name: Update + href: api/security-emailthreatsubmissionpolicy-update.md + - name: Delete + href: api/security-emailthreatsubmissionpolicy-delete.md + - name: File threat submission + href: resources/security-filethreatsubmission.md + items: + - name: File content threat submission + href: resources/security-filecontentthreatsubmission.md + - name: File URL threat submission + href: resources/security-fileurlthreatsubmission.md + - name: List + href: api/security-filethreatsubmission-list.md + - name: Create + href: api/security-filethreatsubmission-post-filethreats.md + - name: Get + href: api/security-filethreatsubmission-get.md + - name: URL threat submission + href: resources/security-urlthreatsubmission.md + items: + - name: List + href: api/security-urlthreatsubmission-list.md + - name: Create + href: api/security-urlthreatsubmission-post-urlthreats.md + - name: Get + href: api/security-urlthreatsubmission-get.md + - name: Errors + href: resources/security-error-codes.md + - name: Sites and lists + displayName: SharePoint, OneDrive, OneDrive for Business, OneDrive business, OneDrive personal + items: + - name: Overview + href: resources/sharepoint.md + - name: Site + items: + - name: Site + href: resources/site.md + - name: List sites + href: api/site-list.md + - name: Get site + href: api/site-get.md + - name: Create column + href: api/site-post-columns.md + - name: Create content type + href: api/site-post-contenttypes.md + - name: Create list + href: api/list-create.md + - name: Follow site + href: api/site-follow.md + - name: Get activities by interval + href: api/itemactivity-getbyinterval.md + - name: Get applicable content types for list + href: api/site-getapplicablecontenttypesforlist.md + - name: Get lists + href: api/list-list.md + - name: Get lists + href: api/list-list.md + - name: Get site analytics + href: api/itemanalytics-get.md + - name: Get site settings + href: api/sitesettings-get.md + - name: List all sites + href: api/site-getallsites.md + - name: List columns + href: api/site-list-columns.md + - name: List content types + href: api/site-list-contenttypes.md + - name: List followed sites + href: api/sites-list-followed.md + - name: List operations + href: api/site-list-operations.md + - name: List recycle bin items + href: api/recyclebin-list-items.md + - name: List subsites + href: api/site-list-subsites.md + - name: Search for sites + href: api/site-search.md + - name: Unfollow site + href: api/site-unfollow.md + - name: List + items: + - name: List + href: resources/list.md + - name: Get lists in a site + href: api/list-list.md + - name: Create list + href: api/list-create.md + - name: Get list + href: api/list-get.md + - name: Get items + href: api/listitem-list.md + - name: List columns + href: api/list-list-columns.md + - name: Create column + href: api/list-post-columns.md + - name: List content types + href: api/list-list-contenttypes.md + - name: Add copy of content type + href: api/contenttype-addcopy.md + - name: List operations + href: api/list-list-operations.md + - name: Column definition + items: + - name: Column definition + href: resources/columndefinition.md + - name: Get + href: api/columndefinition-get.md + - name: Update + href: api/columndefinition-update.md + - name: Delete + href: api/columndefinition-delete.md + - name: Content type + items: + - name: Content type + href: resources/contentType.md + - name: Get + href: api/contenttype-get.md + - name: Update + href: api/contenttype-update.md + - name: Delete + href: api/contenttype-delete.md + - name: Add copy to list + href: api/contenttype-addcopy.md + - name: Add or sync from hub + href: api/contenttype-addcopyfromcontenttypehub.md + - name: Associate with hub sites + href: api/contenttype-associatewithhubsites.md + - name: Check publishing status + href: api/contenttype-ispublished.md + - name: Copy to default content location + href: api/contenttype-copytodefaultcontentlocation.md + - name: Create column + href: api/contenttype-post-columns.md + - name: Get compatible from hub + href: api/contenttype-getcompatiblehubcontenttypes.md + - name: List columns + href: api/contenttype-list-columns.md + - name: Publish + href: api/contenttype-publish.md + - name: Unpublish + href: api/contenttype-unpublish.md + - name: List item + items: + - name: List item + href: resources/listitem.md + - name: Get items + href: api/listitem-list.md + - name: Create item + href: api/listitem-create.md + - name: Get item + href: api/listitem-get.md + - name: Update item + href: api/listitem-update.md + - name: Delete item + href: api/listitem-delete.md + - name: Create sharing link + href: api/listitem-createlink.md + - name: Get activities by interval + href: api/itemactivity-getbyinterval.md + - name: Get item analytics + href: api/itemanalytics-get.md + - name: List versions + href: api/listitem-list-versions.md + - name: Get delta + href: api/listitem-delta.md + - name: Document set version + items: + - name: Document set version + href: resources/documentsetversion.md + - name: List + href: api/listitem-list-documentsetversions.md + - name: Create + href: api/listitem-post-documentsetversions.md + - name: Get + href: api/documentsetversion-get.md + - name: Delete + href: api/documentsetversion-delete.md + - name: Restore + href: api/documentsetversion-restore.md + - name: Pages (preview) + items: + - name: Base site page + href: resources/basesitepage.md + items: + - name: List + href: api/basesitepage-list.md + - name: Get + href: api/basesitepage-get.md + - name: Delete + href: api/basesitepage-delete.md + - name: Site page + href: resources/sitepage.md + items: + - name: List + href: api/sitepage-list.md + - name: Create + href: api/sitepage-create.md + - name: Get + href: api/sitepage-get.md + - name: Update + href: api/sitepage-update.md + - name: Delete + href: api/basesitepage-delete.md + - name: Publish + href: api/sitepage-publish.md + - name: Horizontal section + items: + - name: Horizontal section + href: resources/horizontalsection.md + - name: List + href: api/horizontalsection-list.md + - name: Create + href: api/sitepage-post-horizontalsection.md + - name: Get + href: api/horizontalsection-get.md + - name: Update + href: api/horizontalsection-update.md + - name: Delete + href: api/horizontalsection-delete.md + - name: Column + items: + - name: Horizontal section column + href: resources/horizontalsectioncolumn.md + - name: List + href: api/horizontalsectioncolumn-list.md + - name: Get + href: api/horizontalsectioncolumn-get.md + - name: Vertical section + items: + - name: Vertical section + href: resources/verticalsection.md + - name: Create + href: api/sitepage-post-verticalsection.md + - name: Get + href: api/verticalsection-get.md + - name: Update + href: api/verticalsection-update.md + - name: Delete + href: api/verticalsection-delete.md + - name: Web part + items: + - name: Web part + href: resources/webpart.md + - name: Text web part + href: resources/textwebpart.md + - name: Standard web part + href: resources/standardwebpart.md + - name: List + href: api/webpart-list.md + - name: Create + href: api/sitepage-create-webpart.md + - name: Get + href: api/webpart-get.md + - name: Update + href: api/webpart-update.md + - name: Delete + href: api/webpart-delete.md + - name: Get position + href: api/webpart-getposition.md + - name: Get by position + href: api/sitepage-getwebpartsbyposition.md + - name: Recycle bin item (preview) + href: resources/recyclebinitem.md + items: + - name: List + href: api/recyclebin-list-items.md + - name: Rich long-running operation + items: + - name: Rich long-running operation + href: resources/richLongRunningOperation.md + - name: List operations in a site + href: api/site-list-operations.md + - name: List operations in a list + href: api/list-list-operations.md + - name: Get operation + href: api/richlongrunningoperation-get.md + - name: Site permission (preview) + items: + - name: Permission + href: resources/permission.md + - name: List + href: api/site-list-permissions.md + - name: Create + href: api/site-post-permissions.md + - name: Get + href: api/site-get-permission.md + - name: Update + href: api/site-update-permission.md + - name: Delete + href: api/site-delete-permission.md + - name: Taxonomy + items: + - name: Store + href: resources/termstore-store.md + items: + - name: Get + href: api/termstore-store-get.md + - name: Update + href: api/termstore-store-update.md + - name: Group + href: resources/termstore-group.md + items: + - name: Create + href: api/termstore-group-post.md + - name: Get + href: api/termstore-group-get.md + - name: Delete + href: api/termstore-group-delete.md + - name: List + href: api/termstore-list-groups.md + - name: Set + href: resources/termstore-set.md + items: + - name: List + href: api/termstore-group-list-sets.md + - name: List children + href: api/termstore-term-list-children.md + - name: Create + href: api/termstore-set-post.md + - name: Get + href: api/termstore-set-get.md + - name: Update + href: api/termstore-set-update.md + - name: Delete + href: api/termstore-set-delete.md + - name: Term + href: resources/termstore-term.md + items: + - name: List children + href: api/termstore-term-list-children.md + - name: Create + href: api/termstore-term-post.md + - name: Get + href: api/termstore-term-get.md + - name: Update + href: api/termstore-term-update.md + - name: Delete + href: api/termstore-term-delete.md + - name: Relation + href: resources/termstore-relation.md + items: + - name: List + href: api/termStore-term-list-relations.md + - name: Create + href: api/termStore-relation-post.md + - name: Tenant settings + items: + - name: SharePoint settings + href: resources/sharepointsettings.md + - name: Get + href: api/sharepointsettings-get.md + - name: Update + href: api/sharepointsettings-update.md + - name: Tasks and plans + displayName: Planner + items: + - name: Overview + href: resources/planner-overview.md + - name: Plan + href: resources/plannerplan.md + items: + - name: List group's plans + href: api/plannergroup-list-plans.md + - name: Create plan + href: api/planner-post-plans.md + - name: Get plan + href: api/plannerplan-get.md + - name: Update plan + href: api/plannerplan-update.md + - name: Delete plan + href: api/plannerplan-delete.md + - name: List plan tasks + href: api/plannerplan-list-tasks.md + - name: List plan buckets + href: api/plannerplan-list-buckets.md + - name: List user's favorite plans + href: api/planneruser-list-favoriteplans.md + - name: List user's recent plans + href: api/planneruser-list-recentplans.md + - name: Get delta + href: api/plannerplan-delta.md + - name: Move to container + href: api/plannerplan-movetocontainer.md + - name: Task + href: resources/plannertask.md + items: + - name: Create task + href: api/planner-post-tasks.md + - name: Get task + href: api/plannertask-get.md + - name: Update task + href: api/plannertask-update.md + - name: Delete task + href: api/plannertask-delete.md + - name: List user's tasks + href: api/planneruser-list-tasks.md + - name: Get delta + href: api/plannertask-delta.md + - name: Bucket + href: resources/plannerbucket.md + items: + - name: Create bucket + href: api/planner-post-buckets.md + - name: Get bucket + href: api/plannerbucket-get.md + - name: List bucket tasks + href: api/plannerbucket-list-tasks.md + - name: Update bucket + href: api/plannerbucket-update.md + - name: Delete bucket + href: api/plannerbucket-delete.md + - name: Get delta + href: api/plannerbucket-delta.md + - name: Business scenarios (preview) + items: + - name: Overview + href: resources/businessscenario-overview.md + - name: Business scenario + items: + - name: Business scenario + href: resources/businessscenario.md + - name: List + href: api/solutionsroot-list-businessscenarios.md + - name: Create + href: api/solutionsroot-post-businessscenarios.md + - name: Get + href: api/businessscenario-get.md + - name: Update + href: api/businessscenario-update.md + - name: Delete + href: api/businessscenario-delete.md + - name: Use with Planner + items: + - name: Use business scenarios with plans and tasks + href: resources/businessscenario-planner-overview.md + - name: Business scenario in Planner + items: + - name: Business scenario Planner + href: resources/businessscenarioplanner.md + - name: Get + href: api/businessscenarioplanner-get.md + - name: Get plan + href: api/businessscenarioplanner-getplan.md + - name: Plan configuration in business scenario + items: + - name: Plan configuration + href: resources/plannerplanconfiguration.md + - name: Get + href: api/plannerplanconfiguration-get.md + - name: Update + href: api/plannerplanconfiguration-update.md + - name: Plan configuration localization in business scenario + items: + - name: Plan configuration localization + href: resources/plannerplanconfigurationlocalization.md + - name: List + href: api/plannerplanconfiguration-list-localizations.md + - name: Create + href: api/plannerplanconfiguration-post-localizations.md + - name: Get + href: api/plannerplanconfigurationlocalization-get.md + - name: Update + href: api/plannerplanconfigurationlocalization-update.md + - name: Delete + href: api/plannerplanconfiguration-delete-localizations.md + - name: Task configuration in business scenario + items: + - name: Task configuration + href: resources/plannertaskconfiguration.md + - name: Get + href: api/plannertaskconfiguration-get.md + - name: Update + href: api/plannertaskconfiguration-update.md + - name: Task in business scenario + items: + - name: Business scenario task + href: resources/businessscenariotask.md + - name: List + href: api/businessscenarioplanner-list-tasks.md + - name: Create + href: api/businessscenarioplanner-post-tasks.md + - name: Get + href: api/businessscenariotask-get.md + - name: Update + href: api/businessscenariotask-update.md + - name: Delete + href: api/businessscenarioplanner-delete-tasks.md + - name: Get delta + href: api/planneruser-list-delta.md + - name: Plan details + href: resources/plannerplandetails.md + items: + - name: Get plan details + href: api/plannerplandetails-get.md + - name: Update plan details + href: api/plannerplandetails-update.md + - name: Planner roster (preview) + items: + - name: Planner roster + href: resources/plannerroster.md + - name: Create roster + href: api/planner-post-rosters.md + - name: Get roster + href: api/plannerroster-get.md + - name: Delete roster + href: api/plannerroster-delete.md + - name: Get roster's member + href: api/plannerrostermember-get.md + - name: List roster's members + href: api/plannerroster-list-members.md + - name: Add a member to roster + href: api/plannerroster-post-members.md + - name: Remove a member from roster + href: api/plannerrostermember-delete.md + - name: List plans in roster + href: api/plannerroster-list-plans.md + - name: List user's plans in rosters + href: api/planneruser-list-rosterplans.md + - name: Planner user + href: resources/planneruser.md + items: + - name: Get user's settings + href: api/planneruser-get.md + - name: Update user's settings + href: api/planneruser-update.md + - name: List user's favorite plans + href: api/planneruser-list-favoriteplans.md + - name: List user's recent plans + href: api/planneruser-list-recentplans.md + - name: List user's assigned tasks + href: api/planneruser-list-tasks.md + - name: Task details + href: resources/plannertaskdetails.md + items: + - name: Get task details + href: api/plannertaskdetails-get.md + - name: Update task details + href: api/plannertaskdetails-update.md + - name: Task formats + items: + - name: Assigned-to view + href: resources/plannerassignedtotaskboardtaskformat.md + items: + - name: Get assigned to task board format + href: api/plannerassignedtotaskboardtaskformat-get.md + - name: Update assigned to task board format + href: api/plannerassignedtotaskboardtaskformat-update.md + - name: Buckets view + href: resources/plannerbuckettaskboardtaskformat.md + items: + - name: Get bucket task board format + href: api/plannerbuckettaskboardtaskformat-get.md + - name: Update bucket task board format + href: api/plannerbuckettaskboardtaskformat-update.md + - name: Progress view + href: resources/plannerprogresstaskboardtaskformat.md + items: + - name: Get progress task board format + href: api/plannerprogresstaskboardtaskformat-get.md + - name: Update progress task board format + href: api/plannerprogresstaskboardtaskformat-update.md + - name: Teamwork and communications + displayName: Microsoft Teams + items: + - name: Overview + href: resources/teams-api-overview.md + - name: Apps + items: + - name: App + items: + - name: App in catalog + href: resources/teamsapp.md + - name: List apps in catalog + href: api/appcatalogs-list-teamsapps.md + - name: Publish apps to catalog + href: api/teamsapp-publish.md + - name: Update app in catalog + href: api/teamsapp-update.md + - name: Delete app from catalog + href: api/teamsapp-delete.md + - name: App icon + href: resources/teamsappicon.md + items: + - name: Get icon + href: api/teamsappicon-get.md + - name: Get hosted content + href: api/teamworkhostedcontent-get.md + - name: App installation + items: + - name: Installed app + href: resources/teamsappinstallation.md + - name: App in chat + items: + - name: List apps in chat + href: api/chat-list-installedapps.md + - name: Add app in chat + href: api/chat-post-installedapps.md + - name: Get app installed in chat + href: api/chat-get-installedapps.md + - name: Upgrade app installed in chat + href: api/chat-teamsappinstallation-upgrade.md + - name: Remove app from chat + href: api/chat-delete-installedapps.md + - name: App in team + items: + - name: List apps in team + href: api/team-list-installedapps.md + - name: Add app to team + href: api/team-post-installedapps.md + - name: Get app installed in team + href: api/team-get-installedapps.md + - name: Upgrade app installed in team + href: api/team-teamsappinstallation-upgrade.md + - name: Remove app from team + href: api/team-delete-installedapps.md + - name: App in personal scope of user + items: + - name: List apps for user + href: api/userteamwork-list-installedapps.md + - name: Add app for user + href: api/userteamwork-post-installedapps.md + - name: Get app installed for user + href: api/userteamwork-get-installedapps.md + - name: Get chat between user and app + href: api/userscopeteamsappinstallation-get-chat.md + - name: Upgrade installed app for user + href: api/userteamwork-teamsappinstallation-upgrade.md + - name: Remove app for user + href: api/userteamwork-delete-installedapps.md + - name: App settings (preview) + items: + - name: App settings + href: resources/teamsappsettings.md + - name: Get + href: api/teamsappsettings-get.md + - name: Update + href: api/teamsappsettings-update.md + - name: Resource-specific permission grant + href: resources/resourcespecificpermissiongrant.md + items: + - name: List for chat (preview) + href: api/chat-list-permissiongrants.md + - name: List for group + href: api/group-list-permissiongrants.md + - name: List for team (preview) + href: api/team-list-permissiongrants.md + - name: List for user (preview) + href: api/user-list-permissiongrants.md + - name: Tab + href: resources/teamstab.md + items: + - name: Tab in channel + items: + - name: List tabs in channel + href: api/channel-list-tabs.md + - name: Add tab to channel + href: api/channel-post-tabs.md + - name: Get tab in channel + href: api/channel-get-tabs.md + - name: Update tab in channel + href: api/channel-patch-tabs.md + - name: Remove tab from channel + href: api/channel-delete-tabs.md + - name: Tab in chat + items: + - name: List tabs in chat + href: api/chat-list-tabs.md + - name: Add tab to chat + href: api/chat-post-tabs.md + - name: Get tab in chat + href: api/chat-get-tabs.md + - name: Update tab in chat + href: api/chat-patch-tabs.md + - name: Remove tab from chat + href: api/chat-delete-tabs.md + - name: Calls and online meetings + items: + - name: Overview + href: resources/communications-api-overview.md + - name: Calls + items: + - name: Application actions + items: + - name: Unmute application + href: api/call-unmute.md + - name: Mute application + href: api/call-mute.md + - name: Update recording status + href: api/call-updaterecordingstatus.md + - name: Audio routing group + href: resources/audioroutinggroup.md + items: + - name: Create + href: api/call-post-audioroutinggroups.md + - name: Get + href: api/audioroutinggroup-get.md + - name: Update + href: api/audioroutinggroup-update.md + - name: Delete + href: api/audioroutinggroup-delete.md + - name: Call + href: resources/call.md + items: + - name: Create + href: api/application-post-calls.md + - name: Get + href: api/call-get.md + - name: Delete/hang up + href: api/call-delete.md + - name: Answer + href: api/call-answer.md + - name: Reject + href: api/call-reject.md + - name: Redirect + href: api/call-redirect.md + - name: Transfer + href: api/call-transfer.md + - name: Keep alive + href: api/call-keepalive.md + - name: Log teleconference device quality data + href: api/call-logteleconferencedevicequality.md + - name: Change screen sharing role + href: api/call-changescreensharingrole.md + - name: Content sharing session + href: resources/contentsharingsession.md + items: + - name: List + href: api/call-list-contentsharingsessions.md + - name: Get + href: api/contentsharingsession-get.md + - name: IVR scenarios + href: resources/calls-api-ivr-overview.md + items: + - name: Play prompt + href: api/call-playprompt.md + - name: Record response + href: api/call-record.md + - name: Cancel media processing + href: api/call-cancelmediaprocessing.md + - name: Subscribe to tone + href: api/call-subscribetotone.md + - name: Send DTMF tone + href: api/call-senddtmftones.md + - name: Large gallery view operation + items: + - name: Add large gallery view + href: api/call-addlargegalleryview.md + - name: Add large gallery view operation + href: resources/addlargegalleryviewoperation.md + items: + - name: Get large gallery view operation status + href: api/addlargegalleryviewoperation-get.md + - name: Participant + href: resources/participant.md + items: + - name: List + href: api/call-list-participants.md + - name: Get + href: api/participant-get.md + - name: Delete + href: api/participant-delete.md + - name: Mute participant + href: api/participant-mute.md + - name: Mute all participants + href: api/participant-muteall.md + - name: Invite participants + href: api/participant-invite.md + - name: Start hold music + href: api/participant-startholdmusic.md + - name: Stop hold music + href: api/participant-stopholdmusic.md + - name: Call records + items: + - name: Overview + href: resources/callrecords-api-overview.md + - name: Call record + items: + - name: Call record + href: resources/callrecords-callrecord.md + - name: List + href: api/callrecords-callrecord-list.md + - name: Get + href: api/callrecords-callrecord-get.md + - name: Direct routing calls + items: + - name: Direct routing log row + href: resources/callrecords-directroutinglogrow.md + - name: List direct routing calls + href: api/callrecords-callrecord-getdirectroutingcalls.md + - name: Participants + items: + - name: Participant + href: resources/callrecords-participant.md + - name: List + href: api/callrecords-callrecord-list-participants.md + - name: PSTN blocked users log row + items: + - name: PSTN blocked users log row + href: resources/callrecords-pstnblockeduserslogrow.md + - name: Get PSTN blocked users log + href: api/callrecords-callrecord-getpstnblockeduserslog.md + - name: PSTN call log row + items: + - name: PSTN call log row + href: resources/callrecords-pstncalllogrow.md + - name: Get PSTN calls + href: api/callrecords-callrecord-getpstncalls.md + - name: PSTN online meeting dial-out report + items: + - name: PSTN online meeting dial-out report + href: resources/callrecords-pstnonlinemeetingdialoutreport.md + - name: Get PSTN online meeting dial-out report + href: api/callrecords-callrecord-getpstnonlinemeetingdialoutreport.md + - name: Session + items: + - name: Session + href: resources/callrecords-session.md + - name: List + href: api/callrecords-callrecord-list-sessions.md + - name: SMS + items: + - name: SMS log row + href: resources/callrecords-smslogrow.md + - name: Get SMS log + href: api/callrecords-callrecord-getsmslog.md + - name: Online meetings + items: + - name: Attendance report + href: resources/meetingAttendanceReport.md + items: + - name: List + href: api/meetingattendancereport-list.md + - name: Get + href: api/meetingattendancereport-get.md + - name: Attendance record + href: resources/attendancerecord.md + items: + - name: List + href: api/attendancerecord-list.md + - name: Call recording + items: + - name: Call recording + href: resources/callrecording.md + - name: List + href: api/onlinemeeting-list-recordings.md + - name: Get + href: api/callrecording-get.md + - name: Get delta by organizer + href: api/callrecording-delta.md + - name: List recordings by organizer + href: api/onlinemeeting-getallrecordings.md + - name: Call transcript + items: + - name: Call transcript + href: resources/calltranscript.md + - name: List transcripts + href: api/onlinemeeting-list-transcripts.md + - name: Get transcript + href: api/calltranscript-get.md + - name: Get delta by organizer + href: api/calltranscript-delta.md + - name: List transcripts by organizer + href: api/onlinemeeting-getalltranscripts.md + - name: External meeting registration (preview) + href: resources/externalmeetingregistration.md + items: + - name: Create + href: api/externalmeetingregistration-post.md + - name: Get + href: api/externalmeetingregistration-get.md + - name: Delete + href: api/externalmeetingregistration-delete.md + - name: External meeting registrant + href: resources/externalmeetingregistrant.md + items: + - name: List + href: api/externalmeetingregistrant-list.md + - name: Create + href: api/externalmeetingregistrant-post.md + - name: Delete + href: api/externalmeetingregistrant-delete.md + - name: Meeting registration (preview) + href: resources/meetingregistration.md + items: + - name: Create + href: api/meetingregistration-post.md + - name: Get + href: api/meetingregistration-get.md + - name: Update + href: api/meetingregistration-update.md + - name: Delete + href: api/meetingregistration-delete.md + - name: Meeting registrant + href: resources/meetingregistrant.md + items: + - name: List + href: api/meetingregistration-list-registrants.md + - name: Create + href: api/meetingregistration-post-registrants.md + - name: Delete + href: api/meetingregistrant-delete.md + - name: Online meeting + href: resources/onlinemeeting.md + items: + - name: Create + href: api/application-post-onlinemeetings.md + - name: Get + href: api/onlinemeeting-get.md + - name: Update + href: api/onlinemeeting-update.md + - name: Delete + href: api/onlinemeeting-delete.md + - name: Create or get + href: api/onlinemeeting-createorget.md + - name: Virtual appointment + items: + - name: Get join link + href: api/virtualappointment-getvirtualappointmentjoinweburl.md + - name: Send SMS notification + href: api/virtualappointment-sendvirtualappointmentsms.md + - name: Send SMS reminder + href: api/virtualappointment-sendvirtualappointmentremindersms.md + - name: Virtual appointment (deprecated) + href: resources/virtualappointment.md + - name: Create virtual appointment (deprecated) + href: api/virtualappointment-put.md + - name: Get virtual appointment (deprecated) + href: api/virtualappointment-get.md + - name: Update virtual appointment (deprecated) + href: api/virtualappointment-update.md + - name: Delete virtual appointment (deprecated) + href: api/virtualappointment-delete.md + - name: Presence + href: resources/presence.md + items: + - name: Get presence + href: api/presence-get.md + - name: Get presence for multiple users + href: api/cloudcommunications-getpresencesbyuserid.md + - name: Set presence + href: api/presence-setpresence.md + - name: Clear presence + href: api/presence-clearpresence.md + - name: Set user preferred presence + href: api/presence-setuserpreferredpresence.md + - name: Clear user preferred presence + href: api/presence-clearuserpreferredpresence.md + - name: Set user status message + href: api/presence-setstatusmessage.md + - name: Virtual event + items: + - name: Webinar + href: resources/virtualeventwebinar.md + items: + - name: List + href: api/virtualeventsroot-list-webinars.md + - name: Get + href: api/virtualeventwebinar-get.md + - name: List by user role + href: api/virtualeventwebinar-getbyuserrole.md + - name: List by user ID and role + href: api/virtualeventwebinar-getbyuseridandrole.md + - name: Registration + href: resources/virtualeventregistration.md + items: + - name: List + href: api/virtualeventregistration-list.md + - name: Get + href: api/virtualeventregistration-get.md + - name: Session + href: resources/virtualeventsession.md + items: + - name: List + href: api/virtualeventsession-list.md + - name: Get + href: api/virtualeventsession-get.md + - name: Devices (preview) + items: + - name: Provisioned device + items: + - name: Teamwork device + href: resources/teamworkdevice.md + - name: List + href: api/teamworkdevice-list.md + - name: Get + href: api/teamworkdevice-get.md + - name: Restart device + href: api/teamworkdevice-restart.md + - name: Run device diagnostic + href: api/teamworkdevice-rundiagnostics.md + - name: Software update + href: api/teamworkdevice-updatesoftware.md + - name: Device activity + href: resources/teamworkdeviceactivity.md + items: + - name: Get + href: api/teamworkdeviceactivity-get.md + - name: Device configuration + href: resources/teamworkdeviceconfiguration.md + items: + - name: Get + href: api/teamworkdeviceconfiguration-get.md + - name: Device health + href: resources/teamworkdevicehealth.md + items: + - name: Get + href: api/teamworkdevicehealth-get.md + - name: Device operation + href: resources/teamworkdeviceoperation.md + items: + - name: List + href: api/teamworkdeviceoperation-list.md + - name: Get + href: api/teamworkdeviceoperation-get.md + - name: Settings (preview) + items: + - name: License details + href: resources/licensedetails.md + items: + - name: Get + href: api/licenseDetails-getteamslicensingdetails.md + - name: Organization settings + items: + - name: Teamwork + href: resources/teamwork.md + items: + - name: Get + href: api/teamwork-get.md + - name: User settings + items: + - name: User teamwork + href: resources/userteamwork.md + items: + - name: Get + href: api/userteamwork-get.md + - name: Employee learning + displayName: Viva Learning + items: + - name: Overview + href: resources/viva-learning-api-overview.md + - name: Learning provider + href: resources/learningprovider.md + items: + - name: List + href: api/employeeexperience-list-learningproviders.md + - name: Create + href: api/employeeexperience-post-learningproviders.md + - name: Get + href: api/learningprovider-get.md + - name: Update + href: api/learningprovider-update.md + - name: Delete + href: api/employeeexperience-delete-learningproviders.md + - name: Learning content + href: resources/learningcontent.md + items: + - name: List + href: api/learningprovider-list-learningcontents.md + - name: Get + href: api/learningcontent-get.md + - name: Update + href: api/learningcontent-update.md + - name: Delete + href: api/learningprovider-delete-learningcontents.md + - name: Learning course activities + items: + - name: Learning course activity + href: resources/learningcourseactivity.md + - name: Learning assignment type + href: resources/learningassignment.md + - name: Learning self-initiated course type + href: resources/learningselfinitiatedcourse.md + - name: List + href: api/learningcourseactivity-list.md + - name: Create + href: api/employeeexperienceuser-post-learningcourseactivities.md + - name: Get + href: api/learningcourseactivity-get.md + - name: Update + href: api/learningcourseactivity-update.md + - name: Delete + href: api/learningcourseactivity-delete.md + - name: Messaging + items: + - name: Activity feed + items: + - name: Send notification to user in chat + href: api/chat-sendactivitynotification.md + - name: Send notification to user in team + href: api/team-sendactivitynotification.md + - name: Send notification to user + href: api/userteamwork-sendactivitynotification.md + - name: Send notifications to multiple users in bulk + href: api/teamwork-sendactivitynotificationtorecipients.md + - name: Channel + href: resources/channel.md + items: + - name: List all channels + href: api/team-list-allchannels.md + - name: List channels + href: api/channel-list.md + - name: List incoming channels + href: api/team-list-incomingchannels.md + - name: Create channel + href: api/channel-post.md + - name: Get channel + href: api/channel-get.md + - name: Update channel + href: api/channel-patch.md + - name: Delete channel + href: api/channel-delete.md + - name: Remove incoming channel + href: api/team-delete-incomingchannels.md + - name: Add member + href: api/channel-post-members.md + - name: Complete migration for channel + href: api/channel-completemigration.md + - name: Get channel message + href: api/chatmessage-get.md + - name: Get channel messages delta + href: api/chatmessage-delta.md + - name: Get files folder + href: api/channel-get-filesfolder.md + - name: Get member + href: api/channel-get-members.md + - name: Get message reply + href: api/chatmessage-get.md + - name: Get messages across all channels + href: api/channel-getallmessages.md + - name: Get retained messages across all channels + href: api/channel-getallretainedmessages.md + - name: Get primary channel + href: api/team-get-primarychannel.md + - name: List channel messages + href: api/channel-list-messages.md + - name: List members + href: api/channel-list-members.md + - name: List message replies + href: api/chatmessage-list-replies.md + - name: Provision email address + href: api/channel-provisionemail.md + - name: Remove email address + href: api/channel-removeemail.md + - name: Remove member + href: api/channel-delete-members.md + - name: Reply to message + href: api/chatmessage-post-replies.md + - name: Send message + href: api/channel-post-messages.md + - name: Update member role + href: api/channel-update-members.md + - name: Update message + href: api/chatmessage-update.md + - name: Delete message + href: api/chatmessage-softdelete.md + - name: Undo message deletion + href: api/chatmessage-undosoftdelete.md + - name: Check user access + href: api/channel-doesuserhaveaccess.md + - name: List teams sharing a channel + href: api/sharedwithchannelteaminfo-list.md + - name: Get team sharing a channel + href: api/sharedwithchannelteaminfo-get.md + - name: Unshare channel with teamchannels + href: api/sharedwithchannelteaminfo-delete.md + - name: List allowed members + href: api/sharedwithchannelteaminfo-list-allowedmembers.md + - name: Set message reaction + href: api/chatmessage-setreaction.md + - name: Unset message reaction + href: api/chatmessage-unsetreaction.md + - name: Chat + href: resources/chat.md + items: + - name: List chats + href: api/chat-list.md + - name: Create chat + href: api/chat-post.md + - name: Get chat + href: api/chat-get.md + - name: Update chat + href: api/chat-patch.md + - name: Delete + href: api/chat-delete.md + - name: List members + href: api/chat-list-members.md + - name: Add member + href: api/chat-post-members.md + - name: Get member + href: api/chat-get-members.md + - name: Remove member + href: api/chat-delete-members.md + - name: List messages in a chat + href: api/chat-list-messages.md + - name: Get message in chat + href: api/chatmessage-get.md + - name: Get messages across all chats + href: api/chats-getallmessages.md + - name: Get retained messages across all chats + href: api/chat-getallretainedmessages.md + - name: Send message in chat + href: api/chat-post-messages.md + - name: Get chat between user and app + href: api/userscopeteamsappinstallation-get-chat.md + - name: List permission grants + href: api/chat-list-permissiongrants.md + - name: List operations + href: api/chat-list-operations.md + - name: Get operation + href: api/teamsasyncoperation-get.md + - name: Mark chat as read + href: api/chat-markchatreadforuser.md + - name: Mark chat as unread + href: api/chat-markchatunreadforuser.md + - name: Hide chat + href: api/chat-hideforuser.md + - name: Unhide chat + href: api/chat-unhideforuser.md + - name: List pinned messages + href: api/chat-list-pinnedmessages.md + - name: Pin message + href: api/chat-post-pinnedmessages.md + - name: Unpin message + href: api/chat-delete-pinnedmessages.md + - name: Set message reaction + href: api/chatmessage-setreaction.md + - name: Unset message reaction + href: api/chatmessage-unsetreaction.md + - name: Remove all access for user + href: api/chat-removeallaccessforuser.md + - name: Chat message + href: resources/chatmessage.md + items: + - name: List channel messages + href: api/channel-list-messages.md + - name: List channel messages delta + href: api/chatmessage-delta.md + - name: List message replies + href: api/chatmessage-list-replies.md + - name: Get message in channel or chat + href: api/chatmessage-get.md + - name: Get message reply + href: api/chatmessage-get.md + - name: Send message + href: api/chatmessage-post.md + - name: Send reply to a message + href: api/chatmessage-post-replies.md + - name: Update message + href: api/chatmessage-update.md + - name: Delete message + href: api/chatmessage-softdelete.md + - name: Undo message deletion + href: api/chatmessage-undosoftdelete.md + - name: Get messages across all channels + href: api/channel-getallmessages.md + - name: Get messages across all chats + href: api/chats-getallmessages.md + - name: List hosted content + href: api/chatmessage-list-hostedcontents.md + - name: Get hosted content + href: api/chatmessagehostedcontent-get.md + - name: List pinned messages + href: api/chat-list-pinnedmessages.md + - name: Pin message + href: api/chat-post-pinnedmessages.md + - name: Unpin message + href: api/chat-delete-pinnedmessages.md + - name: Set message reaction + href: api/chatmessage-setreaction.md + - name: Unset message reaction + href: api/chatmessage-unsetreaction.md + - name: Pinned chat message + href: resources/pinnedchatmessageinfo.md + items: + - name: List pinned messages + href: api/chat-list-pinnedmessages.md + - name: Pin message + href: api/chat-post-pinnedmessages.md + - name: Unpin message + href: api/chat-delete-pinnedmessages.md + - name: Deleted chat + href: resources/deletedchat.md + items: + - name: Get + href: api/deletedchat-get.md + - name: Undo delete + href: api/deletedchat-undodelete.md + - name: Team + href: resources/team.md + items: + - name: Create + href: api/team-post.md + - name: Create team from group + href: api/team-put-teams.md + - name: Get + href: api/team-get.md + - name: Update + href: api/team-update.md + - name: Delete + href: api/group-delete.md + - name: List members + href: api/team-list-members.md + - name: Add member + href: api/team-post-members.md + - name: Add members in bulk + href: api/conversationmembers-add.md + - name: Get member + href: api/team-get-members.md + - name: Remove member + href: api/team-delete-members.md + - name: Update member + href: api/team-update-members.md + - name: Archive team + href: api/team-archive.md + - name: Unarchive team + href: api/team-unarchive.md + - name: Clone team + href: api/team-clone.md + - name: List your teams + href: api/user-list-joinedteams.md + - name: List your associated teams + href: api/associatedteaminfo-list.md + - name: List all teams in an organization + href: api/teams-list.md + - name: Get team photo + href: api/profilephoto-get.md + - name: Update team photo + href: api/profilephoto-update.md + - name: Complete migration for team + href: api/team-completemigration.md + - name: List permission grants + href: api/team-list-permissiongrants.md + - name: Get open shifts across all joined teams + href: api/team-getopenshifts.md + - name: Team template + items: + - name: Team template + href: resources/teamtemplate.md + - name: List + href: api/teamwork-list-teamtemplates.md + - name: List definitions + href: api/teamtemplate-list-definitions.md + - name: Team template definition (preview) + items: + - name: Team template definition + href: resources/teamtemplatedefinition.md + - name: List + href: api/teamtemplate-list-definitions.md + - name: Get + href: api/teamtemplatedefinition-get.md + - name: Get team definition + href: api/teamtemplatedefinition-get-teamdefinition.md + - name: Deleted team (preview) + href: resources/deletedteam.md + items: + - name: List + href: api/teamwork-list-deletedteams.md + - name: Get all messages + href: api/deletedteam-getallmessages.md + - name: Tag + href: resources/teamworktag.md + items: + - name: List + href: api/teamworktag-list.md + - name: Create + href: api/teamworktag-post.md + - name: Get + href: api/teamworktag-get.md + - name: Update + href: api/teamworktag-update.md + - name: Delete + href: api/teamworktag-delete.md + - name: Tag member + href: resources/teamworktagmember.md + items: + - name: List + href: api/teamworktagmember-list.md + - name: Create + href: api/teamworktagmember-post.md + - name: Get + href: api/teamworktagmember-get.md + - name: Delete + href: api/teamworktagmember-delete.md + - name: Shift management + items: + - name: Day note (preview) + href: resources/daynote.md + items: + - name: Create + href: api/daynote-create.md + - name: Get + href: api/daynote-get.md + - name: List + href: api/daynote-list.md + - name: Update + href: api/daynote-update.md + - name: Delete + href: api/daynote-delete.md + - name: Offer shift + href: resources/offershiftrequest.md + items: + - name: Create + href: api/offershiftrequest-post.md + - name: Get + href: api/offershiftrequest-get.md + - name: List + href: api/offershiftrequest-list.md + - name: Approve + href: api/offershiftrequest-approve.md + - name: Decline + href: api/offershiftrequest-decline.md + - name: Open shift + href: resources/openshift.md + items: + - name: List + href: api/openshift-list.md + - name: Create + href: api/openshift-post.md + - name: Get + href: api/openshift-get.md + - name: Update + href: api/openshift-update.md + - name: Delete + href: api/openshift-delete.md + - name: Stage for deletion + href: api/changetrackedentity-stagefordeletion.md + - name: Get open shifts across all joined teams + href: api/team-getopenshifts.md + - name: Open shift change request + href: resources/openshiftchangerequest.md + items: + - name: List + href: api/openshiftchangerequest-list.md + - name: Create + href: api/openshiftchangerequest-post.md + - name: Get + href: api/openshiftchangerequest-get.md + - name: Approve + href: api/openshiftchangerequest-approve.md + - name: Decline + href: api/openshiftchangerequest-decline.md + - name: Schedule + href: resources/schedule.md + items: + - name: Create or replace + href: api/team-put-schedule.md + - name: Get + href: api/schedule-get.md + - name: Share + href: api/schedule-share.md + - name: Scheduling group + href: resources/schedulinggroup.md + items: + - name: List + href: api/schedule-list-schedulinggroups.md + - name: Create + href: api/schedule-post-schedulinggroups.md + - name: Get + href: api/schedulinggroup-get.md + - name: Replace + href: api/schedulinggroup-put.md + - name: Delete + href: api/schedulinggroup-delete.md + - name: Shift + href: resources/shift.md + items: + - name: List + href: api/schedule-list-shifts.md + - name: Create + href: api/schedule-post-shifts.md + - name: Get + href: api/shift-get.md + - name: Replace + href: api/shift-put.md + - name: Delete + href: api/shift-delete.md + - name: Stage for deletion + href: api/changetrackedentity-stagefordeletion.md + - name: Shift preferences + href: resources/shiftpreferences.md + items: + - name: Get + href: api/shiftpreferences-get.md + - name: Update + href: api/shiftpreferences-put.md + - name: Swap shifts change request + href: resources/swapshiftschangerequest.md + items: + - name: List + href: api/swapshiftschangerequest-list.md + - name: Create + href: api/swapshiftschangerequest-post.md + - name: Get + href: api/swapshiftschangerequest-get.md + - name: Approve + href: api/swapshiftschangerequest-approve.md + - name: Decline + href: api/swapshiftschangerequest-decline.md + - name: Time card + href: resources/timecard.md + items: + - name: List + href: api/timecard-list.md + - name: Create + href: api/timecard-post.md + - name: Get + href: api/timecard-get.md + - name: Replace + href: api/timecard-replace.md + - name: Delete + href: api/timecard-delete.md + - name: Clock in + href: api/timecard-clockin.md + - name: Clock out + href: api/timecard-clockout.md + - name: Start break + href: api/timecard-startbreak.md + - name: End break + href: api/timecard-endbreak.md + - name: Confirm + href: api/timecard-confirm.md + - name: Time off + href: resources/timeoff.md + items: + - name: List + href: api/schedule-list-timesoff.md + - name: Create + href: api/schedule-post-timesoff.md + - name: Get + href: api/timeoff-get.md + - name: Replace + href: api/timeoff-put.md + - name: Delete + href: api/timeoff-delete.md + - name: Stage for deletion + href: api/changetrackedentity-stagefordeletion.md + - name: Time off reason + href: resources/timeoffreason.md + items: + - name: List + href: api/schedule-list-timeoffreasons.md + - name: Create + href: api/schedule-post-timeoffreasons.md + - name: Get + href: api/timeoffreason-get.md + - name: Replace + href: api/timeoffreason-put.md + - name: Delete + href: api/timeoffreason-delete.md + - name: Time off request + href: resources/timeoffrequest.md + items: + - name: List + href: api/timeoffrequest-list.md + - name: Get + href: api/timeoffrequest-get.md + - name: Delete + href: api/timeoffrequest-delete.md + - name: Approve + href: api/timeoffrequest-approve.md + - name: Decline + href: api/timeoffrequest-decline.md + - name: Workforce integration + href: resources/workforceintegration.md + items: + - name: List + href: api/workforceintegration-list.md + - name: Create + href: api/workforceintegration-post.md + - name: Get + href: api/workforceintegration-get.md + - name: Update + href: api/workforceintegration-update.md + - name: Delete + href: api/workforceintegration-delete.md + - name: To-do tasks + displayName: Microsoft To Do + items: + - name: Overview + href: resources/todo-overview.md + - name: To-do task list + items: + - name: To-do task list + href: resources/todotasklist.md + - name: List task lists + href: api/todo-list-lists.md + - name: Create task list + href: api/todo-post-lists.md + - name: Get task list + href: api/todotasklist-get.md + - name: Update task list + href: api/todotasklist-update.md + - name: Delete task list + href: api/todotasklist-delete.md + - name: Get delta for task list + href: api/todotasklist-delta.md + - name: Create open extension + href: api/opentypeextension-post-opentypeextension.md + - name: Get open extension + href: api/opentypeextension-get.md + - name: To-do task + items: + - name: To-do task + href: resources/todotask.md + - name: List tasks + href: api/todotasklist-list-tasks.md + - name: Create task + href: api/todotasklist-post-tasks.md + - name: Get task + href: api/todotask-get.md + - name: Update task + href: api/todotask-update.md + - name: Delete task + href: api/todotask-delete.md + - name: Get delta for task + href: api/todotask-delta.md + - name: Create open extension + href: api/opentypeextension-post-opentypeextension.md + - name: Get open extension + href: api/opentypeextension-get.md + - name: File attachment + items: + - name: File attachment + href: resources/taskfileattachment.md + - name: List + href: api/todotask-list-attachments.md + - name: Get + href: api/taskfileattachment-get.md + - name: Delete + href: api/taskfileattachment-delete.md + - name: Attach all file sizes + href: api/taskfileattachment-createuploadsession.md + - name: Attach small file + href: api/todotask-post-attachments.md + - name: Checklist item + href: resources/checklistitem.md + items: + - name: List + href: api/todotask-list-checklistitems.md + - name: Create + href: api/todotask-post-checklistitems.md + - name: Get + href: api/checklistitem-get.md + - name: Update + href: api/checklistitem-update.md + - name: Delete + href: api/checklistitem-delete.md + - name: Linked resource + href: resources/linkedresource.md + items: + - name: List + href: api/todotask-list-linkedresources.md + - name: Create + href: api/todotask-post-linkedresources.md + - name: Get + href: api/linkedresource-get.md + - name: Update + href: api/linkedresource-update.md + - name: Delete + href: api/linkedresource-delete.md + - name: To-do API with base tasks (deprecated) + items: + - name: Overview + href: resources/tasks-overview.md + - name: Base task list + items: + - name: Base task list + href: resources/basetasklist.md + - name: Task list + href: resources/tasklist.md + - name: Well-known task list + href: resources/wellknowntasklist.md + - name: List base task lists + href: api/tasks-list-lists.md + - name: Create base task list + href: api/tasks-post-lists.md + - name: Get base task list + href: api/basetasklist-get.md + - name: Update base task list + href: api/tasklist-update.md + - name: Delete base task list + href: api/tasklist-delete.md + - name: Get delta for base task list + href: api/basetasklist-delta.md + - name: Create open extension + href: api/opentypeextension-post-opentypeextension.md + - name: Get open extension + href: api/opentypeextension-get.md + - name: Base task + items: + - name: Base task + href: resources/basetask.md + - name: Task + href: resources/task.md + - name: List base tasks + href: api/basetasklist-list-tasks.md + - name: Create base task + href: api/basetasklist-post-tasks.md + - name: Get base task + href: api/basetask-get.md + - name: Update base task + href: api/basetask-update.md + - name: Move base task + href: api/basetask-move.md + - name: Delete base task + href: api/basetask-delete.md + - name: Get delta for base task + href: api/basetask-delta.md + - name: Create open extension + href: api/opentypeextension-post-opentypeextension.md + - name: Get open extension + href: api/opentypeextension-get.md + - name: Checklist item + href: resources/checklistitem.md + items: + - name: List + href: api/basetask-list-checklistitems.md + - name: Create + href: api/basetask-post-checklistitems.md + - name: Get + href: api/checklistitem-get.md + - name: Update + href: api/checklistitem-update.md + - name: Delete + href: api/checklistitem-delete.md + - name: Linked resource v2 + href: resources/linkedresource_v2.md + items: + - name: List + href: api/basetask-list-linkedresources.md + - name: Create + href: api/basetask-post-linkedresources.md + - name: Get + href: api/linkedresource_v2-get.md + - name: Update + href: api/linkedresource_v2-update.md + - name: Delete + href: api/linkedresource_v2-delete.md + - name: Outlook tasks (deprecated) + items: + - name: Outlook task (deprecated) + items: + - name: Outlook task + href: resources/outlooktask.md + - name: List + href: api/outlookuser-list-tasks.md + - name: Create + href: api/outlookuser-post-tasks.md + - name: Get + href: api/outlooktask-get.md + - name: Update + href: api/outlooktask-update.md + - name: Delete + href: api/outlooktask-delete.md + - name: Complete + href: api/outlooktask-complete.md + - name: List attachments + href: api/outlooktask-list-attachments.md + - name: Add attachment + href: api/outlooktask-post-attachments.md + - name: Outlook task folder (deprecated) + items: + - name: Outlook task folder + href: resources/outlooktaskfolder.md + - name: List + href: api/outlookuser-list-taskfolders.md + - name: Create + href: api/outlookuser-post-taskfolders.md + - name: Get + href: api/outlooktaskfolder-get.md + - name: Update + href: api/outlooktaskfolder-update.md + - name: Delete + href: api/outlooktaskfolder-delete.md + - name: List tasks in folder + href: api/outlooktaskfolder-list-tasks.md + - name: Create tasks in folder + href: api/outlooktaskfolder-post-tasks.md + - name: Outlook task group (deprecated) + items: + - name: Outlook task group + href: resources/outlooktaskgroup.md + - name: List + href: api/outlookuser-list-taskgroups.md + - name: Create + href: api/outlookuser-post-taskgroups.md + - name: Get + href: api/outlooktaskgroup-get.md + - name: Update + href: api/outlooktaskgroup-update.md + - name: Delete + href: api/outlooktaskfolder-delete.md + - name: List task folders in group + href: api/outlooktaskfolder-list-tasks.md + - name: Create task folder in group + href: api/outlooktaskfolder-post-tasks.md + - name: Attachments + items: + - name: Attachment + href: resources/attachment.md + - name: File attachment type + href: resources/fileattachment.md + - name: Item attachment type + href: resources/itemattachment.md + - name: Get attachment + href: api/attachment-get.md + - name: Delete attachment + href: api/attachment-delete.md + - name: Category + items: + - name: Category + href: resources/outlookcategory.md + - name: List categories + href: api/outlookuser-list-mastercategories.md + - name: Create category + href: api/outlookuser-post-mastercategories.md + - name: Get category + href: api/outlookcategory-get.md + - name: Update category + href: api/outlookcategory-update.md + - name: Delete category + href: api/outlookcategory-delete.md + - name: Extended properties + items: + - name: Overview + href: resources/extended-properties-overview.md + - name: Single-value extended property + items: + - name: Single-value extended property + href: resources/singlevaluelegacyextendedproperty.md + - name: Create single-value property + href: api/singlevaluelegacyextendedproperty-post-singlevalueextendedproperties.md + - name: Get single-value property + href: api/singlevaluelegacyextendedproperty-get.md + - name: Multi-value extended property + items: + - name: Multi-value extended property + href: resources/multivaluelegacyextendedproperty.md + - name: Create multi-value property + href: api/multivaluelegacyextendedproperty-post-multivalueextendedproperties.md + - name: Get multi-value property + href: api/multivaluelegacyextendedproperty-get.md + - name: Workbooks and charts + displayName: Excel + items: + - name: Overview + href: resources/excel.md + - name: Workbook + href: resources/workbook.md + items: + - name: Create session + href: api/workbook-createsession.md + - name: Refresh session + href: api/workbook-refreshsession.md + - name: Close session + href: api/workbook-closesession.md + - name: List tables + href: api/workbook-list-tables.md + - name: List worksheets + href: api/workbook-list-worksheets.md + - name: List names + href: api/workbook-list-names.md + - name: Get operation result (async) + href: api/workbook-tablerowoperationresult.md + - name: Workbook application + href: resources/workbookapplication.md + items: + - name: Get + href: api/workbookapplication-get.md + - name: Calculate + href: api/workbookapplication-calculate.md + - name: Workbook comment + href: resources/workbookcomment.md + items: + - name: List + href: api/workbook-list-comments.md + - name: Get + href: api/workbookcomment-get.md + - name: List replies + href: api/workbookcomment-list-replies.md + - name: Create reply + href: api/workbookcomment-post-replies.md + - name: Get reply + href: api/workbookcommentreply-get.md + - name: Workbook table row + href: resources/workbooktablerow.md + items: + - name: List + href: api/tablerow-list.md + - name: Create + href: api/table-post-rows.md + - name: Get + href: api/tablerow-get.md + - name: Update + href: api/tablerow-update.md + - name: Delete + href: api/tablerow-delete.md + - name: Get range + href: api/tablerow-range.md + - name: Get item at + href: api/tablerowcollection-itemat.md + - name: Add row + href: api/tablerowcollection-add.md + - name: Worksheet + href: resources/workbookworksheet.md + items: + - name: Add worksheet + href: api/worksheetcollection-add.md + - name: Get worksheet + href: api/worksheet-get.md + - name: Get usedrange + href: api/worksheet-usedrange.md + - name: Update worksheet + href: api/worksheet-update.md + - name: Delete worksheet + href: api/worksheet-delete.md + - name: Get cell + href: api/worksheet-cell.md + - name: Get range + href: api/worksheet-range.md + - name: List tables + href: api/worksheet-list-tables.md + - name: Add table + href: api/worksheet-post-tables.md + - name: List charts + href: api/worksheet-list-charts.md + - name: Add chart + href: api/worksheet-post-charts.md + - name: List tasks + href: api/workbookworksheet-list-tasks.md + - name: Range + href: resources/workbookrange.md + items: + - name: Get range + href: api/range-get.md + - name: Update range + href: api/range-update.md + - name: Insert range + href: api/range-insert.md + - name: Get range format + href: api/rangeformat-get.md + - name: Update range format + href: api/rangeformat-update.md + - name: Merge + href: api/range-merge.md + - name: Unmerge + href: api/range-unmerge.md + - name: Clear + href: api/range-clear.md + - name: Delete + href: api/range-delete.md + - name: Table + href: resources/workbooktable.md + items: + - name: Add table + href: api/tablecollection-add.md + - name: Get table + href: api/table-get.md + - name: Update table + href: api/table-update.md + - name: Delete table + href: api/table-delete.md + - name: List rows + href: api/table-list-rows.md + - name: Create row + href: api/table-post-rows.md + - name: Delete row + href: api/tablerow-delete.md + - name: List columns + href: api/table-list-columns.md + - name: Create column + href: api/table-post-columns.md + - name: Delete column + href: api/tablecolumn-delete.md + - name: Get range + href: api/table-range.md + - name: Chart + href: resources/workbookchart.md + items: + - name: List charts + href: api/chart-list.md + - name: Get chart + href: api/chart-get.md + - name: Update chart + href: api/chart-update.md + - name: Delete chart + href: api/chart-delete.md + - name: Add chart + href: api/chartcollection-add.md + - name: Get chart image + href: api/chart-image.md + - name: Reset data + href: api/chart-setdata.md + - name: Set position data + href: api/chart-setposition.md + - name: Named item + href: resources/workbooknameditem.md + items: + - name: List + href: api/nameditem-get.md + - name: Get + href: api/nameditem-get.md + - name: Update + href: api/nameditem-update.md + - name: Delete + href: api/nameditem-delete.md + - name: Add + href: api/nameditem-add.md + - name: List range + href: api/nameditem-range.md + - name: Workbook document task + href: resources/workbookdocumenttask.md + items: + - name: List + href: api/workbookworksheet-list-tasks.md + - name: Get + href: api/workbookdocumenttask-get.md + - name: Workbook document task change + href: resources/workbookdocumenttaskchange.md + items: + - name: List + href: api/workbookdocumenttask-list-changes.md + - name: Get + href: api/workbookdocumenttaskchange-get.md + From 39a71a2d5bf03e82e7931ce89a6ea9fe13b087a3 Mon Sep 17 00:00:00 2001 From: Nick Ludwig <51385718+nickludwig@users.noreply.github.com> Date: Mon, 22 Jan 2024 10:41:48 -0800 Subject: [PATCH 098/151] Update FIC doc remove note that workload identity federation is only supported for applications. this isn't true anymore. it can be used with managed identities. --- .../v1.0/resources/federatedidentitycredentials-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/resources/federatedidentitycredentials-overview.md b/api-reference/v1.0/resources/federatedidentitycredentials-overview.md index 6ab2fd6f99f..1491d9bb3c7 100644 --- a/api-reference/v1.0/resources/federatedidentitycredentials-overview.md +++ b/api-reference/v1.0/resources/federatedidentitycredentials-overview.md @@ -38,7 +38,7 @@ The combination of **issuer** and **subject** must be unique on the app. ## Design considerations -Federated identity credentials are supported on applications only. A maximum of 20 federated identity credentials can be added per application object. +A maximum of 20 federated identity credentials can be added per application object or user-assigned managed identity. ## See also From 0a763f81dd0faf899510fd2d6d6e287091e12af7 Mon Sep 17 00:00:00 2001 From: Faith Moraa Ombongi Date: Tue, 23 Jan 2024 11:29:47 +0300 Subject: [PATCH 099/151] Test superscript+anchor+footnote --- concepts/filter-query-parameter.md | 84 +++++++++++++++++------------- 1 file changed, 47 insertions(+), 37 deletions(-) diff --git a/concepts/filter-query-parameter.md b/concepts/filter-query-parameter.md index 315e0d9c37d..9fed64a2378 100644 --- a/concepts/filter-query-parameter.md +++ b/concepts/filter-query-parameter.md @@ -212,24 +212,24 @@ The following table shows some examples that use the `$filter` query parameter. > [!NOTE] > -> + Examples marked with * are only supported with [advanced query capabilities](/graph/aad-advanced-queries). +> + Examples marked with [*](#*) are only supported with [advanced query capabilities](/graph/aad-advanced-queries). > + Click the examples to try them in [Graph Explorer][graph-explorer]. | Description | Example | | :------------------------------------------------------------------------------------------------------------------------------------ | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Get all users with the name Mary across multiple properties. | [GET](https://developer.microsoft.com/graph/graph-explorer?request=users?$filter=startswith(displayName,'mary')+or+startswith(givenName,'mary')+or+startswith(surname,'mary')+or+startswith(mail,'mary')+or+startswith(userPrincipalName,'mary')&method=GET&version=v1.0) `~/users?$filter=startswith(displayName,'mary') or startswith(givenName,'mary') or startswith(surname,'mary') or startswith(mail,'mary') or startswith(userPrincipalName,'mary')` | -| Get all users with mail domain equal to 'hotmail.com' | [GET](https://developer.microsoft.com/graph/graph-explorer?request=users%3F%24count%3Dtrue%26%24filter%3DendsWith(mail%2C'%40hotmail.com')%26%24select%3Did%2CdisplayName%2Cmail&method=GET&version=v1.0&GraphUrl=https://graph.microsoft.com&headers=W3sibmFtZSI6IkNvbnNpc3RlbmN5TGV2ZWwiLCJ2YWx1ZSI6ImV2ZW50dWFsIn1d) `~/users?$count=true&$filter=endsWith(mail,'@hotmail.com')`* | -| Get all users without assigned licenses | [GET](https://developer.microsoft.com/graph/graph-explorer?request=users%3F%24filter%3DassignedLicenses%2F%24count%2Bne%2B0%26%24count%3Dtrue&method=GET&version=v1.0&GraphUrl=https://graph.microsoft.com&headers=W3sibmFtZSI6IkNvbnNpc3RlbmN5TGV2ZWwiLCJ2YWx1ZSI6ImV2ZW50dWFsIn1d) `~/users?$filter=assignedLicenses/$count eq 0&$count=true`* | +| Get all users with mail domain equal to 'hotmail.com' | [GET](https://developer.microsoft.com/graph/graph-explorer?request=users%3F%24count%3Dtrue%26%24filter%3DendsWith(mail%2C'%40hotmail.com')%26%24select%3Did%2CdisplayName%2Cmail&method=GET&version=v1.0&GraphUrl=https://graph.microsoft.com&headers=W3sibmFtZSI6IkNvbnNpc3RlbmN5TGV2ZWwiLCJ2YWx1ZSI6ImV2ZW50dWFsIn1d) `~/users?$count=true&$filter=endsWith(mail,'@hotmail.com')`[*](#*) | +| Get all users without assigned licenses | [GET](https://developer.microsoft.com/graph/graph-explorer?request=users%3F%24filter%3DassignedLicenses%2F%24count%2Bne%2B0%26%24count%3Dtrue&method=GET&version=v1.0&GraphUrl=https://graph.microsoft.com&headers=W3sibmFtZSI6IkNvbnNpc3RlbmN5TGV2ZWwiLCJ2YWx1ZSI6ImV2ZW50dWFsIn1d) `~/users?$filter=assignedLicenses/$count eq 0&$count=true`[*](#*) | | Get all the signed-in user's events that start after 7/1/2017. | [GET](https://developer.microsoft.com/graph/graph-explorer?request=me/events?$filter=start/dateTime+ge+'2017-07-01T08:00'&method=GET&version=v1.0) `~/me/events?$filter=start/dateTime ge '2017-07-01T08:00'`.
**NOTE:** The **dateTime** property of the event entity is a String type. | | Get all emails from a specific address received by the signed-in user. | [GET](https://developer.microsoft.com/graph/graph-explorer?request=me/messages?$filter=from/emailAddress/address+eq+'someuser@.com'&method=GET&version=v1.0) `~/me/messages?$filter=from/emailAddress/address eq 'someuser@example.com'` | | Get all emails received by the signed-in user in April 2017. | [GET](https://developer.microsoft.com/graph/graph-explorer?request=me/mailFolders/inbox/messages?$filter=ReceivedDateTime+ge+2017-04-01+and+receivedDateTime+lt+2017-05-01&method=GET&version=v1.0) `~/me/mailFolders/inbox/messages?$filter=ReceivedDateTime ge 2017-04-01 and receivedDateTime lt 2017-05-01` | | Get all unread mail in the signed-in user's Inbox. | [GET](https://developer.microsoft.com/graph/graph-explorer?request=me/mailFolders/inbox/messages?$filter=isRead+eq+false&method=GET&version=v1.0) `~/me/mailFolders/inbox/messages?$filter=isRead eq false` | | Get all users in the Retail and Sales departments. | [GET](https://developer.microsoft.com/graph/graph-explorer?request=users%3F%24filter%3Ddepartment%20in%20('Retail'%2C%20'Sales')&method=GET&version=v1.0&GraphUrl=https://graph.microsoft.com) `~/users?$filter=department in ('Retail', 'Sales')` | -| List users with a particular service plan that is in a suspended state. | [GET](https://developer.microsoft.com/graph/graph-explorer?request=users%3F%24filter%3DassignedPlans%2Fany(a%3Aa%2FservicePlanId%20eq%202e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2%20and%20a%2FcapabilityStatus%20eq%20'Suspended')%26%24count%3Dtrue&method=GET&version=v1.0&GraphUrl=https://graph.microsoft.com&headers=W3sibmFtZSI6IkNvbnNpc3RlbmN5TGV2ZWwiLCJ2YWx1ZSI6ImV2ZW50dWFsIn1d) `~/users?$filter=assignedPlans/any(a:a/servicePlanId eq 2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2 and a/capabilityStatus eq 'Suspended')&$count=true`* | -| List all non-Microsoft 365 groups in an organization. | [GET](https://developer.microsoft.com/graph/graph-explorer?request=groups%3F%24filter%3DNOT%20groupTypes%2Fany(c%3Ac%20eq%20'Unified')%26%24count%3Dtrue&method=GET&version=v1.0&GraphUrl=https://graph.microsoft.com&headers=W3sibmFtZSI6IkNvbnNpc3RlbmN5TGV2ZWwiLCJ2YWx1ZSI6ImV2ZW50dWFsIn1d) `~/groups?$filter=NOT groupTypes/any(c:c eq 'Unified')&$count=true`* | -| List all users whose company name isn't undefined (that is, not a `null` value) or Microsoft. | [GET](https://developer.microsoft.com/graph/graph-explorer?request=users%3F%24filter%3DcompanyName%20ne%20null%20and%20NOT(companyName%20eq%20'Microsoft')%26%24count%3Dtrue&method=GET&version=v1.0&GraphUrl=https://graph.microsoft.com&headers=W3sibmFtZSI6IkNvbnNpc3RlbmN5TGV2ZWwiLCJ2YWx1ZSI6ImV2ZW50dWFsIn1d) `~/users?$filter=companyName ne null and NOT(companyName eq 'Microsoft')&$count=true`* | -| List all users whose company name is either undefined or Microsoft. | [GET](https://developer.microsoft.com/graph/graph-explorer?request=users%3F%24filter%3DcompanyName%20in%20(null%2C%20'Microsoft')%26%24count%3Dtrue&method=GET&version=v1.0&GraphUrl=https://graph.microsoft.com&headers=W3sibmFtZSI6IkNvbnNpc3RlbmN5TGV2ZWwiLCJ2YWx1ZSI6ImV2ZW50dWFsIn1d) `~/users?$filter=companyName in (null, 'Microsoft')&$count=true`* | -| Use OData cast to get transitive membership in groups with a display name that starts with 'a' including a count of returned objects. | [GET](https://developer.microsoft.com/graph/graph-explorer?request=me%2FtransitiveMemberOf%2Fmicrosoft.graph.group%3F%24count%3Dtrue&method=GET&version=v1.0&GraphUrl=https://graph.microsoft.com&headers=W3sibmFtZSI6IkNvbnNpc3RlbmN5TGV2ZWwiLCJ2YWx1ZSI6ImV2ZW50dWFsIn1d) `~/me/transitiveMemberOf/microsoft.graph.group?$count=true&$filter=startswith(displayName, 'a')`* | +| List users with a particular service plan that is in a suspended state. | [GET](https://developer.microsoft.com/graph/graph-explorer?request=users%3F%24filter%3DassignedPlans%2Fany(a%3Aa%2FservicePlanId%20eq%202e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2%20and%20a%2FcapabilityStatus%20eq%20'Suspended')%26%24count%3Dtrue&method=GET&version=v1.0&GraphUrl=https://graph.microsoft.com&headers=W3sibmFtZSI6IkNvbnNpc3RlbmN5TGV2ZWwiLCJ2YWx1ZSI6ImV2ZW50dWFsIn1d) `~/users?$filter=assignedPlans/any(a:a/servicePlanId eq 2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2 and a/capabilityStatus eq 'Suspended')&$count=true`[*](#*) | +| List all non-Microsoft 365 groups in an organization. | [GET](https://developer.microsoft.com/graph/graph-explorer?request=groups%3F%24filter%3DNOT%20groupTypes%2Fany(c%3Ac%20eq%20'Unified')%26%24count%3Dtrue&method=GET&version=v1.0&GraphUrl=https://graph.microsoft.com&headers=W3sibmFtZSI6IkNvbnNpc3RlbmN5TGV2ZWwiLCJ2YWx1ZSI6ImV2ZW50dWFsIn1d) `~/groups?$filter=NOT groupTypes/any(c:c eq 'Unified')&$count=true`[*](#*) | +| List all users whose company name isn't undefined (that is, not a `null` value) or Microsoft. | [GET](https://developer.microsoft.com/graph/graph-explorer?request=users%3F%24filter%3DcompanyName%20ne%20null%20and%20NOT(companyName%20eq%20'Microsoft')%26%24count%3Dtrue&method=GET&version=v1.0&GraphUrl=https://graph.microsoft.com&headers=W3sibmFtZSI6IkNvbnNpc3RlbmN5TGV2ZWwiLCJ2YWx1ZSI6ImV2ZW50dWFsIn1d) `~/users?$filter=companyName ne null and NOT(companyName eq 'Microsoft')&$count=true`[*](#*) | +| List all users whose company name is either undefined or Microsoft. | [GET](https://developer.microsoft.com/graph/graph-explorer?request=users%3F%24filter%3DcompanyName%20in%20(null%2C%20'Microsoft')%26%24count%3Dtrue&method=GET&version=v1.0&GraphUrl=https://graph.microsoft.com&headers=W3sibmFtZSI6IkNvbnNpc3RlbmN5TGV2ZWwiLCJ2YWx1ZSI6ImV2ZW50dWFsIn1d) `~/users?$filter=companyName in (null, 'Microsoft')&$count=true`[*](#*) | +| Use OData cast to get transitive membership in groups with a display name that starts with 'a' including a count of returned objects. | [GET](https://developer.microsoft.com/graph/graph-explorer?request=me%2FtransitiveMemberOf%2Fmicrosoft.graph.group%3F%24count%3Dtrue&method=GET&version=v1.0&GraphUrl=https://graph.microsoft.com&headers=W3sibmFtZSI6IkNvbnNpc3RlbmN5TGV2ZWwiLCJ2YWx1ZSI6ImV2ZW50dWFsIn1d) `~/me/transitiveMemberOf/microsoft.graph.group?$count=true&$filter=startswith(displayName, 'a')`[*](#*) | ## Syntax for using the filter OData query parameter @@ -248,36 +248,38 @@ These examples show how to use `$filter` to match against supported properties a | Operator | Syntax | |-------------------------|-------------------------------------------------------------------------------------------------------------------------------------| | `eq` | `~/users?$filter=userType eq 'Member'` | -| `not` | `~/users?$filter=not(userType eq 'Member')`* | -| `ne` | `~/users?$filter=companyName ne null`* | +| `not` | `~/users?$filter=not(userType eq 'Member')`[*](#*) | +| `ne` | `~/users?$filter=companyName ne null`[*](#*) | | `startsWith` | `~/users?$filter=startsWith(userPrincipalName, 'admin')` | -| `endsWith` | `~/users?$filter=endsWith(mail,'@outlook.com')`* | +| `endsWith` | `~/users?$filter=endsWith(mail,'@outlook.com')`[*](#*) | | `in` | `~/users?$filter=mail in ('mail1@domain.com', 'mail2@domain.com')`

**Note:** When using the `in` operator, the request is limited to 15 expressions in the filter clause by default or a URL length of 2,048 characters when using [advanced query capabilities](./aad-advanced-queries.md). | -| `le` | `~/devices?$filter=registrationDateTime le 2021-01-02T12:00:00Z`* | -| `ge` | `~/devices?$filter=registrationDateTime ge 2021-01-02T12:00:00Z`* | -| `not` and `endsWith` | `~/users?$filter=not(endsWith(mail, 'OnMicrosoft.com'))`* | -| `not` and `startsWith` | `~/users?$filter=not(startsWith(mail, 'A'))`* | -| `not` and `eq` | `~/users?$filter=not(companyName eq 'Contoso E.A.')`* | -| `not` and `in` | `~/users?$filter=not(userType in ('Member'))`* | +| `le` | `~/devices?$filter=registrationDateTime le 2021-01-02T12:00:00Z`[*](#*) | +| `ge` | `~/devices?$filter=registrationDateTime ge 2021-01-02T12:00:00Z`[*](#*) | +| `not` and `endsWith` | `~/users?$filter=not(endsWith(mail, 'OnMicrosoft.com'))`[*](#*) | +| `not` and `startsWith` | `~/users?$filter=not(startsWith(mail, 'A'))`[*](#*) | +| `not` and `eq` | `~/users?$filter=not(companyName eq 'Contoso E.A.')`[*](#*) | +| `not` and `in` | `~/users?$filter=not(userType in ('Member'))`[*](#*) | | `contains` | `~/identityGovernance/accessReviews/definitions?$filter=contains(scope/microsoft.graph.accessReviewQueryScope/query, './members')` | | `has` | `~/identity/conditionalAccess/templates?$filter=scenarios has 'secureFoundation'` | +*: This example is only supported with [advanced query capabilities](/graph/aad-advanced-queries). + ### For a collection of primitive types | Operator (s) | Syntax | |-------------------------------------------|---------------------------------------------------------------------| | `eq` | `~/groups?$filter=groupTypes/any(c:c eq 'Unified')` | -| `not` | `~/groups?$filter=not(groupTypes/any(c:c eq 'Unified'))`* | -| `ne` | `~/users?$filter=companyName ne null`* | -| `startsWith` | `~/users?$filter=businessPhones/any(p:startsWith(p, '44'))`* | -| `endsWith` | `~/users?$filter=endsWith(mail,'@outlook.com')`* | -| `not` and `endsWith` | `~/groups?$filter=not(endsWith(mail,'OnMicrosoft.com'))`* | -| `not` and `startsWith` | `~/groups?$filter=not(startsWith(mail,'Pineview'))`* | -| `not` and `eq` | `~/groups?$filter=not(mail eq 'PineviewSchoolStaff@Contoso.com')`* | -| `eq` and `$count` for empty collections | `~/users?$filter=assignedLicenses/$count eq 0`* | -| `ne` and `$count` for empty collections | `~/users?$filter=assignedLicenses/$count ne 0`* | -| `not` and `$count` for empty collections | `~/users?$filter=not(assignedLicenses/$count eq 0)`* | -| `$count` for collections with one object | `~/servicePrincipals?$filter=owners/$count eq 1`* | +| `not` | `~/groups?$filter=not(groupTypes/any(c:c eq 'Unified'))`[*](#*) | +| `ne` | `~/users?$filter=companyName ne null`[*](#*) | +| `startsWith` | `~/users?$filter=businessPhones/any(p:startsWith(p, '44'))`[*](#*) | +| `endsWith` | `~/users?$filter=endsWith(mail,'@outlook.com')`[*](#*) | +| `not` and `endsWith` | `~/groups?$filter=not(endsWith(mail,'OnMicrosoft.com'))`[*](#*) | +| `not` and `startsWith` | `~/groups?$filter=not(startsWith(mail,'Pineview'))`[*](#*) | +| `not` and `eq` | `~/groups?$filter=not(mail eq 'PineviewSchoolStaff@Contoso.com')`[*](#*) | +| `eq` and `$count` for empty collections | `~/users?$filter=assignedLicenses/$count eq 0`[*](#*) | +| `ne` and `$count` for empty collections | `~/users?$filter=assignedLicenses/$count ne 0`[*](#*) | +| `not` and `$count` for empty collections | `~/users?$filter=not(assignedLicenses/$count eq 0)`[*](#*) | +| `$count` for collections with one object | `~/servicePrincipals?$filter=owners/$count eq 1`[*](#*) | For the list of all properties of directory objects that support count of a collection in a filter expression, see [Count of a collection in a filter expression](/graph/aad-advanced-queries#count-of-a-collection-in-a-filter-expression). @@ -286,12 +288,14 @@ For the list of all properties of directory objects that support count of a coll no examples available for ge and le --> +*: This example is only supported with [advanced query capabilities](/graph/aad-advanced-queries). + ### For GUID types | Operator (s) | Syntax | |---------------|-----------------------------------------------------------------------------------------------------------------| -| `eq` | `~/servicePrincipals?$filter=appOwnerOrganizationId eq 72f988bf-86f1-41af-91ab-2d7cd011db47`* | -| `not` | `~/servicePrincipals?$filter=not(appOwnerOrganizationId eq 72f988bf-86f1-41af-91ab-2d7cd011db47)`* | +| `eq` | `~/servicePrincipals?$filter=appOwnerOrganizationId eq 72f988bf-86f1-41af-91ab-2d7cd011db47`[*](#*) | +| `not` | `~/servicePrincipals?$filter=not(appOwnerOrganizationId eq 72f988bf-86f1-41af-91ab-2d7cd011db47)`[*](#*) | +*: This example is only supported with [advanced query capabilities](/graph/aad-advanced-queries). + ### For a collection of GUID types | Operator (s) | Syntax | |---------------|-----------------------------------------------------------------| -| `eq` | `~/devices?$filter=alternativeSecurityIds/any(a:a/type eq 2)`* | -| `le` | `~/devices?$filter=alternativeSecurityIds/any(a:a/type le 2)`* | -| `ge` | `~/devices?$filter=alternativeSecurityIds/any(a:a/type ge 2)`* | +| `eq` | `~/devices?$filter=alternativeSecurityIds/any(a:a/type eq 2)`[*](#*) | +| `le` | `~/devices?$filter=alternativeSecurityIds/any(a:a/type le 2)`[*](#*) | +| `ge` | `~/devices?$filter=alternativeSecurityIds/any(a:a/type ge 2)`[*](#*) | + +*: This example is only supported with [advanced query capabilities](/graph/aad-advanced-queries). ### For a collection of complex types | Operator (s) | Syntax | |-----------------|--------------------------------------------------------------------------------------------| -| `eq` | `~/users?$filter=authorizationInfo/certificateUserIds/any(x:x eq '9876543210@mil')`* | -| `not` and `eq` | `~/users?$filter=not(authorizationInfo/certificateUserIds/any(x:x eq '9876543210@mil'))`* | -| `startsWith` | `~/users?$filter=authorizationInfo/certificateUserIds/any(x:startswith(x,'987654321'))`* | -| `endsWith` | `~/users?$filter=proxyAddresses/any(p:endsWith(p,'OnMicrosoft.com'))`* | +| `eq` | `~/users?$filter=authorizationInfo/certificateUserIds/any(x:x eq '9876543210@mil')`[*](#*) | +| `not` and `eq` | `~/users?$filter=not(authorizationInfo/certificateUserIds/any(x:x eq '9876543210@mil'))`[*](#*) | +| `startsWith` | `~/users?$filter=authorizationInfo/certificateUserIds/any(x:startswith(x,'987654321'))`[*](#*) | +| `endsWith` | `~/users?$filter=proxyAddresses/any(p:endsWith(p,'OnMicrosoft.com'))`[*](#*) | + +*: This example is only supported with [advanced query capabilities](/graph/aad-advanced-queries). ## See also From 1cf6749ee3c58cdc5f357ef5e21ecd67fa571e6a Mon Sep 17 00:00:00 2001 From: Faith Moraa Ombongi Date: Tue, 23 Jan 2024 12:31:31 +0300 Subject: [PATCH 100/151] Use only 1 anchor --- concepts/filter-query-parameter.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/concepts/filter-query-parameter.md b/concepts/filter-query-parameter.md index 9fed64a2378..d54ca5a5acd 100644 --- a/concepts/filter-query-parameter.md +++ b/concepts/filter-query-parameter.md @@ -212,7 +212,7 @@ The following table shows some examples that use the `$filter` query parameter. > [!NOTE] > -> + Examples marked with [*](#*) are only supported with [advanced query capabilities](/graph/aad-advanced-queries). +> + Examples marked with * are only supported with [advanced query capabilities](/graph/aad-advanced-queries). > + Click the examples to try them in [Graph Explorer][graph-explorer]. | Description | Example | @@ -239,10 +239,10 @@ These examples show how to use `$filter` to match against supported properties a > [!NOTE] > -> + Examples marked with * are only supported with [advanced query capabilities](/graph/aad-advanced-queries). -> > + GUID and DateTimeOffset values aren't enclosed in quotes in `$filter` expressions. +* : This example is only supported with [advanced query capabilities](/graph/aad-advanced-queries). + ### For single primitive types like String, Int, and dates | Operator | Syntax | @@ -262,8 +262,6 @@ These examples show how to use `$filter` to match against supported properties a | `contains` | `~/identityGovernance/accessReviews/definitions?$filter=contains(scope/microsoft.graph.accessReviewQueryScope/query, './members')` | | `has` | `~/identity/conditionalAccess/templates?$filter=scenarios has 'secureFoundation'` | -*: This example is only supported with [advanced query capabilities](/graph/aad-advanced-queries). - ### For a collection of primitive types | Operator (s) | Syntax | @@ -288,7 +286,6 @@ For the list of all properties of directory objects that support count of a coll no examples available for ge and le --> -*: This example is only supported with [advanced query capabilities](/graph/aad-advanced-queries). ### For GUID types @@ -308,7 +305,6 @@ no examples available for ge and le Hiding because the latest iteration of the report doesn't include these properties. --> -*: This example is only supported with [advanced query capabilities](/graph/aad-advanced-queries). ### For a collection of GUID types @@ -318,7 +314,6 @@ Hiding because the latest iteration of the report doesn't include these properti | `le` | `~/devices?$filter=alternativeSecurityIds/any(a:a/type le 2)`[*](#*) | | `ge` | `~/devices?$filter=alternativeSecurityIds/any(a:a/type ge 2)`[*](#*) | -*: This example is only supported with [advanced query capabilities](/graph/aad-advanced-queries). ### For a collection of complex types @@ -329,7 +324,6 @@ Hiding because the latest iteration of the report doesn't include these properti | `startsWith` | `~/users?$filter=authorizationInfo/certificateUserIds/any(x:startswith(x,'987654321'))`[*](#*) | | `endsWith` | `~/users?$filter=proxyAddresses/any(p:endsWith(p,'OnMicrosoft.com'))`[*](#*) | -*: This example is only supported with [advanced query capabilities](/graph/aad-advanced-queries). ## See also From 1d02cd40956b5dd7e21fdc0c136b3c3fd235c4e8 Mon Sep 17 00:00:00 2001 From: LiliamLeme <62876278+LiliamLeme@users.noreply.github.com> Date: Tue, 23 Jan 2024 11:52:31 +0000 Subject: [PATCH 101/151] Update permissions-grant-via-msgraph.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit You will be able to see the new permission at the Enterprise Applications - PermissionsTab Under the App registration it will be Other Permissions add at the end of the list for API permissions tab. In order to move that permission and activate you need to Grant Admin Consent. I was following this guide for python and I found a little bit challenge. So adding the things I believe it would make it more clear 1) The object ID for the SP is to be taken from Enterprise Applications. 2) The user that will pass the credentials to alter the SP must have high permissions to do it so. I was able to do that with one SP added as global administrator and that one given permissions to a second SP. 3) Which libraries for python to be able to use the sample code. This was my personal step by step: 1 Replace the information client_ID and Client_secret with the SP with high permissions. This first step will represent the credential that must have enough permissions for the next step. tenant_id = "Replace with Tenant ID" client_id = "Replace with Service Principal ID that has high permissions" client_secret = "Replace with secret from the SP that has high permissions" 6.2 The next step you will replace with the Service Principal that you will change the permissions. For example adding those 2 permissions. You will use the Object ID as Client_ID that you got from the Enterprise Applications: • User.Read.All • User.ReadWrite.All In the code context: • Resource ID is the Microsoft Graph ID that • Client_ID is the Object ID from Enterprise Application • App Role id is the ID of the role that you want to change --- concepts/permissions-grant-via-msgraph.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/concepts/permissions-grant-via-msgraph.md b/concepts/permissions-grant-via-msgraph.md index 20cc2cea365..7879626a591 100644 --- a/concepts/permissions-grant-via-msgraph.md +++ b/concepts/permissions-grant-via-msgraph.md @@ -32,7 +32,7 @@ To complete these instructions, you need the following resources and privileges: - You'll run the requests in this article as a user. You must complete the following steps: - Sign in to an app such as [Graph Explorer](https://developer.microsoft.com/graph/graph-explorer) or [Postman](/graph/use-postman) as a user with privileges to create applications in the tenant. - In the app you've signed in to, consent to the *Application.Read.All* and *AppRoleAssignment.ReadWrite.All* delegated permissions on behalf of the signed-in user. You don't need to consent on behalf of your organization. - - Get the object ID of the client service principal to which you'll grant app roles. In this article, the client service principal is identified by ID `b0d9b9e3-0ecf-4bfd-8dab-9273dd055a94`. + - Get the object ID of the client service principal to which you'll grant app roles. In this article, the client service principal is identified by ID `b0d9b9e3-0ecf-4bfd-8dab-9273dd055a94`. This information is exposed in the Enterprise Applications in the Azure Portal, find your Service Principal under All Applications. -``` -HTTP/1.1 204 No content -``` - -## 4. Delete a user's roaming profile +## Step 4. Delete a user's roaming profile The user decides that they don't want a roaming profile anymore, so they delete it and the app calls Microsoft Graph by running the following request. -### Request - - # [HTTP](#tab/http) -``` -HTTP/1.1 204 No content -``` +The request returns a `204 No Content` response code. ## See also diff --git a/concepts/extensibility-overview.md b/concepts/extensibility-overview.md index 03e6312e631..e820a256ca8 100644 --- a/concepts/extensibility-overview.md +++ b/concepts/extensibility-overview.md @@ -524,8 +524,8 @@ You manage the [schema extension definitions](/graph/api/resources/schemaextensi - Use POST to store data in the schema extension property when you're creating a new user. - Use PATCH to either store data in the schema extension property or update or delete the stored data. - To delete data from a property, set its value to `null`. - - To delete data from *all* properties, set its value to `null`. If all properties are `null`, the schema extension object is also deleted. - - To update any property, you must specify all properties in the request body. Otherwise, Microsoft Graph updates the unspecified properties to `null`. + - To delete data from *all* properties, set every property to `null`. If all properties are `null`, the schema extension object is also deleted. + - To update any property, you must specify *all* properties in the request body. Otherwise, Microsoft Graph updates the unspecified properties to `null`. - Use GET to read the schema extension properties for all users or individual users in the tenant. #### Define a schema extension diff --git a/concepts/extensibility-schema-groups.md b/concepts/extensibility-schema-groups.md index cf1aa0c74e3..f61884ebb6c 100644 --- a/concepts/extensibility-schema-groups.md +++ b/concepts/extensibility-schema-groups.md @@ -1,41 +1,45 @@ --- title: "Add custom data to groups using schema extensions" -description: "Follow the steps in this article to register a schema extension definition, create a group with extended data, and update custom data in an existing group." -author: "FaithOmbongi" -ms.author: ombongifaith +description: "Learn how to register a schema extension definition, extend a group with the schema extension, and update custom data in the schema extension for the group." +author: FaithOmbongi ms.reviewer: dkershaw ms.prod: "extensions" ms.localizationpriority: high ms.custom: graphiamtop20 -ms.date: 02/02/2023 +ms.topic: tutorial +ms.date: 01/24/2024 #Customer intent: As a developer, I want to learn how to store lightweight data to Microsoft Entra groups through Microsoft Graph, and avoid using an external database system. --- # Add custom data to groups using schema extensions -This article demonstrates how to use *schema extensions*. +This article demonstrates how to use [schema extensions](/graph/api/resources/schemaextension). -Imagine you're a developer in a Learning Management Software company called "Graph Learn" that builds training courses and materials for businesses. You use the collaborative experience of Microsoft 365 groups to deliver course content and record exercises among participants for both online courses and instructor-led courses. You want to make the Microsoft 365 groups used for training courses easily identifiable as training courses, which will allow other developers to discover your groups and build rich experiences on top of your learning courses. +Imagine you're a developer in a Learning Management Software company called **Graph Learn** that builds training courses and materials for businesses. You use the collaborative experience of Microsoft 365 groups to deliver course content and record exercises among participants for both online courses and instructor-led courses. You want to make the Microsoft 365 groups used for training courses easily identifiable as training courses, which will allow other developers to discover your groups and build rich experiences on top of your learning courses. -For this scenario, this article will show you how to: +For this scenario, this article shows you how to: -1. View available schema extension definitions that you could use. -2. Register a schema extension definition that targets groups for training courses. -3. Create a new group with custom data based on the schema extension definition that you registered. -4. Add, update, or remove custom data in an existing group based on a schema extension definition. -5. Read a group and the extension data. +> [!div class="checklist"] +> * View available schema extension definitions that you could use. +> * Register a schema extension definition that targets groups for training courses. +> * Create a new group with custom data based on the schema extension definition that you registered. +> * Add, update, or remove custom data in an existing group based on a schema extension definition. +> * Read a group and the extension data. > [!NOTE] > Apart from groups, schema extensions are also supported and can be managed for [other resource types](extensibility-overview.md#comparison-of-extension-types). -## 1. View available schema extensions +## Prerequisites -First, as a developer, you might want to find any other schema extension definitions that our app could reuse. +To reproduce the steps in this article, you need the following privileges: -In the following example, you query the **schemaExtension** resource for a specific schema extension by its **id**. +- Sign in to an API client such as [Graph Explorer](https://aka.ms/ge). +- Grant the app the *Group.ReadWrite.All* and *Application.ReadWrite.All* delegated permissions for the signed-in user. +- Be assigned ownership of an application that will own the schema extension definition. In this tutorial, the application is named *extensions-application* and has **appId** `d1e6f196-fca3-48ad-8cd3-1a98e3bd46d2`. -Notice that the extension returned in the response has **Available** as the **status** value, which indicates that any app that has permission to the resources in the **targetTypes** property can use and update the extension -with additive changes. In general, this operation returns any schema extensions that satisfy the specified filter regardless of **status**, so do check the extension status before using it. +## Step 1. View available schema extensions + +First, as a developer, you might want the app to reuse any existing schema extension definitions if they're fit for purpose. In the following example, you query schema extensions that are named (by the **id**) `graphlearn_courses`. Assume that the response shows there are no schema extensions that are named `graphlearn_courses` in your tenant. ### Request @@ -45,7 +49,7 @@ with additive changes. In general, this operation returns any schema extensions "name": "schemaextensions-groups-get" }--> ```msgraph-interactive -GET https://graph.microsoft.com/v1.0/schemaExtensions?$filter=id eq 'graphlearn_test' +GET https://graph.microsoft.com/v1.0/schemaExtensions?$filter=id eq 'graphlearn_courses' ``` # [C#](#tab/csharp) @@ -94,36 +98,24 @@ HTTP/1.1 200 OK Content-Type: application/json { - "value": [ - { - "id":"graphlearn_test", - "description": "Yet another test schema", - "targetTypes": [ - "User", "Group" - ], - "status": "Available", - "owner": "24d3b144-21ae-4080-943f-7067b395b913", - "properties": [ - { - "name": "testName", - "type": "String" - } - ] - } - ] + "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#schemaExtensions", + "@microsoft.graph.tips": "Use $select to choose only the properties your app needs, as this can lead to performance improvements. For example: GET schemaExtensions?$select=description,owner", + "value": [] } ``` -## 2. Register a schema extension definition that describes a training course - -If you can't find a schema extension that is appropriate for your needs, you can create and register a new extension definition for training courses on the **group** resource. +You can also query by the id as a path paremeter as follows: `GET https://graph.microsoft.com/v1.0/schemaExtensions/graphlearn_courses`. If there are no schema extensions that match the id, the response will be `404 Not Found`. -When creating a schema extension definition, you should provide a string for the **id** property. Assuming you've verified your vanity domain `graphlearn.com` with your tenant, you'll concatenate the verified domain name (`graphlearn`) with a name -for the schema extension (`courses`), and assign **id** with the resultant string, `graphlearn_courses`. This **id** becomes the name of the schema extension property on a group. See an [example of the other way to assign **id** in the request](/graph/api/schemaextension-post-schemaextensions#request-2) that requires you to provide only a schema name. +## Step 2. Register a schema extension definition -Then, specify a description, target resources this extension applies to, and the custom properties that make up the schema. In this example, specify the `courseId`, `courseName` and `courseType` custom properties and their types. +You want to create and register a new extension definition for training courses on the **group** resource. Specify the following properties: -Notice that when you initially create a schema extension, its status is **InDevelopment**. While you're developing the extension, you can keep it in this status, during which only the app that created it can update it with additive changes or delete it. When you're ready to share the extension for use by other apps, set **status** to **Available**. +- **id**: When creating a schema extension definition, you should provide a string for the **id** property. One way to do this is to concatenate a *verified* vanity domain name for your tenant with a name for the schema extension. For example, if the domain is `graphlearn.com`, and the name of the schema extension is `courses`, then you can use the **id** `graphlearn_courses`. An alternative way to assign **id** is to provide only a schema name, such as `courses`, and let Microsoft Graph automatically generate the **id** for you by prefixing the provided name with a random alphanumeric string. + - This **id** becomes the name of the schema extension property on a group. +- **description** +- **targetTypes**: Specify the resource types that the schema extension can be applied to. In this example, the resource type is `Group`. You can add more resource types by updating the schema extension definition later. +- **properties**: Specify the custom properties that make up the schema. In this example, specify the `courseId`, `courseName` and `courseType` custom properties and their types. Only additive changes are permitted after you create the schema extension definition. +- **owner**: Specify the application that owns the schema extension definition. If you're running this example from an app that you're not assigned as owner, specify the appId of the application that you own in the **owner** property. ### Request @@ -137,11 +129,12 @@ POST https://graph.microsoft.com/v1.0/schemaExtensions Content-type: application/json { - "id":"graphlearn_courses", + "id": "graphlearn_courses", "description": "Graph Learn training courses extensions", "targetTypes": [ "Group" ], + "owner": "d1e6f196-fca3-48ad-8cd3-1a98e3bd46d2", "properties": [ { "name": "courseId", @@ -195,6 +188,10 @@ Content-type: application/json ### Response +The following example shows the response. + +In the response, the default initial status of the schema extension is `InDevelopment`. While you're developing the extension, you can keep it in this status, during which only the app that created it can update it with additive changes or delete it. When you're ready to share the extension for use by other apps, set **status** to **Available**. + -```http -HTTP/1.1 204 No Content -``` +## Step 4. Update custom data in a group -If you want to update the values of the extension data, put the entire extension complex type in the body of a `PATCH` request (similar to adding custom data to an existing resource). +The following request updates the **courseType** property in the `graphlearn_courses` extension for the group to `Hybrid`. Though you want to update only the **courseType** property, you must include the other properties and their existing values in the request body as well. Otherwise, Microsoft Graph will set them to `null` and remove their data. -To remove custom data added to a resource instance, but keep the schema extension property on the resource instance, set the corresponding extension property to `null`. +The following request returns a `204 No Content` response. -To remove a schema extension from a resource instance, set the extension complex type in that instance to `null`. + +```http +PATCH https://graph.microsoft.com/v1.0/groups/dfc8016f-db97-4c47-a582-49cb8f849355 +Content-type: application/json -## 5. Get a group and its extension data +{ + "graphlearn_courses": { + "courseId": "123", + "courseName": "New Managers", + "courseType": "Hybrid" + } +} +``` -A handy way to look for a group (or groups) is to use `$filter` to match for specific extension property values, -such as an extension name or ID. +## Step 5. Get a group and its extension data -Then, to get the custom data in a group, use `$select` to include the extension by name (in this case by `graphlearn_courses`). +To get the custom data in a group, use `$select` to include the extension by name (in this case by `graphlearn_courses`). -The following example looks for the group that has the `graphlearn_courses` extension with a `courseId` property value matching `123`, and gets the group properties **displayName**, **id**, and **description**, and the custom data in the `graphlearn_courses` extension. +Apart from filtering by the **id** of the schema extension, you can also filter by the extension property values. The following example looks for the group that has the `graphlearn_courses` extension with a `courseId` property value matching `123`, and gets the extension data and the **displayName**, **id**, and **description** properties of the group. ### Request @@ -466,22 +468,43 @@ HTTP/1.1 200 OK Content-Type: application/json { + "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#groups(displayName,id,description,graphlearn_courses)", "value": [ { - "displayName": "New Managers March 2017", - "id": "14429ae5-3e74-41a2-9fa8-028fbb984637", - "description": "New Managers training course for March 2017", + "displayName": "New Managers March 2024", + "id": "8fb45944-4085-449f-b95d-f7dd74a1b081", + "description": "New Managers training course for March 2024", "graphlearn_courses": { "@odata.type": "#microsoft.graph.ComplexExtensionValue", - "courseId": "123", + "courseType": "Hybrid", "courseName": "New Managers", - "courseType": "Online" + "courseId": 123 } } ] } ``` +## Step 6: Delete extension data and schema extension definition + +You can delete a schema extension definition if you no longer need it. If resource instances have the extension property applied, deleting the schema extension definition doesn't delete the extension data in the resource instances. Instead, the extension data is available but nolonger accessible. You can recreate the schema extension definition with the same configurato - if you used the verified domain for the schema extension **id** - to explicitly delete the extension data. + +The following request deletes the `graphlearn_courses` schema extension property and its associated data from the group. The request returns a `204 No Content` response. + +```http +PATCH https://graph.microsoft.com/v1.0/groups/8fb45944-4085-449f-b95d-f7dd74a1b081 + +{ + "graphlearn_courses": null +} +``` + +The following request deletes the `graphlearn_courses` schema extension definition. The request returns a `204 No Content` response. + +```http +DELETE https://graph.microsoft.com/v1.0/schemaExtensions/graphlearn_courses +``` + ## See also - [Add custom data to resources using extensions](extensibility-overview.md) From d99f902d38e2bde3116e36d30b6e2a6e5242c94b Mon Sep 17 00:00:00 2001 From: Arish Ojaswi Date: Wed, 24 Jan 2024 21:28:06 +0530 Subject: [PATCH 105/151] Update api-reference/beta/api/security-auditcoreroot-list-auditlogqueries.md Co-authored-by: Daniela Bonilla Montero <92937694+Danielabom@users.noreply.github.com> --- .../beta/api/security-auditcoreroot-list-auditlogqueries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/api/security-auditcoreroot-list-auditlogqueries.md b/api-reference/beta/api/security-auditcoreroot-list-auditlogqueries.md index f5801175595..865eed072fd 100644 --- a/api-reference/beta/api/security-auditcoreroot-list-auditlogqueries.md +++ b/api-reference/beta/api/security-auditcoreroot-list-auditlogqueries.md @@ -55,7 +55,7 @@ If successful, this method returns a `200 OK` response code and a collection of ## Examples ### Request -The example shows a request. +The following example shows a request. diff --git a/concepts/extensibility-schema-groups.md b/concepts/extensibility-schema-groups.md index 1336d633ca0..b76988648f5 100644 --- a/concepts/extensibility-schema-groups.md +++ b/concepts/extensibility-schema-groups.md @@ -7,24 +7,26 @@ ms.prod: "extensions" ms.localizationpriority: high ms.custom: graphiamtop20 ms.topic: tutorial -ms.date: 01/24/2024 +ms.date: 01/25/2024 #Customer intent: As a developer, I want to learn how to store lightweight data to Microsoft Entra groups through Microsoft Graph, and avoid using an external database system. --- # Add custom data to groups using schema extensions -This article demonstrates how to use [schema extensions](/graph/api/resources/schemaextension). +In this tutorial, you learn how to use [schema extensions](/graph/api/resources/schemaextension). -Imagine you're a developer in a Learning Management Software company called **Graph Learn** that builds training courses and materials for businesses. You use the collaborative experience of Microsoft 365 groups to deliver course content and record exercises among participants for both online courses and instructor-led courses. You want to make the Microsoft 365 groups used for training courses easily identifiable as training courses, which will allow other developers to discover your groups and build rich experiences on top of your learning courses. +Imagine you're a developer in a Learning Management Software company called **Bellows College** that builds training courses and materials for businesses. You use the collaborative experience of Microsoft 365 groups to deliver course content and record exercises among participants for both online courses and instructor-led courses. You want to make the Microsoft 365 groups used for training courses easily identifiable as training courses, which allows other developers to discover your groups and build rich experiences on top of your learning courses. For this scenario, this article shows you how to: > [!div class="checklist"] -> * View available schema extension definitions that you could use. -> * Register a schema extension definition that targets groups for training courses. -> * Create a new group with custom data based on the schema extension definition that you registered. -> * Add, update, or remove custom data in an existing group based on a schema extension definition. -> * Read a group and the extension data. +> +> - Discover available schema extension definitions that you could use. +> - Register a schema extension definition that targets groups for training courses. +> - Create a new group with custom data based on the schema extension definition that you registered. +> - Add, update, or remove custom data in an existing group based on a schema extension definition. +> - Read a group and the extension data. +> - Delete the schema extension definition and the extension data. > [!NOTE] > Apart from groups, schema extensions are also supported and can be managed for [other resource types](extensibility-overview.md#comparison-of-extension-types). @@ -35,11 +37,11 @@ To reproduce the steps in this article, you need the following privileges: - Sign in to an API client such as [Graph Explorer](https://aka.ms/ge). - Grant the app the *Group.ReadWrite.All* and *Application.ReadWrite.All* delegated permissions for the signed-in user. -- Be assigned ownership of an application that will own the schema extension definition. In this tutorial, the application is named *extensions-application* and has **appId** `d1e6f196-fca3-48ad-8cd3-1a98e3bd46d2`. +- Be the owner of an application that you assign ownership of the schema extension definition in this tutorial. In this tutorial, the application is named *extensions-application* and has **appId** `d1e6f196-fca3-48ad-8cd3-1a98e3bd46d2`. ## Step 1. View available schema extensions -First, as a developer, you might want the app to reuse any existing schema extension definitions if they're fit for purpose. In the following example, you query schema extensions that are named (by the **id**) `graphlearn_courses`. Assume that the response shows there are no schema extensions that are named `graphlearn_courses` in your tenant. +First, as a developer, you might want the app to reuse any existing schema extension definitions if they're fit for purpose. In the following example, you query schema extensions that are named (by the **id**) `bellowscollege_courses`. Assume that the response shows there are no schema extensions that are named `bellowscollege_courses` in your tenant. ### Request @@ -49,7 +51,7 @@ First, as a developer, you might want the app to reuse any existing schema exten "name": "schemaextensions-groups-get" }--> ```msgraph-interactive -GET https://graph.microsoft.com/v1.0/schemaExtensions?$filter=id eq 'graphlearn_courses' +GET https://graph.microsoft.com/v1.0/schemaExtensions?$filter=id eq 'bellowscollege_courses' ``` # [C#](#tab/csharp) @@ -104,18 +106,21 @@ Content-Type: application/json } ``` -You can also query by the id as a path paremeter as follows: `GET https://graph.microsoft.com/v1.0/schemaExtensions/graphlearn_courses`. If there are no schema extensions that match the id, the response will be `404 Not Found`. +You can also query by the **id** as a path parameter as follows: `GET https://graph.microsoft.com/v1.0/schemaExtensions/bellowscollege_courses`. If there are no schema extensions that match the ID, the response is `404 Not Found`. ## Step 2. Register a schema extension definition You want to create and register a new extension definition for training courses on the **group** resource. Specify the following properties: -- **id**: When creating a schema extension definition, you should provide a string for the **id** property. One way to do this is to concatenate a *verified* vanity domain name for your tenant with a name for the schema extension. For example, if the domain is `graphlearn.com`, and the name of the schema extension is `courses`, then you can use the **id** `graphlearn_courses`. An alternative way to assign **id** is to provide only a schema name, such as `courses`, and let Microsoft Graph automatically generate the **id** for you by prefixing the provided name with a random alphanumeric string. - - This **id** becomes the name of the schema extension property on a group. +- **id**: Provide a string for this property following one of two ways: + - Option 1: Concatenate a *verified* vanity domain name for your tenant with a name for the schema extension. For example, if the domain is `bellowscollege.com`, and the name of the schema extension is `courses`, then you can use the **id** `bellowscollege_courses`. + - Option 2: An alternative way is to provide only a schema name, such as `courses`, and let Microsoft Graph automatically generate the **id** for you by prefixing the provided name with a random alphanumeric string. + + This **id** becomes the name of the schema extension property on a group. - **description** - **targetTypes**: Specify the resource types that the schema extension can be applied to. In this example, the resource type is `Group`. You can add more resource types by updating the schema extension definition later. - **properties**: Specify the custom properties that make up the schema. In this example, specify the `courseId`, `courseName` and `courseType` custom properties and their types. Only additive changes are permitted after you create the schema extension definition. -- **owner**: Specify the application that owns the schema extension definition. If you're running this example from an app that you're not assigned as owner, specify the appId of the application that you own in the **owner** property. +- **owner**: Specify the application that owns the schema extension definition. If you're running this example from an app that you're not assigned as owner, specify the **appId** of the application that you're assigned in the **owner** property. ### Request @@ -129,8 +134,8 @@ POST https://graph.microsoft.com/v1.0/schemaExtensions Content-type: application/json { - "id": "graphlearn_courses", - "description": "Graph Learn training courses extensions", + "id": "bellowscollege_courses", + "description": "Bellows College training courses extensions", "targetTypes": [ "Group" ], @@ -203,8 +208,8 @@ Content-Type: application/json { "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#schemaExtensions/$entity", - "id": "graphlearn_courses", - "description": "Graph Learn training courses extensions", + "id": "bellowscollege_courses", + "description": "Bellows College training courses extensions", "targetTypes": [ "Group" ], @@ -229,13 +234,13 @@ Content-Type: application/json ## Step 3. Extend a group with custom data -This section shows you how to extend a group with custom data either during group creation or by updating an existing group. +You can extend a group with custom data either during group creation or by updating an existing group. ### Option 1: Create a new group with extended data -The following request creates a new group and uses the `graphlearn_courses` schema extension to extend the group with custom data. If you have an existing group, you can also extend it with custom data by updating the group with the extension data. +The following request creates a new group and uses the `bellowscollege_courses` schema extension to extend the group with custom data. If you have an existing group, you can also extend it with custom data by updating the group with the extension data. -The response won't mirror back any data extensions. You need to explicitly `$select` the extension by name using a `GET /group/{id}` operation. +The response doesn't mirror back any data extensions. You need to explicitly `$select` the extension by name using a `GET /group/{id}` operation. #### Request @@ -257,7 +262,7 @@ Content-type: application/json "mailEnabled": true, "mailNickname": "newMan202403", "securityEnabled": false, - "graphlearn_courses": { + "bellowscollege_courses": { "courseId": "123", "courseName": "New Managers", "courseType": "Online" @@ -321,7 +326,7 @@ Content-Type: application/json "groupTypes": [ "Unified" ], - "mail": "newMan202403@M365x56085806.onmicrosoft.com", + "mail": "newMan202403@bellowscollege.com", "mailEnabled": true, "mailNickname": "newMan202403" } @@ -340,7 +345,7 @@ PATCH https://graph.microsoft.com/v1.0/groups/dfc8016f-db97-4c47-a582-49cb8f8493 Content-type: application/json { - "graphlearn_courses": { + "bellowscollege_courses": { "courseId": "123", "courseName": "New Managers", "courseType": "Online" @@ -384,7 +389,7 @@ Content-type: application/json ## Step 4. Update custom data in a group -The following request updates the **courseType** property in the `graphlearn_courses` extension for the group to `Hybrid`. Though you want to update only the **courseType** property, you must include the other properties and their existing values in the request body as well. Otherwise, Microsoft Graph sets them to `null` and removes their data. +The following request updates the **courseType** property in the `bellowscollege_courses` extension for the group to `Hybrid`. Though you want to update only the **courseType** property, you must include the other properties and their existing values in the request body as well. Otherwise, Microsoft Graph sets them to `null` and removes their data. The following request returns a `204 No Content` response. @@ -397,7 +402,7 @@ PATCH https://graph.microsoft.com/v1.0/groups/dfc8016f-db97-4c47-a582-49cb8f8493 Content-type: application/json { - "graphlearn_courses": { + "bellowscollege_courses": { "courseId": "123", "courseName": "New Managers", "courseType": "Hybrid" @@ -407,9 +412,9 @@ Content-type: application/json ## Step 5. Get a group and its extension data -To get the custom data in a group, use `$select` to include the extension by name (in this case by `graphlearn_courses`). +To get the custom data in a group, use `$select` to include the extension by name. -Apart from filtering by the **id** of the schema extension, you can also filter by the extension property values. The following example looks for the group that has the `graphlearn_courses` extension with a `courseId` property value matching `123`, and gets the extension data and the **displayName**, **id**, and **description** properties of the group. +Apart from filtering by the **id** of the schema extension, you can also filter by the extension property values. The following example looks for the group that has the `bellowscollege_courses` extension with a `courseId` property value matching `123`, and gets the extension data and the **displayName**, **id**, and **description** properties of the group. ### Request @@ -419,7 +424,7 @@ Apart from filtering by the **id** of the schema extension, you can also filter "name": "schemaextensions-groups-getGroupSelectExtension" }--> ```msgraph-interactive -GET https://graph.microsoft.com/v1.0/groups?$filter=graphlearn_courses/courseId eq '123'&$select=displayName,id,description,graphlearn_courses +GET https://graph.microsoft.com/v1.0/groups?$filter=bellowscollege_courses/courseId eq '123'&$select=displayName,id,description,bellowscollege_courses ``` # [C#](#tab/csharp) @@ -468,13 +473,13 @@ HTTP/1.1 200 OK Content-Type: application/json { - "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#groups(displayName,id,description,graphlearn_courses)", + "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#groups(displayName,id,description,bellowscollege_courses)", "value": [ { "displayName": "New Managers March 2024", "id": "8fb45944-4085-449f-b95d-f7dd74a1b081", "description": "New Managers training course for March 2024", - "graphlearn_courses": { + "bellowscollege_courses": { "@odata.type": "#microsoft.graph.ComplexExtensionValue", "courseType": "Hybrid", "courseName": "New Managers", @@ -487,25 +492,33 @@ Content-Type: application/json ## Step 6: Delete extension data and schema extension definition -You can delete a schema extension definition if you no longer need it. If resource instances have the extension property applied, deleting the schema extension definition doesn't delete the extension data in the resource instances. Instead, the extension data is available but nolonger accessible. You can recreate the schema extension definition with the same configurato - if you used the verified domain for the schema extension **id** - to explicitly delete the extension data. +You can delete a schema extension definition if you no longer need it. If resource instances have the extension property applied, deleting the schema extension definition doesn't delete the extension data in the resource instances. Instead, the extension data is available but no longer accessible. You can recreate the schema extension definition with the same configuration - if you used the verified domain for the schema extension **id** - to be able to delete the extension data. -The following request deletes the `graphlearn_courses` schema extension property and its associated data from the group. The request returns a `204 No Content` response. +The following request deletes the `bellowscollege_courses` schema extension property and its associated data from the group. The request returns a `204 No Content` response. + ```http PATCH https://graph.microsoft.com/v1.0/groups/8fb45944-4085-449f-b95d-f7dd74a1b081 { - "graphlearn_courses": null + "bellowscollege_courses": null } ``` -The following request deletes the `graphlearn_courses` schema extension definition. The request returns a `204 No Content` response. +The following request deletes the `bellowscollege_courses` schema extension definition. The request returns a `204 No Content` response. + ```http -DELETE https://graph.microsoft.com/v1.0/schemaExtensions/graphlearn_courses +DELETE https://graph.microsoft.com/v1.0/schemaExtensions/bellowscollege_courses ``` -## See also +## Related content - [Add custom data to resources using extensions](extensibility-overview.md) - [Add custom data to users using open extensions (preview)](extensibility-open-users.md) From d85045108125627654e4fc72dcb3354abcfdb158 Mon Sep 17 00:00:00 2001 From: Faith Moraa Ombongi Date: Thu, 25 Jan 2024 18:42:56 +0300 Subject: [PATCH 141/151] Fix anchor name --- concepts/filter-query-parameter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concepts/filter-query-parameter.md b/concepts/filter-query-parameter.md index 51ea4ca51f9..86aee50339b 100644 --- a/concepts/filter-query-parameter.md +++ b/concepts/filter-query-parameter.md @@ -241,7 +241,7 @@ These examples show how to use `$filter` to match against supported properties a > > + GUID and DateTimeOffset values aren't enclosed in quotes in `$filter` expressions. - ** : This example is only supported with [advanced query capabilities](/graph/aad-advanced-queries). + ** : This example is only supported with [advanced query capabilities](/graph/aad-advanced-queries). ### For single primitive types like String, Int, and dates From ac645128ef453fc2fe738e2da535c443cac68f5e Mon Sep 17 00:00:00 2001 From: Faith Moraa Ombongi Date: Thu, 25 Jan 2024 18:49:09 +0300 Subject: [PATCH 142/151] Acrolinx --- concepts/extensibility-overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/concepts/extensibility-overview.md b/concepts/extensibility-overview.md index d41c58bb621..a40e7592ac1 100644 --- a/concepts/extensibility-overview.md +++ b/concepts/extensibility-overview.md @@ -199,7 +199,7 @@ The 15 extension attributes are already predefined in Microsoft Graph and their [Directory extensions](/graph/api/resources/extensionProperty) provide developers with a strongly typed, discoverable and filterable extension experience for directory objects. -Directory extensions are first registered on an application through the [Create extensionProperty](/graph/api/application-post-extensionproperty) operation and must be explicitly targeted to specific and supported directory objects. After the application has been consented to by a user or an admin, the extension properties become immediately accessible in the tenant. All authorized applications in the tenant can read and write data on any extension properties defined on an instance of the target directory object. +Directory extensions are first registered on an application through the [Create extensionProperty](/graph/api/application-post-extensionproperty) operation and must be explicitly targeted to specific and supported directory objects. After a user or an admin has consented to the application in the tenant, the extension properties become immediately accessible in the tenant. All authorized applications in the tenant can read and write data on any extension properties defined on an instance of the target directory object. For the list of resource types that can be specified as target objects for a directory extension, see [Comparison of extension types](#comparison-of-extension-types). @@ -495,7 +495,7 @@ When a definition object is deleted before the corresponding extension property When the definition is deleted before data in the associated extension property is deleted, there's no way to know the existence of the extension property via Microsoft Graph - even though the undiscoverable property counts against the 100-limit. -Deleting an owner app in the home tenant makes the associated directory extensions and their data undiscoverable. When you restore an owner app restores the directory extension definitions *but doesn't* make the directory extension properties or their data immediately discoverable; because restoring an app doesn't automatically restore the associated service principal in the tenant. To make the directory extension properties and their data discoverable, either create a new service principal or restore the deleted service principal. NO changes are made to other tenants where the app has been consented to. +Deleting an owner app in the home tenant makes the associated directory extensions and their data undiscoverable. When you restore an owner app, it restores the directory extension definitions *but doesn't* make the directory extension properties or their data immediately discoverable; because restoring an app doesn't automatically restore the associated service principal in the tenant. To make the directory extension properties and their data discoverable, either create a new service principal or restore the deleted service principal. NO changes are made to other tenants where the app has been consented to. |Microsoft 365 service|Delegated (work or school account)|Delegated (personal Microsoft account)|Application |:---|:---|:---|:---| |Microsoft OneDrive|AuditLogsQuery-OneDrive.Read.All|Not supported|AuditLogsQuery-OneDrive.Read.All| From 2f9be2ac16a808603bd4c4391a4e88a88dfbfd04 Mon Sep 17 00:00:00 2001 From: Laura Graham Date: Thu, 25 Jan 2024 18:54:31 -0800 Subject: [PATCH 147/151] Ignore permissions table. --- .../api/security-auditcoreroot-post-auditlogqueries.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/api-reference/beta/api/security-auditcoreroot-post-auditlogqueries.md b/api-reference/beta/api/security-auditcoreroot-post-auditlogqueries.md index c3908eefa24..76b666526be 100644 --- a/api-reference/beta/api/security-auditcoreroot-post-auditlogqueries.md +++ b/api-reference/beta/api/security-auditcoreroot-post-auditlogqueries.md @@ -15,7 +15,12 @@ Namespace: microsoft.graph.security Create a new [auditLogQuery](../resources/security-auditlogquery.md) object. ## Permissions -Through the Microsoft Purview Audit Search Graph API, auditing data can be accessed using the following permissions, which are classified at a Microsoft 365 service level. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). +Auditing data can be accessed through Microsoft Purview Audit Search API via the following permissions, which are classified at a Microsoft 365 service level. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). + + |Microsoft 365 service|Delegated (work or school account)|Delegated (personal Microsoft account)|Application |:---|:---|:---|:---| From 3793cf706b8d36ca70a2f75ec32189e740b4deb0 Mon Sep 17 00:00:00 2001 From: Laura Graham Date: Thu, 25 Jan 2024 18:55:12 -0800 Subject: [PATCH 148/151] Ignore permissions table. --- api-reference/beta/api/security-auditlogquery-get.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/api-reference/beta/api/security-auditlogquery-get.md b/api-reference/beta/api/security-auditlogquery-get.md index bac3b1de14d..76dbf0b8764 100644 --- a/api-reference/beta/api/security-auditlogquery-get.md +++ b/api-reference/beta/api/security-auditlogquery-get.md @@ -15,7 +15,12 @@ Namespace: microsoft.graph.security Read the properties and relationships of an [auditLogQuery](../resources/security-auditlogquery.md) object. ## Permissions -Through the Microsoft Purview Audit Search Graph API, auditing data can be accessed using the following permissions, which are classified at a Microsoft 365 service level. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). +Auditing data can be accessed through Microsoft Purview Audit Search API via the following permissions, which are classified at a Microsoft 365 service level. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). + + |Microsoft 365 Service|Delegated (work or school account)|Delegated (personal Microsoft account)|Application |:---|:---|:---|:---| From 874f973e85fcbb7878a268c2ba976868ee17d377 Mon Sep 17 00:00:00 2001 From: Laura Graham Date: Thu, 25 Jan 2024 18:55:56 -0800 Subject: [PATCH 149/151] Ignore permissions table. --- .../beta/api/security-auditlogquery-list-records.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/api-reference/beta/api/security-auditlogquery-list-records.md b/api-reference/beta/api/security-auditlogquery-list-records.md index 2a0ab5bc259..10fab83a46c 100644 --- a/api-reference/beta/api/security-auditlogquery-list-records.md +++ b/api-reference/beta/api/security-auditlogquery-list-records.md @@ -17,7 +17,12 @@ Get a list of the [auditLogRecord](../resources/security-auditlogrecord.md) obje ## Permissions -Through the Microsoft Purview Audit Search Graph API, auditing data can be accessed using the following permissions, which are classified at a Microsoft 365 service level. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). +Auditing data can be accessed through Microsoft Purview Audit Search API via the following permissions, which are classified at a Microsoft 365 service level. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference). + + |Microsoft 365 Service|Delegated (work or school account)|Delegated (personal Microsoft account)|Application |:---|:---|:---|:---| From 124b17bea11cdb64d58341c0b347684e470e1dd1 Mon Sep 17 00:00:00 2001 From: Laura Graham Date: Thu, 25 Jan 2024 19:00:25 -0800 Subject: [PATCH 150/151] Removed link to overview topic. --- api-reference/beta/toc.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/api-reference/beta/toc.yml b/api-reference/beta/toc.yml index 89c19defbb8..be0de02e42b 100644 --- a/api-reference/beta/toc.yml +++ b/api-reference/beta/toc.yml @@ -16600,8 +16600,6 @@ items: href: api/simulationautomation-list-runs.md - name: Audit log query (preview) items: - - name: Overview - href: resources/security-api-overview.md - name: Audit log query href: resources/security-auditlogquery.md items: From bfc55968287520b2ce5532aa6da2467a22fd2ea0 Mon Sep 17 00:00:00 2001 From: Laura Graham Date: Thu, 25 Jan 2024 19:01:10 -0800 Subject: [PATCH 151/151] Updated date. --- changelog/Microsoft.Security.AuditLogQuery.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/Microsoft.Security.AuditLogQuery.json b/changelog/Microsoft.Security.AuditLogQuery.json index 1c234b19207..2b3258fe3f8 100644 --- a/changelog/Microsoft.Security.AuditLogQuery.json +++ b/changelog/Microsoft.Security.AuditLogQuery.json @@ -62,9 +62,9 @@ "Id": "b4937176-8221-4bc7-83a4-6e84c4ee02d1", "Cloud": "Prod", "Version": "beta", - "CreatedDateTime": "2023-12-22T15:48:54.3649155Z", + "CreatedDateTime": "2024-01-25T15:48:54.3649155Z", "WorkloadArea": "Security", - "SubArea": "Security" + "SubArea": "" } ] }