filePlanDescriptorTemplate 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 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. Read-only.
createdDateTime DateTimeOffset Represents the date and time in which the filePlanDescriptorTemplate is created. Read-only.
displayName String Unique string that defines a filePlanDescriptorTemplate name.
id String Unique ID of the filePlanDecriptorTemplate column. Read-only.

Relationships

None.

JSON representation

The following is 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)"
}