accountTargetContent resource type

Namespace: microsoft.graph

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

Base type of addressBookAccountTargetContent and includeAllAccountTargetContent.

Properties

Property Type Description
type accountTargetContentType The type of account target content. Possible values are: unknown, includeAll, addressBook, unknownFutureValue.

accountTargetContentType values

Member Description
unknown Unknown type.
includeAll Include all users under tenant boundary.
addressBook Account details uploaded via Azure Active Directory.
unknownFutureValue Evolvable enumeration sentinel value. Do not use.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.accountTargetContent",
  "type": "String"
}