Skip to content

Commit a7e46f9

Browse files
learn-build-service-prod[bot]DanipocketFaithOmbongiLearn Build Service GitHub Apptongzheng94
authored
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/microsoftgraph/microsoft-graph-docs-contrib (branch main) (#28620)
* what's new reodering (#9839) Removed duplicate known issue regarding RBAC in Places update API and consolidated it under the appropriate section. * Update search-concept-trim-duplicate.md * Update search-concept-trim-duplicate.md * Update date and wording in search concept documentation Updated the date for the trimDuplicates property documentation and modified text for consistency. * Eliminate duplicate content in search concept documentation Removed duplicate information regarding the trimDuplicates property and pagination recommendations. * Fixes extra space in filter query to improve readability (#9844) * Remove broken link (#9848) * Enum cleanup (#9850) * Enum cleanup * rename enum file * Clarify member descriptions for access package assignment Updated descriptions for members to clarify their usage and context regarding the signed-in user. * Update accesspackageassignmentrequest-filterbycurrentuser.md * Update accesspackageassignmentrequest-filterbycurrentuser.md * Create accesspackageassignmentrequestfilterbycurrentuseroptions.md * Remove accessPackageAssignmentRequestFilterByCurrentUserOptions values Removed accessPackageAssignmentRequestFilterByCurrentUserOptions values section from enums.md * Update accesspackageassignmentrequestfilterbycurrentuseroptions.md * Update accesspackageassignmentrequestfilterbycurrentuseroptions.md * Update accesspackageassignmentrequestfilterbycurrentuseroptions.md * Update accesspackageassignmentrequestfilterbycurrentuseroptions.md * Remove Nonexistent "deletedDateTime" fileStorageContainer property from examples (#9846) Co-authored-by: Li Dai <daili@microsoft.com> --------- Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com> Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com> Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com> Co-authored-by: Learn Build Service GitHub App <Learn Build Service LearnBuild@microsoft.com> Co-authored-by: tongzheng94 <63340789+tongzheng94@users.noreply.github.com> Co-authored-by: Laura Graham <Lauragra@users.noreply.github.com> Co-authored-by: Martin Machacek <machacek@edhouse.cz> Co-authored-by: lilealdai <118565463+lilealdai@users.noreply.github.com> Co-authored-by: Li Dai <daili@microsoft.com>
1 parent c77fb3f commit a7e46f9

11 files changed

Lines changed: 49 additions & 53 deletions

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,7 @@ The following table shows the parameters that can be used with this function.
4242

4343
|Parameter|Type|Description|
4444
|:---|:---|:---|
45-
|on|[accessPackageAssignmentRequestFilterByCurrentUserOptions](../resources/accesspackageassignmentrequest-accesspackageassignmentrequestfilterbycurrentuseroptions.md)|The list of current user options that can be used to filter on the access package assignment requests list. The possible values are `target`, `createdBy`, `approver`.|
46-
47-
- `target` is used to get the `accessPackageAssignmentRequest` objects where the signed-in user is the target. The resulting list includes all the assignment requests, current and expired, that were requested by the caller or for the caller, across all catalogs and access packages.
48-
49-
- `createdBy` is used to get the `accessPackageAssignmentRequest` objects created by the signed-in user. The resulting list includes all of the assignment requests that the caller has created for themselves or on behalf of others, such as in case of admin direct assignment, across all catalogs and access packages.
50-
51-
- `approver` is used to get the `accessPackageAssignmentRequest` objects where the signed-in user is an allowed approver in any contained `accessPackageAssignment/accessPackageAssignmentPolicy/requestApprovalSettings/approvalStages` (`primaryApprovers` or `escalationApprovers`). The resulting list includes the assignment requests in *pending* state, across all catalogs and access packages and that need a decision from the caller. The resulting list includes the assignment requests in a `pending` state, across all catalogs and access packages and that need a decision from the caller.
45+
|on|[accessPackageAssignmentRequestFilterByCurrentUserOptions](../resources/accesspackageassignmentrequestfilterbycurrentuseroptions.md)|The list of current user options that can be used to filter on the access package assignment requests list.|
5246

5347
## Request headers
5448
|Name|Description|

api-reference/beta/api/filestorage-get-deletedcontainers.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ Content-type: application/json
107107
"displayName": "My Application Storage Container",
108108
"containerTypeId": "91710488-5756-407f-9046-fbe5f0b4de73",
109109
"createdDateTime": "2021-11-24T15:41:52.347Z",
110-
"deletedDateTime": "2022-08-11T12:35:16.300Z",
111110
"expiryDateTime": "2022-11-09T12:35:16.300Z",
112111
"members": [
113112
{

api-reference/beta/api/filestorage-list-deletedcontainers.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ Content-Type: application/json
116116
"id": "b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_5Z",
117117
"displayName": "My File Storage Container",
118118
"createdDateTime": "2021-11-24T15:41:52.347Z",
119-
"deletedDateTime": "2022-08-11T12:35:16.300Z"
120119
}
121120
]
122121
}

