Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 1.81 KB

File metadata and controls

48 lines (40 loc) · 1.81 KB
title collaborationRoot resource type
description An abstract type that enables read and other actions on collaborative entities in Microsoft Defender.
author MishraSoumyaMS
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType
ms.date 05/23/2024

collaborationRoot resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

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