| title | unifiedGroupSource resource type |
|---|---|
| description | The container for a custodian's group. |
| author | SeunginLyu |
| ms.localizationpriority | medium |
| ms.subservice | ediscovery |
| doc_type | resourcePageType |
| ms.date | 06/11/2024 |
Namespace: microsoft.graph.security
[!INCLUDE beta-disclaimer]
The container for a custodian's group.
Inherits from dataSource.
| Method | Return type | Description |
|---|---|---|
| List | microsoft.graph.security.unifiedGroupSource collection | Get a list of the unifiedGroupSource objects associated with an ediscoveryCustodian. |
| Create | microsoft.graph.security.unifiedGroupSource | Create a new unifiedGroupSource object associated with an ediscoveryCustodian. |
| Delete | None | Delete a unifiedGroupSource object associated with an ediscoveryCustodian. |
| 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, which 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.security.sourceType | Specifies which sources are included in this group. The possible values are: mailbox, site. |
| holdStatus | microsoft.graph.security.dataSourceHoldStatus | The hold status of the unifiedGroupSource. The possible values are: notApplied, applied, applying, removing, partial. |
| Member | Description |
|---|---|
| mailbox | Represents a mailbox. |
| site | Represents a SharePoint site. |
| Relationship | Type | Description |
|---|---|---|
| group | group | Represents a group. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.unifiedGroupSource",
"id": "String (identifier)",
"displayName": "String",
"holdStatus": "String",
"createdDateTime": "String (timestamp)",
"createdBy": {
"@odata.type": "microsoft.graph.identitySet"
},
"includedSources": "String"
}