You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-reference/beta/api/accessreviewscheduledefinition-update.md
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ ms.localizationpriority: medium
5
5
author: "jyothig123"
6
6
ms.subservice: "entra-id-governance"
7
7
doc_type: apiPageType
8
+
ms.date: 04/05/2024
8
9
---
9
10
10
11
# Update accessReviewScheduleDefinition
@@ -50,11 +51,11 @@ The following table shows the properties accepted to update an accessReviewSched
50
51
| descriptionForAdmins | String | Context of the review provided to admins. |
51
52
| descriptionForReviewers | String | Context of the review provided to reviewers. |
52
53
| displayName | String | Name of access review series. |
53
-
| fallbackReviewers|[accessReviewReviewerScope](../resources/accessreviewreviewerscope.md) collection|A collection of reviewer scopes used to define the list of fallback reviewers who are notified to take action if no users are found from the list of reviewers specified. This could occur when either the group owner is specified as the reviewer but the group owner does not exist, or manager is specified as reviewer but a user's manager does not exist.|
54
-
| reviewers |[accessReviewReviewerScope](../resources/accessreviewreviewerscope.md) collection| Defines who the reviewers are. If none are specified, the review is a self-review (users review their own access). The **reviewers** property is only updatable if individual users are assigned as reviewers. See [accessReviewReviewerScope](../resources/accessreviewreviewerscope.md). |
55
-
|stageSettings|[accessReviewStageSettings](../resources/accessreviewstagesettings.md) collection| Defines how many stages each instance of an access review series will have. Stages will be created sequentially based on the **dependsOn** property. Each stage can have different set of reviewer, fallback reviewers and settings. Only reviewers and fallback reviewers are updatable. See [accessReviewStageSettings](../resources/accessreviewstagesettings.md). Optional.|
54
+
| fallbackReviewers|[accessReviewReviewerScope](../resources/accessreviewreviewerscope.md) collection|A collection of reviewer scopes used to define the list of fallback reviewers who are notified to take action if no users are found from the list of reviewers specified. This could occur when either the group owner is specified as the reviewer but the group owner doesn't exist, or manager is specified as reviewer but a user's manager doesn't exist.|
55
+
| reviewers |[accessReviewReviewerScope](../resources/accessreviewreviewerscope.md) collection| Defines who the reviewers are. If no reviewers are specified, the review is a self-review (users review their own access). The **reviewers** property is only updatable if individual users are assigned as reviewers. See [accessReviewReviewerScope](../resources/accessreviewreviewerscope.md). |
56
+
|stageSettings|[accessReviewStageSettings](../resources/accessreviewstagesettings.md) collection| Defines how many stages each instance of an access review series has. Stages are created sequentially based on the **dependsOn** property. Each stage can have different set of reviewer, fallback reviewers, and settings. Only reviewers and fallback reviewers are updatable. See [accessReviewStageSettings](../resources/accessreviewstagesettings.md). Optional.|
56
57
| settings |[accessReviewScheduleSettings](../resources/accessreviewschedulesettings.md)| The settings for an access review series. See [accessReviewScheduleSettings](../resources/accessreviewschedulesettings.md). |
57
-
| backupReviewers (deprecated)|[accessReviewReviewerScope](../resources/accessreviewreviewerscope.md) collection| This property has been replaced by **fallbackReviewers**. However, specifying either **backupReviewers** or **fallbackReviewers** automatically populates the same values to the other property. |
58
+
| backupReviewers (deprecated)|[accessReviewReviewerScope](../resources/accessreviewreviewerscope.md) collection| This property is replaced by **fallbackReviewers**. However, specifying either **backupReviewers** or **fallbackReviewers** automatically populates the same values to the other property. |
58
59
59
60
A **PUT** request expects the full object to be passed in, which includes all writable properties, not just the properties being updated.
60
61
@@ -63,7 +64,7 @@ If successful, this method returns a `204 No Content` response code and no respo
63
64
64
65
## Examples
65
66
66
-
This is an example of updating the displayName of an existing access review series.
67
+
The following example shows how to update the displayName of an existing access review series.
67
68
68
69
### Request
69
70
In the request body, supply a JSON representation of the new properties of the [accessReviewScheduleDefinition](../resources/accessreviewscheduledefinition.md) object.
0 commit comments