api-reference/beta/api/filestoragecontainer-restore.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ Content-Type: application/json
115115
"displayName": "My Application Storage Container",
116116
"containerTypeId": "91710488-5756-407f-9046-fbe5f0b4de73",
117117
"createdDateTime": "2021-11-24T15:41:52.347Z",
118-
"deletedDateTime": "2022-08-11T12:35:16.300Z"
119118
}
120119
```
121120

api-reference/beta/resources/accesspackageassignmentrequest-accesspackageassignmentrequestfilterbycurrentuseroptions.md

Lines changed: 0 additions & 24 deletions
This file was deleted.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "accessPackageAssignmentRequestFilterByCurrentUserOptions enum type"
3+
description: "Options for current user to use as a filter on access package assignment requests list."
4+
ms.localizationpriority: medium
5+
author: "markwahl-msft"
6+
ms.subservice: "entra-id-governance"
7+
doc_type: "enumPageType"
8+
ms.date: 03/06/2024
9+
---
10+
11+
# accessPackageAssignmentRequestFilterByCurrentUserOptions enum type
12+
13+
Namespace: microsoft.graph
14+
15+
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
16+
17+
The list of current user options that can be used to filter on the [access package assignment requests](../api/accesspackageassignmentrequest-filterbycurrentuser.md) list.
18+
19+
## Members
20+
|Member|Description|
21+
|:---|:---|
22+
|target|Used to get the `accessPackageAssignmentRequest` objects where the signed-in user is the target. The resulting list includes all the assignment requests, current and expired, that were requested by the caller or for the caller, across all catalogs and access packages.|
23+
|createdBy|Used to get the `accessPackageAssignmentRequest` objects created by the signed-in user. The resulting list includes all of the assignment requests that the caller has created for themselves or on behalf of others, such as in case of admin direct assignment, across all catalogs and access packages.|
24+
|approver|Used to get the `accessPackageAssignmentRequest` objects where the signed-in user is an allowed approver in any contained `accessPackageAssignment/accessPackageAssignmentPolicy/requestApprovalSettings/approvalStages` (`primaryApprovers` or `escalationApprovers`). The resulting list includes the assignment requests in *pending* state, across all catalogs and access packages and that need a decision from the caller. The resulting list includes the assignment requests in a `pending` state, across all catalogs and access packages and that need a decision from the caller.|

api-reference/v1.0/api/accesspackageassignmentrequest-filterbycurrentuser.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,7 @@ The following table shows the parameters that can be used with this function.
3636

3737
|Parameter|Type|Description|
3838
|:---|:---|:---|
39-
|on|accessPackageAssignmentRequestFilterByCurrentUserOptions|The list of user options that can be used to filter on the access package assignment requests list. The possible values are `target`, `createdBy`, `approver`.|
40-
41-
- `target` is used to get the `accessPackageAssignmentRequest` objects where the signed-in user is the target. The resulting list includes all the assignment requests, current and expired, that were requested by the caller or for the caller, across all catalogs and access packages.
42-
43-
- `createdBy` is used to get the `accessPackageAssignmentRequest` objects created by the signed-in user. The resulting list includes all of the assignment requests that the caller has created for themselves or on behalf of others, such as in case of admin direct assignment, across all catalogs and access packages.
44-
45-
- `approver` is used to get the `accessPackageAssignmentRequest` objects where the signed-in user is an allowed approver for the request. The resulting list includes the assignment requests in `pending` state, across all catalogs and access packages, that need a decision from the caller.
39+
|on|[accessPackageAssignmentRequestFilterByCurrentUserOptions](../resources/accesspackageassignmentrequestfilterbycurrentuseroptions.md)|The list of user options that can be used to filter on the access package assignment requests list. The possible values are `target`, `createdBy`, `approver`.|
4640

4741
## Request headers
4842
|Name|Description|

api-reference/v1.0/api/filestorage-list-deletedcontainers.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ Content-Type: application/json
115115
"id": "b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_5Z",
116116
"displayName": "My File Storage Container",
117117
"createdDateTime": "2021-11-24T15:41:52.347Z",
118-
"deletedDateTime": "2022-08-11T12:35:16.300Z"
119118
}
120119
]
121120
}

api-reference/v1.0/api/filestoragecontainer-restore.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ Content-Type: application/json
113113
"displayName": "My Application Storage Container",
114114
"containerTypeId": "91710488-5756-407f-9046-fbe5f0b4de73",
115115
"createdDateTime": "2021-11-24T15:41:52.347Z",
116-
"deletedDateTime": "2022-08-11T12:35:16.300Z"
117116
}
118117
```
119118

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "accessPackageAssignmentRequestFilterByCurrentUserOptions enum type"
3+
description: "Options for current user to use as a filter on access package assignment requests list."
4+
ms.localizationpriority: medium
5+
author: "markwahl-msft"
6+
ms.subservice: "entra-id-governance"
7+
doc_type: "enumPageType"
8+
ms.date: 03/06/2024
9+
---
10+
11+
# accessPackageAssignmentRequestFilterByCurrentUserOptions enum type
12+
13+
Namespace: microsoft.graph
14+
15+
The list of current user options that can be used to filter on the [access package assignment requests](../api/accesspackageassignmentrequest-filterbycurrentuser.md) list.
16+
17+
## Members
18+
|Member|Description|
19+
|:---|:---|
20+
|target|Used to get the `accessPackageAssignmentRequest` objects where the signed-in user is the target. The resulting list includes all the assignment requests, current and expired, that were requested by the caller or for the caller, across all catalogs and access packages.|
21+
|createdBy|Used to get the `accessPackageAssignmentRequest` objects created by the signed-in user. The resulting list includes all of the assignment requests that the caller has created for themselves or on behalf of others, such as in case of admin direct assignment, across all catalogs and access packages.|
22+
|approver|Used to get the `accessPackageAssignmentRequest` objects where the signed-in user is an allowed approver for the request. The resulting list includes the assignment requests in `pending` state, across all catalogs and access packages, that need a decision from the caller.|

0 commit comments

Comments
 (0)