filePlanAppliedCategory 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 file plan descriptor that specifies a group of similar types of content in a department. Used to supplement a retention label for record management purposes.

To create, get, or delete an filePlanAppliedCategory descriptor, use the categoryTemplate 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 file plan category name applied to the label. Inherited from microsoft.graph.security.filePlanDescriptor.
subcategory microsoft.graph.security.filePlanSubcategory Represents the file plan descriptor for a subcategory under a specific category, which has been assigned to a particular retention label.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.security.filePlanAppliedCategory",
  "displayName": "String",
  "subCategory": {
    "@odata.type": "microsoft.graph.security.filePlanSubcategory"
  }
}