provisionChannelEmailResult resource type
Namespace: microsoft.graph
Represents the email address provisioned for a channel.
Properties
Property | Type | Description |
---|---|---|
String | Represents the provisioned email address. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.provisionChannelEmailResult",
"email": "String"
}