Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph.security
The container for a custodian's group.
Inherits from dataSource.
Methods
| 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. |
Properties
| 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. |
| holdStatus | microsoft.graph.security.dataSourceHoldStatus | The hold status of the unifiedGroupSource. The possible values are: notApplied, applied, applying, removing, partial |
| 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. |
sourceType values
| Member | Description |
|---|---|
| mailbox | Represents a mailbox. |
| site | Represents a SharePoint site. |
Relationships
| Relationship | Type | Description |
|---|---|---|
| group | group | Represents a group. |
JSON representation
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"
}