personWebsite リソースの種類

名前空間: microsoft.graph

重要

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

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

itemFacet から継承します。

メソッド

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

プロパティ

プロパティ 説明
categories String collection ユーザーが Web サイトに関連付けたカテゴリ (個人用、レシピなど) が含まれます。
description 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"
}