filePlanDescriptorTemplate 资源类型

Namespace:microsoft.graph.security

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

指定文件计划描述符的模板资源共有的属性。 每个模板资源的基类型: authorityTemplatecategoryTemplatecitationTemplatedepartmentTemplatefilePlanReferenceTemplatesubcategoryTemplate

继承自 microsoft.graph.entity

方法

无。

属性

属性 类型 说明
createdBy microsoft.graph.identitySet 表示创建 filePlanDescriptorTemplate 列的用户。 只读。
createdDateTime DateTimeOffset 表示创建 filePlanDescriptorTemplate 的日期和时间。 只读。
displayName String 定义 filePlanDescriptorTemplate 名称的唯一字符串。
id String 文件PlanDecriptorTemplate 列的唯一 ID。 只读。

关系

无。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "@odata.type": "#microsoft.graph.security.filePlanDescriptorTemplate",
  "id": "String (identifier)",
  "displayName": "String",
  "createdBy": {
    "@odata.type": "microsoft.graph.identitySet"
  },
  "createdDateTime": "String (timestamp)"
}