Skip to content

Commit 4b91bf7

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/microsoftgraph/microsoft-graph-docs (branch live)
2 parents 4aa96c1 + 7dc60b5 commit 4b91bf7

File tree

1,583 files changed

+6463
-1890
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,583 files changed

+6463
-1890
lines changed

api-reference/beta/api/accesspackageassignmentrequest-filterbycurrentuser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The following example gets the status of access package assignment requests targ
7474
"name": "accesspackageassignmentrequest_filterbycurrentuser_ontarget"
7575
}
7676
-->
77-
```http
77+
```msgraph-interactive
7878
GET https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/filterByCurrentUser(on='target')
7979
```
8080

api-reference/beta/api/accesspackageassignmentrequestworkflowextension-get.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The following example shows a request.
6161
"name": "get_accesspackageassignmentrequestworkflowextension"
6262
}
6363
-->
64-
```http
64+
```msgraph-interactive
6565
GET https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageCatalogs/32efb28c-9a7a-446c-986b-ca6528c6669d/accessPackageCustomWorkflowExtensions/98ffaec5-ae8e-4902-a434-5ffc5d3d3cd0
6666
```
6767

api-reference/beta/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ If successful, this method returns a `200 OK` response code and a collection of
6060
"name": "list_accesspackagecustomworkflowextension"
6161
}
6262
-->
63-
```http
63+
```msgraph-interactive
6464
GET https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageCatalogs/32efb28c-9a7a-446c-986b-ca6528c6669d/accessPackageCustomWorkflowExtensions
6565
```
6666

api-reference/beta/api/accesspackageresourceenvironment-get.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ If successful, this method returns a `200 OK` response code and an [accessPackag
6060
"name": "get_accesspackageresourceenvironment"
6161
}
6262
-->
63-
```http
63+
```msgraph-interactive
6464
GET https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironmentId}
6565
```
6666

api-reference/beta/api/accesspackagesubject-get.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ If successful, this method returns a `200 OK` response code and the requested [a
6060
"name": "get_accesspackagesubject"
6161
}
6262
-->
63-
```http
63+
```msgraph-interactive
6464
GET https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/subjects(objectId='{objectIdOfUser}')
6565
```
6666

api-reference/beta/api/accessreviewhistorydefinition-get.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ If successful, this method returns a `200 OK` response code and an [accessReview
6767
}
6868
-->
6969

70-
```http
70+
```msgraph-interactive
7171
GET https://graph.microsoft.com/beta/identityGovernance/accessReviews/historyDefinitions/b2cb022f-b7e1-40f3-9854-c65a40861c38
7272
```
7373

api-reference/beta/api/accessreviewinstance-filterbycurrentuser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ If successful, this function returns a `200 OK` response code and a [accessRevie
6161
"name": "accessreviewinstance_filterbycurrentuser"
6262
}
6363
-->
64-
```http
64+
```msgraph-interactive
6565
GET https://graph.microsoft.com/beta/identityGovernance/accessReviews/definitions/08531375-eff6-4e21-b1a8-de0eb37ec913/instances/filterByCurrentUser(on='reviewer')
6666
```
6767

api-reference/beta/api/accessreviewinstance-list-decisions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ If successful, this method returns a `200 OK` response code and a collection of
6464
"name": "list_accessreviewinstancedecisionitem"
6565
}
6666
-->
67-
```http
67+
```msgraph-interactive
6868
GET https://graph.microsoft.com/beta/identityGovernance/accessReviews/definitions/60860cdd-fb4d-4054-91ba-444404f3baa6/instances/14444cdb-6a18-4c08-ba2c-48c02f0a0138/decisions?$top=100&$skip=0
6969
```
7070

@@ -294,7 +294,7 @@ Content-type: application/json
294294
"name": "list_accessreviewinstancedecisionitem_expandinsights"
295295
}
296296
-->
297-
```http
297+
```msgraph-interactive
298298
GET https://graph.microsoft.com/beta/identityGovernance/accessReviews/definitions/60860cdd-fb4d-4054-91ba-444404f3baa6/instances/14444cdb-6a18-4c08-ba2c-48c02f0a0138/decisions?$expand=insights
299299
```
300300

api-reference/beta/api/accessreviewpolicy-get.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ If successful, this method returns a `200 OK` response code and an [accessReview
5858
"name": "get_accessreviewpolicy"
5959
}
6060
-->
61-
```http
61+
```msgraph-interactive
6262
GET https://graph.microsoft.com/beta/policies/accessReviewPolicy
6363
```
6464

@@ -122,7 +122,7 @@ Content-Type: application/json
122122
"name": "get_accessreviewpolicy_2"
123123
}
124124
-->
125-
```http
125+
```msgraph-interactive
126126
GET https://graph.microsoft.com/beta/identityGovernance/accessReviews/policy
127127
```
128128

api-reference/beta/api/accessreviewscheduledefinition-filterbycurrentuser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Returns all review definitions where the calling user is a reviewer.
6161
"name": "accessreviewscheduledefinition_filterbycurrentuser"
6262
}
6363
-->
64-
```http
64+
```msgraph-interactive
6565
GET https://graph.microsoft.com/beta/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='reviewer')
6666
```
6767

0 commit comments

Comments
 (0)