Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.83 KB

File metadata and controls

52 lines (39 loc) · 1.83 KB
title addressBookAccountTargetContent resource type
description Represents included or excluded users' email addresses for an attack simulation training campaign.
author stuartcl
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType
ms.date 03/06/2024

addressBookAccountTargetContent resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents included or excluded users' email addresses for an attack simulation training campaign.

Inherits from accountTargetContent.

Properties

Property Type Description
accountTargetEmails String collection List of user emails targeted for an attack simulation training campaign.
type accountTargetContentType The type of account target content contains targeted user email addresses. The possible values are: unknown, includeAll, addressBook, unknownFutureValue. Inherited from accountTargetContent.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
    "@odata.type": "#microsoft.graph.security.addressBookAccountTargetContent",
    "accountTargetEmails": ["String"],
    "type": "String"
}

Related content