File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -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
# Get payload
@@ -37,7 +38,7 @@ GET /security/attackSimulation/simulations/{simulationId}/payload
37
38
38
39
## Optional query parameters
39
40
40
- This method does not currently support the [ OData query parameters] ( /graph/query-parameters ) to customize the response.
41
+ This method doesn't currently support the [ OData query parameters] ( /graph/query-parameters ) to customize the response.
41
42
42
43
## Request headers
43
44
@@ -66,7 +67,7 @@ The following example shows a request.
66
67
}
67
68
-->
68
69
``` http
69
- GET https://graph.microsoft.com/beta/security/attackSimulation/payload /f1b13829-3829-f1b1-2938-b1f12938b1a
70
+ GET https://graph.microsoft.com/beta/security/attackSimulation/payloads /f1b13829-3829-f1b1-2938-b1f12938b1a
70
71
```
71
72
72
73
### Response
Original file line number Diff line number Diff line change @@ -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
# Get payloadDetail
@@ -34,7 +35,7 @@ GET /security/attackSimulation/payloads/{payloadId}/detail
34
35
35
36
## Optional query parameters
36
37
37
- This method does not currently support the [ OData query parameters] ( /graph/query-parameters ) to customize the response.
38
+ This method doesn't currently support the [ OData query parameters] ( /graph/query-parameters ) to customize the response.
38
39
39
40
## Request headers
40
41
@@ -63,7 +64,7 @@ The following example shows a request.
63
64
}
64
65
-->
65
66
``` http
66
- GET https://graph.microsoft.com/beta/security/attackSimulation/payload /f1b13829-3829-f1b1-2938-b1f12938b1a/detail
67
+ GET https://graph.microsoft.com/beta/security/attackSimulation/payloads /f1b13829-3829-f1b1-2938-b1f12938b1a/detail
67
68
```
68
69
69
70
### Response
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ author: "stuartcl"
5
5
ms.localizationpriority : medium
6
6
ms.subservice : " security"
7
7
doc_type : apiPageType
8
- ms.date : 09/10 /2024
8
+ ms.date : 12/01 /2024
9
9
---
10
10
11
11
# Get payload
@@ -65,7 +65,7 @@ The following example shows a request.
65
65
}
66
66
-->
67
67
``` http
68
- GET https://graph.microsoft.com/v1.0/security/attackSimulation/payload /f1b13829-3829-f1b1-2938-b1f12938b1a
68
+ GET https://graph.microsoft.com/v1.0/security/attackSimulation/payloads /f1b13829-3829-f1b1-2938-b1f12938b1a
69
69
```
70
70
71
71
### Response
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ author: "stuartcl"
5
5
ms.localizationpriority : medium
6
6
ms.subservice : " security"
7
7
doc_type : apiPageType
8
- ms.date : 04/04 /2024
8
+ ms.date : 12/01 /2024
9
9
---
10
10
11
11
# Get payloadDetail
@@ -62,7 +62,7 @@ The following example shows a request.
62
62
}
63
63
-->
64
64
``` http
65
- GET https://graph.microsoft.com/v1.0/security/attackSimulation/payload /f1b13829-3829-f1b1-2938-b1f12938b1a/detail
65
+ GET https://graph.microsoft.com/v1.0/security/attackSimulation/payloads /f1b13829-3829-f1b1-2938-b1f12938b1a/detail
66
66
```
67
67
68
68
### Response
You can’t perform that action at this time.
0 commit comments