名前空間: microsoft.graph
Web サイトを表します。
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| address | string | Web サイトの URL。 |
| displayName | string | Web サイトの表示名。 |
| type | websiteType | 使用可能な値: other、home、work、blog、profile。 |
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"address": "string",
"displayName": "string",
"type": "String"
}