Skip to content

Latest commit

 

History

History
67 lines (56 loc) · 2.06 KB

security-unifiedgroupsource.md

File metadata and controls

67 lines (56 loc) · 2.06 KB
title description author ms.localizationpriority ms.subservice doc_type
unifiedGroupSource resource type
The container for a custodian's group.
SeunginLyu
medium
ediscovery
resourcePageType

unifiedGroupSource resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

The container for a custodian's group.

Inherits from dataSource.

Methods

None.

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.
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. 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.

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"
}