次の方法で共有


personWebsite リソースの種類

名前空間: microsoft.graph

重要

Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。

さまざまなサービスのユーザーに関連付けられている Web サイトに関する詳細情報を表します。

itemFacet から継承します。

メソッド

メソッド 戻り値の種類 説明
List personWebsite コレクション web サイト ナビゲーション プロパティから personWebsite リソースを取得します。
Create personWebsite 新しい personWebsite オブジェクトをCreateします。
Get personWebsite personWebsite オブジェクトのプロパティとリレーションシップを読み取ります。
Update personWebsite personWebsite オブジェクトのプロパティを更新します。
Delete なし personWebsite オブジェクトを削除します。

プロパティ

プロパティ 種類 説明
categories String collection ユーザーが Web サイトに関連付けたカテゴリ (個人用、レシピなど) が含まれます。
説明 String Web サイトの説明が含まれます。
displayName String Web サイトのフレンドリ名が含まれます。
webUrl String Web サイト自体へのリンクが含まれています。

リレーションシップ

なし。

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"
}