dispositionReviewStage resource type

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 retentionLabel microsoft.graph.security.retentionLabel Create a new retentionLabel object.
Update retentionLabel 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 Int32 The 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": "Integer",
  "name": "String",
  "reviewersEmailAddresses": [
    "String"
  ]
}