dispositionReviewStage resource type
Namespace: microsoft.graph.security
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
Here's a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.security.dispositionReviewStage",
"id": "String (identifier)",
"stageNumber": "String",
"name": "String",
"reviewersEmailAddresses": [
"String"
]
}