| title | dispositionReviewStage resource type |
|---|---|
| description | Represents a multi-level review process where the reviewers indicate at each stage of the disposition whether to delete or further retain the content item. |
| author | sseth |
| ms.localizationpriority | medium |
| ms.subservice | compliance |
| doc_type | resourcePageType |
| ms.date | 06/11/2024 |
Namespace: microsoft.graph.security
[!INCLUDE beta-disclaimer]
Represents a multi-level review process where the reviewers indicate at each stage of the disposition whether to delete or further retain the content item. For details, see Disposition of content.
| Method | Return type | Description |
|---|---|---|
| Create | microsoft.graph.security.retentionLabel | Create a new retentionLabel object. |
| Update | microsoft.graph.security.retentionLabel | Update the retentionLabel object. |
| Property | Type | Description |
|---|---|---|
| id | String | Unique ID for each stage. |
| name | String | Name representing each stage within a collection. |
| reviewersEmailAddresses | String collection | A collection of reviewers at each stage. |
| stageNumber | String | The unique sequence number for each stage of the disposition review. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.dispositionReviewStage",
"id": "String (identifier)",
"stageNumber": "String",
"name": "String",
"reviewersEmailAddresses": [
"String"
]
}