personAward リソースの種類

名前空間: microsoft.graph

ユーザーのプロファイルに関連付けられている賞を表 します

itemFacet から継承します

メソッド

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

プロパティ

プロパティ 説明
allowedAudiences String エンティティ内に含まれる値を表示できる対象ユーザー。 itemFacet から継承されます。 可能な値は、mefamilycontactsgroupMembersorganizationfederatedOrganizationseveryoneunknownFutureValue です。
createdBy identitySet エンティティを作成したユーザーまたはアプリケーションの識別子を提供します。 itemFacet から継承されます
createdDateTime DateTimeOffset エンティティが作成された日時の dateTimeOffset を提供します。 itemFacet から継承されます
description String 賞または栄誉の Descpription。
displayName 文字列 賞または栄誉の名前。
id 文字列 エンティティを個別にアドレス指定するために使用される識別子。 エンティティ から継承
推論 inferenceData エンティティが作成または変更アプリケーションによって推論される場合の推論の詳細を格納します。 itemFacet から継承されます
issuedDate 日付 賞または栄誉が付与された日付。
issuingAuthority String 賞または名誉を与えた権限。
lastModifiedBy identitySet エンティティを最後に変更したユーザーまたはアプリケーションの識別子を提供します。 itemFacet から継承されます
lastModifiedDateTime DateTimeOffset エンティティが作成された日時の dateTimeOffset を提供します。 itemFacet から継承されます
source personDataSource 別のサービスから同期された場合に値が発生した場所。 itemFacet から継承されます
thumbnailUrl 文字列 賞または栄誉のサムネイルを参照する URL。
webUrl String 賞または栄誉を参照する URL。

リレーションシップ

なし。

JSON 表記

リソースの JSON 表記を次に示します。

{
  "@odata.type": "#microsoft.graph.personAward",
  "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"
  },
  "description": "String",
  "displayName": "String",
  "issuedDate": "Date",
  "issuingAuthority": "String",
  "thumbnailUrl": "String",
  "webUrl": "String"
}