filePlanDescriptor 资源类型
Namespace:microsoft.graph.security
重要
Microsoft Graph /beta
版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示一 组 可选的文件计划描述符,用于补充 保留标签 并提高 Microsoft 365 内容的可管理性和组织性。
通过使用相应文件计划描述符 模板的 POST 操作并指定描述符的数据,可以添加描述符。 例如,若要包含 filePlanCitation 描述符,请使用 create citationTemplate 操作。 同样,可以对描述符使用模板资源上的 GET 或 DELETE 操作。
若要列出对保留标签进行补充的描述符,请对该 retentionLabel 资源使用 GET 操作,并应用于$expand
描述符关系。
有关保留标签和文件计划描述符在 Microsoft Purview 合规性门户中的工作原理的信息,请参阅 使用文件计划创建和管理保留标签。
方法
无。
属性
属性 | 类型 | 说明 |
---|---|---|
柄 | microsoft.graph.security.filePlanAuthority | 表示应用于特定保留标签的类型颁发机构的文件计划描述符。 |
“类别” | microsoft.graph.security.filePlanAppliedCategory | 表示应用于特定保留标签的类型类别的文件计划描述符。 |
引文 | microsoft.graph.security.filePlanCitation | 表示应用于特定保留标签的类型引文的文件计划描述符。 |
柄 | microsoft.graph.security.filePlanAuthority | 表示应用于特定保留标签的类型颁发机构的文件计划描述符。 |
appliedCategory | microsoft.graph.security.filePlanAppliedCategory | 表示应用于特定保留标签的类型类别的文件计划描述符。 |
引文 | microsoft.graph.security.filePlanCitation | 表示应用于特定保留标签的类型引文的文件计划描述符。 |
department | microsoft.graph.security.filePlanDepartment | 表示应用于特定保留标签的类型部门的文件计划描述符。 |
filePlanReference | microsoft.graph.security.filePlanReference | 表示应用于特定保留标签的 filePlanReference 类型的文件计划描述符。 |
关系
关系 | 类型 | 说明 |
---|---|---|
authorityTemplate | microsoft.graph.security.authorityTemplate | 指定描述要保留的内容类型及其保留计划的基础颁发机构。 |
categoryTemplate | microsoft.graph.security.categoryTemplate | 指定特定部门中一组类似类型的内容。 |
citationTemplate | microsoft.graph.security.citationTemplate | 由司法管辖区创建的特定规则或法规,用于确定是否应保留或删除某些标签和内容。 |
departmentTemplate | microsoft.graph.security.departmentTemplate | 指定标签所属组织的部门或业务部门。 |
filePlanReferenceTemplate | microsoft.graph.security.filePlanReferenceTemplate | 为组织的保留计划指定唯一的字母数字标识符。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.security.filePlanDescriptor",
"id": "String (identifier)",
"authority": {
"@odata.type": "microsoft.graph.security.filePlanAuthority"
},
"category": {
"@odata.type": "microsoft.graph.security.filePlanAppliedCategory"
},
"citation": {
"@odata.type": "microsoft.graph.security.filePlanCitation"
},
"department": {
"@odata.type": "microsoft.graph.security.filePlanDepartment"
},
"filePlanReference": {
"@odata.type": "microsoft.graph.security.filePlanReference"
}
}