Skip to content

Latest commit

 

History

History
55 lines (45 loc) · 1.97 KB

security-fileplandescriptortemplate.md

File metadata and controls

55 lines (45 loc) · 1.97 KB
title description author ms.localizationpriority ms.subservice doc_type
filePlanDescriptorTemplate resource type
Specifies the properties common to the template resources for file plan descriptors.
sseth
medium
security
resourcePageType

filePlanDescriptorTemplate resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

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)"
}