Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.69 KB

security-fileplanauthority.md

File metadata and controls

43 lines (33 loc) · 1.69 KB
title description author ms.localizationpriority ms.prod doc_type
filePlanAuthority resource type
Represents the file plan descriptor of type authority applied to a particular retention label.
sseth
medium
security
resourcePageType

filePlanAuthority resource type

Namespace: microsoft.graph.security

Represents a file plan descriptor that specifies the type of the underlying authority which determines the content to be retained and its retention schedule. Used to supplement a retention label for record management purposes.

To create, get, or delete a filePlanAuthority descriptor, use the authorityTemplate 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 filePlanAuthority name. Inherited from microsoft.graph.security.filePlanDescriptor.

Relationships

None.

JSON representation

Here's a JSON representation of the resource.

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