plannerExternalReference 资源类型
命名空间:microsoft.graph
plannerExternalReference 资源表示引用的元数据 (附件,如文件、URL) 。 它是 externalReferences对象中的属性值对的值。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| alias | String | 用于描述引用的名称别名。 |
| lastModifiedBy | identitySet | 只读。 上次修改的用户 ID。 |
| lastModifiedDateTime | DateTimeOffset | 只读。 上次修改的日期和时间。 时间戳类型表示采用 ISO 8601 格式的日期和时间信息,始终采用 UTC 时区。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z |
| previewPriority | String | 用于设置引用在任务上显示为预览的相对优先级顺序。 |
| type | String | 用于描述引用的类型。 类型包括 PowerPoint Word Excel :、、、。 Other |
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"alias": "String",
"lastModifiedBy": {"@odata.type": "microsoft.graph.identitySet"},
"lastModifiedDateTime": "String (timestamp)",
"previewPriority": "String",
"type": "String"
}
反馈
提交和查看相关反馈