| title | filePlanReferenceTemplate resource type |
|---|---|
| description | Specifies a unique alpha-numeric identifier for an organization’s retention schedule. |
| author | sseth |
| ms.localizationpriority | medium |
| ms.subservice | security |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph.security
[!INCLUDE beta-disclaimer]
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.
| Method | Return type | Description |
|---|---|---|
| List | microsoft.graph.security.filePlanReferenceTemplate collection | Get a list of the microsoft.graph.security.filePlanReferenceTemplate objects and their properties. |
| Create | microsoft.graph.security.filePlanReferenceTemplate | Create a new microsoft.graph.security.filePlanReferenceTemplate object. |
| Get | microsoft.graph.security.filePlanReferenceTemplate | Read the properties and relationships of a microsoft.graph.security.filePlanReferenceTemplate object. |
| Delete | None | Delete a microsoft.graph.security.filePlanReferenceTemplate object. |
| Property | Type | Description |
|---|---|---|
| createdBy | microsoft.graph.identitySet | Represents the user who created the file plan reference descriptor. Inherited from microsoft.graph.security.filePlanDescriptorTemplate. |
| createdDateTime | DateTimeOffset | Represents the date and time in which the filePlanReference descriptor is created. Inherited from microsoft.graph.security.filePlanDescriptorTemplate. |
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.filePlanReferenceTemplate",
"id": "String (identifier)",
"displayName": "String",
"createdBy": {
"@odata.type": "microsoft.graph.identitySet"
},
"createdDateTime": "String (timestamp)"
}