Skip to content

Commit 506941f

Browse files
authored
Merge pull request #28588 from nickjrobinson/docs-editor/security-ediscoverycase-post-n-1775246938
Update security-ediscoverycase-post-noncustodialdatasources.md
2 parents 816738a + 71a666c commit 506941f

4 files changed

Lines changed: 15 additions & 19 deletions

File tree

api-reference/beta/api/security-ediscoverycase-post-noncustodialdatasources.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,7 @@ You can specify the following properties when creating an **ediscoveryNoncustodi
4747

4848
|Property|Type|Description|
4949
|:---|:---|:---|
50-
|dataSource|[microsoft.graph.security.dataSource](../resources/security-datasource.md)|Required. Either a [microsoft.graph.security.userSource](../resources/security-usersource.md) or [microsoft.graph.security.siteSource](../resources/security-sitesource.md).
51-
52-
For userSource, use `"dataSource" : { "@odata.type" : "microsoft.graph.security.userSource", "email" : "SMTP address"}`.
53-
For siteSource use `"dataSource" : { "@odata.type" : "microsoft.graph.security.siteSource", "site@odata.bind" : "siteId" }`,
54-
Alternatively use the webUrl directly, `"dataSource": {"@odata.type": "microsoft.graph.security.siteSource","site": {"webUrl": "https://m365x809305.sharepoint.com/sites/Design-topsecret"}}`
50+
|dataSource|[microsoft.graph.security.dataSource](../resources/security-datasource.md)|Required. Either a [microsoft.graph.security.userSource](../resources/security-usersource.md) or [microsoft.graph.security.siteSource](../resources/security-sitesource.md). <ul><li>For userSource, use `"dataSource" : { "@odata.type" : "microsoft.graph.security.userSource", "email" : "SMTP address"}`.</li><li>For siteSource, use `"dataSource" : { "@odata.type" : "microsoft.graph.security.siteSource", "site@odata.bind" : "siteId" }`.</li><li>Alternatively, use the webUrl directly: `"dataSource": {"@odata.type": "microsoft.graph.security.siteSource","site": {"webUrl": "https://contoso.sharepoint.com/sites/Design-topsecret"}}`.</li><li>SharePoint site URLs must use the standard `.sharepoint.com` format.</li></ul>|
5551

5652
## Response
5753

api-reference/beta/resources/security-datasource.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "dataSource resource type"
3-
description: "The dataSource entity is an abstract base class used to identify sources of content for eDiscovery."
3+
description: "An abstract base class used to identify sources of content for eDiscovery."
44
author: "SeunginLyu"
55
ms.localizationpriority: medium
66
ms.subservice: "ediscovery"
@@ -14,7 +14,10 @@ Namespace: microsoft.graph.security
1414

1515
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1616

17-
The dataSource entity is an abstract base class used to identify sources of content for eDiscovery.
17+
An abstract base class used to identify the following sources of content for eDiscovery.
18+
- [siteSource](../resources/security-sitesource.md)
19+
- [unifiedGroupSource](../resources/security-unifiedgroupsource.md)
20+
- [userSource](../resources/security-usersource.md)
1821

1922
## Methods
2023

api-reference/v1.0/api/security-ediscoverycase-post-noncustodialdatasources.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,7 @@ You can specify the following properties when you create an **ediscoveryNoncusto
4646

4747
|Property|Type|Description|
4848
|:---|:---|:---|
49-
|dataSource|[microsoft.graph.security.dataSource](../resources/security-datasource.md)|Required. Either a [microsoft.graph.security.userSource](../resources/security-usersource.md) or [microsoft.graph.security.siteSource](../resources/security-sitesource.md).
50-
51-
For userSource, use `"dataSource" : { "@odata.type" : "microsoft.graph.security.userSource", "email" : "SMTP address"}`.
52-
For siteSource use `"dataSource" : { "@odata.type" : "microsoft.graph.security.siteSource", "site@odata.bind" : "siteId" }`,
53-
Alternatively use the webUrl directly, "dataSource": {"@odata.type": "microsoft.graph.security.siteSource","site": {"webUrl": `https://m365x809305.sharepoint.com/sites/Design-topsecret`}}
54-
49+
|dataSource|[microsoft.graph.security.dataSource](../resources/security-datasource.md)|Required. Either a [microsoft.graph.security.userSource](../resources/security-usersource.md) or [microsoft.graph.security.siteSource](../resources/security-sitesource.md). <ul><li>For userSource, use `"dataSource" : { "@odata.type" : "microsoft.graph.security.userSource", "email" : "SMTP address"}`.</li><li>For siteSource, use `"dataSource" : { "@odata.type" : "microsoft.graph.security.siteSource", "site@odata.bind" : "siteId" }`.</li><li>Alternatively, use the webUrl directly: `"dataSource": {"@odata.type": "microsoft.graph.security.siteSource","site": {"webUrl": "https://contoso.sharepoint.com/sites/Design-topsecret"}}`.</li><li>SharePoint site URLs must use the standard `.sharepoint.com` format.</li></ul>|
5550

5651
## Response
5752

api-reference/v1.0/resources/security-datasource.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "dataSource resource type"
3-
description: "The dataSource entity is an abstract base class used to identify sources of content for eDiscovery."
3+
description: "An abstract base class used to identify sources of content for eDiscovery."
44
author: "SeunginLyu"
55
ms.localizationpriority: medium
66
ms.subservice: "ediscovery"
@@ -12,21 +12,23 @@ ms.date: 06/10/2024
1212

1313
Namespace: microsoft.graph.security
1414

15-
16-
17-
The dataSource entity is an abstract base class used to identify sources of content for eDiscovery.
15+
An abstract base class used to identify the following sources of content for eDiscovery.
16+
- [siteSource](../resources/security-sitesource.md)
17+
- [unifiedGroupSource](../resources/security-unifiedgroupsource.md)
18+
- [userSource](../resources/security-usersource.md)
1819

1920
## Methods
2021

2122
None.
23+
2224
## Properties
2325
|Property|Type|Description|
2426
|:---|:---|:---|
2527
|createdBy|[identitySet](../resources/identityset.md)|The user who created the **dataSource**.|
2628
|createdDateTime|DateTimeOffset|The date and time the **dataSource** was created.|
2729
|displayName|String|The display name of the **dataSource** and is the name of the SharePoint site.|
28-
|holdStatus|microsoft.graph.security.dataSourceHoldStatus|The hold status of the **dataSource**.The possible values are: `notApplied`, `applied`, `applying`, `removing`, `partial`|
29-
|id|String| The ID of the **dataSource**. This isn't the ID of the actual site.|
30+
|holdStatus|microsoft.graph.security.dataSourceHoldStatus|The hold status of the **dataSource**. The possible values are: `notApplied`, `applied`, `applying`, `removing`, `partial`.|
31+
|id|String| The ID of the **dataSource** and isn't the ID of the actual site.|
3032

3133
## Relationships
3234
None.

0 commit comments

Comments
 (0)