accessReviewNotificationRecipientItem リソースの種類

名前空間: microsoft.graph

accessReviewScheduleDefinition では、additionalNotificationRecipients プロパティによって accessReviewNotificationRecipientItem オブジェクトがアクセス レビュー通知用に構成されます。 各項目には、特定の accessReviewInstance の電子メール テンプレートの種類と受信者のプロパティが含まれています。

プロパティ

プロパティ 説明
notificationRecipientScope accessReviewNotificationRecipientScope 通知メールの受信者を決定します。
notificationTemplateType 文字列 送信するアクセス レビュー電子メールの種類を示します。 サポートされているテンプレートの種類は CompletedAdditionalRecipientsで、レビュー完了通知が受信者に送信されます。

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type":"#microsoft.graph.accessReviewNotificationRecipientItem",
  "notificationRecipientScope": {
      "@odata.type":"#microsoft.graph.accessReviewNotificationRecipientQueryScope"                
    },
  "notificationTemplateType": "String"
}