personWebsite 资源类型
命名空间:microsoft.graph
重要
Microsoft Graph版本下的 /beta API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示与各种服务中的用户关联的网站的详细信息。
继承自 itemFacet。
方法
| 方法 | 返回类型 | 说明 |
|---|---|---|
| 列出网站 | personWebsite 集合 | 从网站导航属性获取 personWebsite 资源。 |
| 创建 personWebsite | personWebsite | 创建新的 personWebsite 对象。 |
| 获取 personWebsite | personWebsite | 读取 personWebsite 对象的属性和关系。 |
| 更新 personWebsite | personWebsite | 更新 personWebsite 对象的属性。 |
| 删除 personWebsite | 无 | 删除 personWebsite 对象。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| 类别 | String collection | 包含用户与网站关联的类别 (例如个人食谱) 。 |
| description | 字符串 | 包含网站的说明。 |
| displayName | 字符串 | 包含网站的友好名称。 |
| webUrl | String | 包含指向网站本身的链接。 |
关系
无。
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.personWebsite",
"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"
},
"categories": [
"String"
],
"description": "String",
"displayName": "String",
"webUrl": "String"
}
反馈
提交和查看相关反馈