Share via


IMailboxEntityProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.MailboxEntityPropertiesTypeConverter))]
public interface IMailboxEntityProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityCommonProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.MailboxEntityPropertiesTypeConverter))>]
type IMailboxEntityProperties = interface
    interface IJsonSerializable
    interface IEntityCommonProperties
Public Interface IMailboxEntityProperties
Implements IEntityCommonProperties
Derived
Attributes
Implements

Properties

AdditionalData

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

(Inherited from IEntityCommonProperties)
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.

(Inherited from IEntityCommonProperties)
MailboxPrimaryAddress

The mailbox's primary address

Upn

The mailbox's UPN

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to