@@ -5,6 +5,7 @@ author: "stuartcl"
5
5
ms.localizationpriority : medium
6
6
ms.subservice : " security"
7
7
doc_type : apiPageType
8
+ ms.date : 12/01/2024
8
9
---
9
10
10
11
# Create simulation
@@ -76,7 +77,6 @@ If successful, this method returns a `202 Accepted` response code and a tracking
76
77
77
78
The following example shows a request.
78
79
79
- # [ HTTP] ( #tab/http )
80
80
<!-- {
81
81
"blockType": "request",
82
82
"name": "create_simulations"
@@ -113,7 +113,7 @@ Content-type: application/json
113
113
"settingType": "noTraining",
114
114
"positiveReinforcement": {
115
115
"deliveryPreference": "deliverAfterCampaignEnd",
116
- "endUserNotification": "https://graph.microsoft.com/beta/security/attacksimulation/endUserNotifications/1ewer3678-9abc-def0-123456789a",
116
+ "endUserNotification@odata.bind ": "https://graph.microsoft.com/beta/security/attacksimulation/endUserNotifications/1ewer3678-9abc-def0-123456789a",
117
117
"defaultLanguage": "en"
118
118
},
119
119
"simulationNotification": {
@@ -125,40 +125,6 @@ Content-type: application/json
125
125
}
126
126
```
127
127
128
- # [ C#] ( #tab/csharp )
129
- [ !INCLUDE [ sample-code] ( ../includes/snippets/csharp/create-simulations-csharp-snippets.md )]
130
- [ !INCLUDE [ sdk-documentation] ( ../includes/snippets/snippets-sdk-documentation-link.md )]
131
-
132
- # [ CLI] ( #tab/cli )
133
- [ !INCLUDE [ sample-code] ( ../includes/snippets/cli/create-simulations-cli-snippets.md )]
134
- [ !INCLUDE [ sdk-documentation] ( ../includes/snippets/snippets-sdk-documentation-link.md )]
135
-
136
- # [ Go] ( #tab/go )
137
- [ !INCLUDE [ sample-code] ( ../includes/snippets/go/create-simulations-go-snippets.md )]
138
- [ !INCLUDE [ sdk-documentation] ( ../includes/snippets/snippets-sdk-documentation-link.md )]
139
-
140
- # [ Java] ( #tab/java )
141
- [ !INCLUDE [ sample-code] ( ../includes/snippets/java/create-simulations-java-snippets.md )]
142
- [ !INCLUDE [ sdk-documentation] ( ../includes/snippets/snippets-sdk-documentation-link.md )]
143
-
144
- # [ JavaScript] ( #tab/javascript )
145
- [ !INCLUDE [ sample-code] ( ../includes/snippets/javascript/create-simulations-javascript-snippets.md )]
146
- [ !INCLUDE [ sdk-documentation] ( ../includes/snippets/snippets-sdk-documentation-link.md )]
147
-
148
- # [ PHP] ( #tab/php )
149
- [ !INCLUDE [ sample-code] ( ../includes/snippets/php/create-simulations-php-snippets.md )]
150
- [ !INCLUDE [ sdk-documentation] ( ../includes/snippets/snippets-sdk-documentation-link.md )]
151
-
152
- # [ PowerShell] ( #tab/powershell )
153
- [ !INCLUDE [ sample-code] ( ../includes/snippets/powershell/create-simulations-powershell-snippets.md )]
154
- [ !INCLUDE [ sdk-documentation] ( ../includes/snippets/snippets-sdk-documentation-link.md )]
155
-
156
- # [ Python] ( #tab/python )
157
- [ !INCLUDE [ sample-code] ( ../includes/snippets/python/create-simulations-python-snippets.md )]
158
- [ !INCLUDE [ sdk-documentation] ( ../includes/snippets/snippets-sdk-documentation-link.md )]
159
-
160
- ---
161
-
162
128
### Response
163
129
164
130
The following example shows the response.
0 commit comments