Skip to content

Latest commit

 

History

History
59 lines (49 loc) · 2.03 KB

File metadata and controls

59 lines (49 loc) · 2.03 KB
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

dispositionReviewStage resource type

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.

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"
  ]
}