| title | unifiedGroupSource resource type |
|---|---|
| description | The container for a custodian's group. |
| author | mahage-msft |
| ms.localizationpriority | medium |
| ms.subservice | ediscovery |
| doc_type | resourcePageType |
| ms.date | 06/11/2024 |
Namespace: microsoft.graph.ediscovery
[!INCLUDE beta-disclaimer]
[!INCLUDE ediscovery-deprecation]
The container for a custodian's group.
| Method | Return type | Description |
|---|---|---|
| List unifiedGroupSources | microsoft.graph.ediscovery.unifiedGroupSource collection | Get a list of the unifiedGroupSource objects and their properties. |
| Create unifiedGroupSource | microsoft.graph.ediscovery.unifiedGroupSource | Create a new unifiedGroupSource object. |
| Get unifiedGroupSource | microsoft.graph.ediscovery.unifiedGroupSource | Read the properties and relationships of a unifiedGroupSource object. |
| Delete unifiedGroupSource | None | Delete a unifiedGroupSource object. |
| Property | Type | Description |
|---|---|---|
| createdBy | identitySet | The user who created the unifiedGroupSource. |
| createdDateTime | DateTimeOffset | The date and time the unifiedGroupSource was created. |
| displayName | String | The display name of the unified group - This is the name of the group. |
| id | String | The ID of the unifiedGroupSource. This isn't the ID of the actual group. |
| includedSources | microsoft.graph.ediscovery.sourceType | Specifies which sources are included in this group. The possible values are: mailbox, site. |
Types of source related to the user. Includes mailbox and site both by default.
| Member | Description |
|---|---|
| mailbox | Represents a mailbox. |
| site | Represents a SharePoint site. |
| Relationship | Type | Description |
|---|---|---|
| group | group | The group associated with the unifiedGroupSource. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.ediscovery.unifiedGroupSource",
"displayName": "Developers group",
"createdDateTime": "2020-10-27T15:14:11.0048392Z",
"id": "33434233-3030-3739-3043-393039324633",
"includedSources": "mailbox,site",
"createdBy": { "@odata.type": "microsoft.graph.identitySet" }
}