Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 1.75 KB

File metadata and controls

56 lines (42 loc) · 1.75 KB
title accountTargetContent resource type
description Represents included or excluded users for an attack simulation training campaign.
author stuartcl
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType
ms.date 07/22/2024

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

Related content