filePlanDescriptorBase resource type
Namespace: microsoft.graph.security
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
Here's a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.security.filePlanDescriptorBase",
"displayName": "String"
}