Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.57 KB

File metadata and controls

48 lines (36 loc) · 1.57 KB
title includeAllAccountTargetContent resource type
description Represents all users of a tenant who should be selected for a targeted phishing simulation.
author stuartcl
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType
ms.date 03/06/2024

includeAllAccountTargetContent resource type

Namespace: microsoft.graph

Represents all users of a tenant who should be selected for a targeted phishing simulation.

Inherits from accountTargetContent.

Properties

Property Type Description
type accountTargetContentType The type of account target content. 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.includeAllAccountTargetContent",
    "type": "String"
}

Related content