Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph.security
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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.
Methods
| Method | Return type | Description |
|---|---|---|
| Create | microsoft.graph.security.retentionLabel | Create a new retentionLabel object. |
| Update | microsoft.graph.security.retentionLabel | Update the retentionLabel object. |
Properties
| 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. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.dispositionReviewStage",
"id": "String (identifier)",
"stageNumber": "String",
"name": "String",
"reviewersEmailAddresses": [
"String"
]
}