Share via


MailboxEntityProperties Class

Definition

Mailbox entity property bag.

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

Constructors

MailboxEntityProperties()

Creates an new MailboxEntityProperties instance.

Properties

AdditionalData

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

DisplayName

The mailbox's display name

ExternalDirectoryObjectId

The AzureAD identifier of mailbox. Similar to AadUserId in account entity but this property is specific to mailbox object on office side

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.

MailboxPrimaryAddress

The mailbox's primary address

Upn

The mailbox's UPN

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MailboxEntityProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MailboxEntityProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MailboxEntityProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to