provisionChannelEmailResult resource type

Namespace: microsoft.graph

Represents the email address provisioned for a channel.

Properties

Property Type Description
email String Represents the provisioned email address.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.provisionChannelEmailResult",
  "email": "String"
}