Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.29 KB

security-fileplandescriptorbase.md

File metadata and controls

39 lines (31 loc) · 1.29 KB
title description author ms.localizationpriority ms.subservice doc_type
filePlanDescriptorBase resource type
Specifies properties common to file plan descriptor resources.
sseth
medium
security
resourcePageType

filePlanDescriptorBase resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

Specifies properties common to file plan descriptor resources. Base type for each of the descriptors: filePlanAppliedCategory, filePlanAuthority, filePlanCitation, filePlanDepartment, filePlanReference, and filePlanSubcategory.

Properties

Property Type Description
displayName String Unique string that defines the name for the file plan descriptor associated with a particular retention label.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

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