filePlanDescriptorBase 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.
Specifies properties common to file plan descriptor resources. Base type for each of the descriptors: filePlanAppliedCategory, filePlanAuthority, filePlanCitation, filePlanDepartment, filePlanReference, and filePlanSubcategory.
Properties
Property | Type | Description |
---|---|---|
displayName | String | Unique string that defines the name for the file plan descriptor associated with a particular retention label. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.filePlanDescriptorBase",
"displayName": "String"
}