accountTargetContent 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 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 JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.accountTargetContent",
"type": "String"
}