Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.79 KB

accounttargetcontent.md

File metadata and controls

57 lines (42 loc) · 1.79 KB
title description author ms.localizationpriority ms.subservice doc_type
accountTargetContent resource type
Represents included or excluded users for an attack simulation training campaign.
stuartcl
medium
security
resourcePageType

accountTargetContent resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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 Microsoft Entra ID.
unknownFutureValue Evolvable enumeration sentinel value. Do not use.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

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

Related content