accessReviewReviewer リソースの種類

名前空間: microsoft.graph

accessReviewInstancecontactedReviewers プロパティには、レビューを完了するために連絡を取ったレビュー担当者の ID が含まれています。

エンティティ から継承します。

プロパティ

プロパティ 説明
createdDateTime DateTimeOffset アクセス レビューにレビュー担当者が追加された日付。
displayName 文字列 レビュー担当者の名前。
id 文字列 レビュー担当者の識別子。 エンティティから継承 されます。
userPrincipalName String レビュー担当者のユーザー プリンシパル名。

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.accessReviewReviewer",
  "createdDateTime": "String (timestamp)",
  "displayName": "String",
  "id": "String",
  "userPrincipalName": "String"
}