Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.77 KB

File metadata and controls

46 lines (35 loc) · 1.77 KB
title filePlanReference resource type
description Represents the file plan descriptor of a reference ID, supplementing a specified retention label.
author sseth
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType
ms.date 07/22/2024

filePlanReference resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

Represents a file plan descriptor that specifies a unique alpha-numeric identifier for an organization’s retention schedule. Used to supplement a retention label for record management purposes.

To create, get, or delete a filePlanReference descriptor, use the filePlanReferenceTemplate resource.

This resource is one of a set of file plan descriptors that an administrator can choose to supplement a retention label. To find out more about these optional descriptors, and how to get the descriptors that have been chosen for a retention label, see file plan descriptor.

Inherits from microsoft.graph.security.filePlanDescriptorBase.

Properties

Property Type Description
displayName String Unique string that defines a reference ID. Inherited from microsoft.graph.security.filePlanDescriptor.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.filePlanReference",
  "displayName": "String"
}