filePlanReferenceTemplate resource type

Namespace: microsoft.graph.security

Supports CRUD operations to apply and manage the filePlanReference descriptor for a retentionLabel. The filePlanReference descriptor supplements a retention label to improve the manageability and organization of Microsoft 365 content.

Inherits from microsoft.graph.security.filePlanDescriptorTemplate.

Methods

Method Return type Description
List filePlanReferences microsoft.graph.security.filePlanReferenceTemplate collection Get a list of the microsoft.graph.security.filePlanReferenceTemplate objects and their properties.
Create filePlanReferences microsoft.graph.security.filePlanReferenceTemplate Create a new microsoft.graph.security.filePlanReferenceTemplate object.
Get filePlanReferences microsoft.graph.security.filePlanReferenceTemplate Read the properties and relationships of a microsoft.graph.security.filePlanReferenceTemplate object.
Delete filePlanReferences None Delete a microsoft.graph.security.filePlanReferenceTemplate object.

Properties

Property Type Description
createdBy microsoft.graph.identitySet Represents the user who created the file plan reference descriptor. Inherited from microsoft.graph.security.filePlanDescriptorTemplate. Read-only.
createdDateTime DateTimeOffset Represents the date and time in which the filePlanReference descriptor is created. Inherited from microsoft.graph.security.filePlanDescriptorTemplate. Read-only.
displayName String Unique string that defines a filePlanReference name. Inherited from microsoft.graph.security.filePlanDescriptorTemplate.
id String Unique ID of the filePlanReference. Inherited from microsoft.graph.entity. Read-only.

Relationships

None.

JSON representation

Here's a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.security.filePlanReferenceTemplate",
  "id": "String (identifier)",
  "displayName": "String",
  "createdBy": {
    "@odata.type": "microsoft.graph.identitySet"
  },
  "createdDateTime": "String (timestamp)"
}