| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents included or excluded users' email addresses for an attack simulation training campaign.
Inherits from accountTargetContent.
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.addressBookAccountTargetContent",
"accountTargetEmails": ["String"],
"type": "String"
}