SubmissionMailEntity Class

Represents a submission mail 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.Entity
SubmissionMailEntity

Constructor

SubmissionMailEntity(**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".

additional_data
dict[str, any]

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.

network_message_id
str

The network message id of email to which submission belongs.

submission_id
str

The submission id.

submitter
str

The submitter.

submission_date
datetime

The submission date.

timestamp
datetime

The Time stamp when the message is received (Mail).

recipient
str

The recipient of the mail.

sender
str

The sender of the mail.

sender_ip
str

The sender's IP.

subject
str

The subject of submission mail.

report_type
str

The submission type for the given instance. This maps to Junk, Phish, Malware or NotJunk.