ediscoveryCaseMember 资源类型

命名空间:microsoft.graph.security

表示电子数据展示事例成员。 在电子数据展示的上下文中,向案例成员授予对 ediscoveryCase 及其数据的访问权限。 案例成员可通过电子数据展示 UX 门户或电子数据展示案例Microsoft Graph API 访问这些案例。 案例成员可以是以下两种类型之一:用户或角色组。 有关详细信息,请参阅 在电子数据展示 (高级) 案例中添加或删除成员

继承自 microsoft.graph.entity

方法

方法 返回类型 Description
List microsoft.graph.security.ediscoveryCaseMember 集合 获取 ediscoveryCaseMember 对象及其属性的列表。
添加 microsoft.graph.security.ediscoveryCaseMember 添加 case 成员。
Remove 删除事例成员。

属性

属性 类型 说明
recipientType microsoft.graph.security.recipientType 指定电子数据展示案例成员的收件人类型。 可能的值包括 userroleGroupunknownFutureValue
id String 电子数据展示案例成员的 ID。
displayName String 电子数据展示事例成员的显示名称。 仅允许类型 为 的 roleGroup事例成员。
smtpAddress String 电子数据展示案例成员的 smtp 地址。 仅允许类型 为 的 user事例成员。

关系

无。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "@odata.type": "#microsoft.graph.security.ediscoveryCaseMember",
  "id": "String (identifier)",
  "recipientType": "'@odata.type': 'microsoft.graph.security.recipientType'",
  "displayName": "String",
  "smtpAddress": "String"
}