次の方法で共有


personAward リソースの種類

名前空間: microsoft.graph

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

itemFacet から継承します。

メソッド

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

プロパティ

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