| title | filePlanCitation resource type |
|---|---|
| description | Represents the file plan descriptor of type citation applied to a particular retention label. |
| author | sseth |
| ms.localizationpriority | medium |
| ms.subservice | security |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph.security
[!INCLUDE beta-disclaimer]
Represents a file plan descriptor that specifies a rule or regulation created by a jurisdiction to determine whether certain content should be retained or deleted. Used to supplement a retention label for record management purposes.
To create, get, or delete a filePlanCitation descriptor, use the citationTemplate 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.
| Property | Type | Description |
|---|---|---|
| citationJurisdiction | String | Represents the jurisdiction or agency that published the filePlanCitation. |
| citationUrl | String | Represents the URL to the published filePlanCitation. |
| displayName | String | Unique string that defines a filePlanCitation name. Inherited from microsoft.graph.security.filePlanDescriptor. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.filePlanCitation",
"displayName": "String",
"citationUrl": "String",
"citationJurisdiction": "String"
}