personAnnotation 资源类型
命名空间:microsoft.graph
在注释中提供用户在各种服务中与自己关联并与其他人员共享的信息。
继承自 itemFacet。
方法
| 方法 | 返回类型 | 说明 |
|---|---|---|
| 列出注释 | personAnnotation 集合 | 从 notes 导航属性获取 personAnnotation 资源。 |
| 创建 personAnnotation | personAnnotation | 创建新的 personAnnotation 对象。 |
| 获取 personAnnotation | personAnnotation | 读取 personAnnotation 对象的属性和 关系。 |
| 更新 personAnnotation | personAnnotation | 更新 personAnnotation 对象 的属性。 |
| 删除 personAnnotation | 无 | 删除 personAnnotation 对象。 |
属性
| 属性 | 类型 | 描述 |
|---|---|---|
| allowedAudiences | String | 能够查看实体中包含的值的访问群体。 继承自 itemFacet。 可取值为:me、family、contacts、groupMembers、organization、federatedOrganizations、everyone、unknownFutureValue。 |
| createdBy | identitySet | 提供创建实体的用户和/或应用程序的标识符。 继承自 itemFacet。 |
| createdDateTime | DateTimeOffset | 提供实体创建时的日期时间Offset。 继承自 itemFacet。 |
| detail | itemBody | 包含注释本身的详细信息。 |
| displayName | String | 包含便笺的友好名称。 |
| id | String | 用于单独寻址实体的标识符。 继承自 实体 |
| inference | inferenceData | 如果实体是由创建或修改应用程序推断出来的,则包含推断详细信息。 继承自 itemFacet。 |
| lastModifiedBy | identitySet | 提供上次修改实体的用户和/或应用程序的标识符。 继承自 itemFacet。 |
| lastModifiedDateTime | DateTimeOffset | 提供实体创建时的日期时间Offset。 继承自 itemFacet。 |
| source | personDataSource | 如果从另一个服务同步,则值源自何处。 继承自 itemFacet。 |
关系
无。
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.personAnnotation",
"id": "String (identifier)",
"allowedAudiences": "String",
"inference": {
"@odata.type": "microsoft.graph.inferenceData"
},
"createdDateTime": "String (timestamp)",
"createdBy": {
"@odata.type": "microsoft.graph.identitySet"
},
"lastModifiedDateTime": "String (timestamp)",
"lastModifiedBy": {
"@odata.type": "microsoft.graph.identitySet"
},
"source": {
"@odata.type": "microsoft.graph.personDataSource"
},
"detail": {
"@odata.type": "microsoft.graph.itemBody"
},
"displayName": "String"
}
反馈
提交和查看相关反馈