filePlanDescriptor 资源类型
命名空间:microsoft.graph.security
表示一 组 可选描述符,用于补充 保留标签 并提高 Microsoft 365 内容的可管理性和组织性。
通过使用相应文件计划描述符 模板的 POST 操作并指定描述符的数据,可以添加描述符。 例如,若要包含 filePlanCitation 描述符,请使用 create citationTemplate 操作。 同样,可以对描述符使用模板资源上的 GET 或 DELETE 操作。
若要列出对保留标签进行补充的描述符,请对该 retentionLabel 资源使用 GET 操作,并应用于$expand
描述符关系。
有关保留标签和文件计划描述符在Microsoft Purview 合规门户中的工作原理的信息,请参阅使用文件计划创建和管理保留标签。
方法
无。
属性
属性 | 类型 | 说明 |
---|---|---|
权威 | 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"
}
}