CommunicationDetails Class

Object that represents a Communication resource.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
CommunicationDetails

Constructor

CommunicationDetails(*, sender: Optional[str] = None, subject: Optional[str] = None, body: Optional[str] = None, **kwargs)

Parameters

sender
str
Required

Email address of the sender. This property is required if called by a service principal.

subject
str
Required

Subject of the communication.

body
str
Required

Body of the communication.

Variables

id
str

Id of the resource.

name
str

Name of the resource.

type
str

Type of the resource 'Microsoft.Support/communications'.

communication_type
str or CommunicationType

Communication type. Possible values include: "web", "phone".

communication_direction
str or CommunicationDirection

Direction of communication. Possible values include: "inbound", "outbound".

created_date
datetime

Time in UTC (ISO 8601 format) when the communication was created.