MailMessageEntity Class
Represents a mail message entity.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.securityinsight.models._models_py3.EntityMailMessageEntity
Constructor
MailMessageEntity(*, body_fingerprint_bin1: Optional[int] = None, body_fingerprint_bin2: Optional[int] = None, body_fingerprint_bin3: Optional[int] = None, body_fingerprint_bin4: Optional[int] = None, body_fingerprint_bin5: Optional[int] = None, antispam_direction: Optional[Union[str, azure.mgmt.securityinsight.models._security_insights_enums.AntispamMailDirection]] = None, delivery_action: Optional[Union[str, azure.mgmt.securityinsight.models._security_insights_enums.DeliveryAction]] = None, delivery_location: Optional[Union[str, azure.mgmt.securityinsight.models._security_insights_enums.DeliveryLocation]] = None, **kwargs)
Variables
- id
- str
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
- name
- str
The name of the resource.
- type
- str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".
- system_data
- SystemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
- kind
- str or EntityKind
Required. The kind of the entity.Constant filled by server. Possible values include: "Account", "Host", "File", "AzureResource", "CloudApplication", "DnsResolution", "FileHash", "Ip", "Malware", "Process", "RegistryKey", "RegistryValue", "SecurityGroup", "Url", "IoTDevice", "SecurityAlert", "Bookmark", "MailCluster", "MailMessage", "Mailbox", "SubmissionMail".
A bag of custom fields that should be part of the entity and will be presented to the user.
- friendly_name
- str
The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.
- recipient
- str
The recipient of this mail message. Note that in case of multiple recipients the mail message is forked and each copy has one recipient.
- p1_sender
- str
The p1 sender's email address.
- p1_sender_display_name
- str
The p1 sender's display name.
- p1_sender_domain
- str
The p1 sender's domain.
- sender_ip
- str
The sender's IP address.
- p2_sender
- str
The p2 sender's email address.
- p2_sender_display_name
- str
The p2 sender's display name.
- p2_sender_domain
- str
The p2 sender's domain.
- receive_date
- datetime
The receive date of this message.
- network_message_id
- str
The network message id of this mail message.
- internet_message_id
- str
The internet message id of this mail message.
- subject
- str
The subject of this mail message.
- language
- str
The language of this mail message.
- body_fingerprint_bin1
- int
The bodyFingerprintBin1.
- body_fingerprint_bin2
- int
The bodyFingerprintBin2.
- body_fingerprint_bin3
- int
The bodyFingerprintBin3.
- body_fingerprint_bin4
- int
The bodyFingerprintBin4.
- body_fingerprint_bin5
- int
The bodyFingerprintBin5.
- antispam_direction
- str or AntispamMailDirection
The directionality of this mail message. Possible values include: "Unknown", "Inbound", "Outbound", "Intraorg".
- delivery_action
- str or DeliveryAction
The delivery action of this mail message like Delivered, Blocked, Replaced etc. Possible values include: "Unknown", "DeliveredAsSpam", "Delivered", "Blocked", "Replaced".
- delivery_location
- str or DeliveryLocation
The delivery location of this mail message like Inbox, JunkFolder etc. Possible values include: "Unknown", "Inbox", "JunkFolder", "DeletedFolder", "Quarantine", "External", "Failed", "Dropped", "Forwarded".
Feedback
Submit and view feedback for