filePlanDescriptorTemplate resource type
Namespace: microsoft.graph.security
Specifies the properties common to the template resources for file plan descriptors. Base type for each of the template resources: authorityTemplate, categoryTemplate, citationTemplate, departmentTemplate, filePlanReferenceTemplate, and subcategoryTemplate.
Inherits from microsoft.graph.entity.
Methods
None.
Properties
Property | Type | Description |
---|---|---|
createdBy | microsoft.graph.identitySet | Represents the user who created the filePlanDescriptorTemplate column. |
createdDateTime | DateTimeOffset | Represents the date and time in which the filePlanDescriptorTemplate is created. |
displayName | String | Unique string that defines a filePlanDescriptorTemplate name. |
id | String | Unique ID of the filePlanDecriptorTemplate column. Read-only. |
Relationships
None.
JSON representation
Here's a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.security.filePlanDescriptorTemplate",
"id": "String (identifier)",
"displayName": "String",
"createdBy": {
"@odata.type": "microsoft.graph.identitySet"
},
"createdDateTime": "String (timestamp)"
}