Share via


MailClusterEntityProperties Class

Definition

Mail cluster entity property bag.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.MailClusterEntityPropertiesTypeConverter))]
public class MailClusterEntityProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IMailClusterEntityProperties, Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.MailClusterEntityPropertiesTypeConverter))>]
type MailClusterEntityProperties = class
    interface IMailClusterEntityProperties
    interface IJsonSerializable
    interface IEntityCommonProperties
    interface IValidates
Public Class MailClusterEntityProperties
Implements IMailClusterEntityProperties, IValidates
Inheritance
MailClusterEntityProperties
Attributes
Implements

Constructors

MailClusterEntityProperties()

Creates an new MailClusterEntityProperties instance.

Properties

AdditionalData

A bag of custom fields that should be part of the entity and will be presented to the user.

ClusterGroup

The cluster group

ClusterQueryEndTime

The cluster query end time

ClusterQueryStartTime

The cluster query start time

ClusterSourceIdentifier

The id of the cluster source

ClusterSourceType

The type of the cluster source

CountByDeliveryStatus

Count of mail messages by DeliveryStatus string representation

CountByProtectionStatus

Count of mail messages by ProtectionStatus string representation

CountByThreatType

Count of mail messages by ThreatType string representation

FriendlyName

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.

IsVolumeAnomaly

Is this a volume anomaly mail cluster

MailCount

The number of mail messages that are part of the mail cluster

NetworkMessageId

The mail message IDs that are part of the mail cluster

Query

The query that was used to identify the messages of the mail cluster

QueryTime

The query time

Source

The source of the mail cluster (default is 'O365 ATP')

Threat

The threats of mail messages that are part of the mail cluster

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MailClusterEntityProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MailClusterEntityProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IMailClusterEntityProperties.

FromJsonString(String)

Creates a new instance of MailClusterEntityProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of MailClusterEntityProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to