Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Namespace: microsoft.graph.security
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents an eDiscovery case member. In the context of eDiscovery, case members are granted access to an ediscoveryCase and its data. These cases are accessible to case members via the eDiscovery UX portal or through the eDiscovery case Microsoft Graph APIs. Case members can be one of two types: a user or a role group. For more information, see Add or remove members from an eDiscovery (premium) case.
Inherits from microsoft.graph.entity.
Method | Return type | Description |
---|---|---|
List | microsoft.graph.security.ediscoveryCaseMember collection | Get a list of the ediscoveryCaseMember objects and their properties. |
Add | microsoft.graph.security.ediscoveryCaseMember | Add a case member. |
Remove | None | Remove a case member. |
Property | Type | Description |
---|---|---|
recipientType | microsoft.graph.security.recipientType | Specifies the recipient type of the eDiscovery case member. The possible values are: user , roleGroup , unknownFutureValue . |
ID | String | The ID of the eDiscovery case member. |
displayName | String | The display name of the eDiscovery case member. Allowed only for case members of type roleGroup. |
smtpAddress | String | The smtp address of the eDiscovery case member. Allowed only for case members of type user. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.ediscoveryCaseMember",
"id": "String (identifier)",
"recipientType": "'@odata.type': 'microsoft.graph.security.recipientType'",
"displayName": "String",
"smtpAddress": "String"
}
Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now