filePlanReferenceTemplate 资源类型

命名空间:microsoft.graph.security

重要

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

支持 CRUD 操作来应用和管理 retentionLabel的 filePlanReference 描述符。 filePlanReference 描述符补充了保留标签,以提高 Microsoft 365 内容的可管理性和组织性。

继承自 microsoft.graph.security.filePlanDescriptorTemplate

方法

方法 返回类型 说明
列出 filePlanReferences microsoft.graph.security.filePlanReferenceTemplate 集合 获取 microsoft.graph.security.filePlanReferenceTemplate 对象及其属性的列表。
创建 filePlanReferences microsoft.graph.security.filePlanReferenceTemplate 创建新的 microsoft.graph.security.filePlanReferenceTemplate 对象。
获取 filePlanReferences microsoft.graph.security.filePlanReferenceTemplate 读取 microsoft.graph.security.filePlanReferenceTemplate 对象的属性和关系。
删除 filePlanReferences 删除 microsoft.graph.security.filePlanReferenceTemplate 对象。

属性

属性 类型 说明
createdBy microsoft.graph.identitySet 表示创建文件计划引用描述符的用户。 继承自 microsoft.graph.security.filePlanDescriptorTemplate
createdDateTime DateTimeOffset 表示创建 filePlanReference 描述符的日期和时间。 继承自 microsoft.graph.security.filePlanDescriptorTemplate
displayName String 定义 filePlanReference 名称的唯一字符串。 继承自 microsoft.graph.security.filePlanDescriptorTemplate
id String 文件PlanReference 的唯一 ID。 继承自 microsoft.graph.entity

关系

无。

JSON 表示形式

下面是资源的 JSON 表示形式。

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