addressBookAccountTargetContent resource type

Namespace: microsoft.graph

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.

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