Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 857 Bytes

File metadata and controls

42 lines (35 loc) · 857 Bytes
title emailSender resource type
description Email sender common properties.
ms.date 11/11/2022
author BenAlfasi
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType

emailSender resource type

Namespace: microsoft.graph.security

Email sender common properties.

Properties

Property Type Description
displayName String The name of the sender.
domainName String Sender domain.
emailAddress String Sender email address.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.emailSender",
  "emailAddress": "String",
  "displayName": "String",
  "domainName": "String"
}