网站资源类型
命名空间:microsoft.graph
表示网站。
属性
属性 | 类型 | 说明 |
---|---|---|
address | string | 网站的 URL。 |
displayName | string | 网站的显示名称。 |
type | websiteType | 可能的值包括 other 、home 、work 、blog 、profile 。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"address": "string",
"displayName": "string",
"type": "String"
}