Class MailboxEntity
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.securityinsights.fluent.models.EntityInner
com.azure.resourcemanager.securityinsights.models.MailboxEntity
Represents a mailbox entity.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the additionalData property: A bag of custom fields that should be part of the entity and will be presented to the user.Get the displayName property: The mailbox's display name.Get the externalDirectoryObjectId property: The AzureAD identifier of mailbox.Get the friendlyName property: The graph item display name which is a short humanly readable description of the graph item instance.Get the mailboxPrimaryAddress property: The mailbox's primary address.upn()
Get the upn property: The mailbox's UPN.void
validate()
Validates the instance.Methods inherited from class com.azure.resourcemanager.securityinsights.fluent.models.EntityInner
systemData
Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
MailboxEntity
public MailboxEntity()
-
-
Method Details
-
mailboxPrimaryAddress
Get the mailboxPrimaryAddress property: The mailbox's primary address.- Returns:
- the mailboxPrimaryAddress value.
-
displayName
Get the displayName property: The mailbox's display name.- Returns:
- the displayName value.
-
upn
Get the upn property: The mailbox's UPN.- Returns:
- the upn value.
-
externalDirectoryObjectId
Get the externalDirectoryObjectId property: The AzureAD identifier of mailbox. Similar to AadUserId in account entity but this property is specific to mailbox object on office side.- Returns:
- the externalDirectoryObjectId value.
-
additionalData
Get the additionalData property: A bag of custom fields that should be part of the entity and will be presented to the user.- Returns:
- the additionalData value.
-
friendlyName
Get the friendlyName property: 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.- Returns:
- the friendlyName value.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classEntityInner
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-