collaborationRoot resource type
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.
An abstract type that enables read and other actions on collaborative entities in Microsoft Defender.
Methods
Method | Return type | Description |
---|---|---|
Analyzed email | ||
List | microsoft.graph.security.analyzedEmail collection | Get a list of analyzedEmail objects and their properties. |
Get | microsoft.graph.security.analyzedEmail | Read the properties and relationships of an analyzedEmail object. |
Remediate | microsoft.graph.security.analyzedEmail | Remove a potential threat from end users' mailboxes. |
Properties
None.
Relationships
Relationship | Type | Description |
---|---|---|
analyzedEmails | microsoft.graph.security.analyzedEmail collection | Contains metadata for analyzed emails. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.collaborationRoot"
}