addressBookAccountTargetContent resource type

Namespace: microsoft.graph

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