Class MailboxEntityProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.models.EntityCommonProperties
com.azure.resourcemanager.securityinsights.fluent.models.MailboxEntityProperties
Mailbox entity property bag.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the displayName property: The mailbox's display name.Get the externalDirectoryObjectId property: The AzureAD identifier of mailbox.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.models.EntityCommonProperties
additionalData, friendlyName
-
Constructor Details
-
MailboxEntityProperties
public MailboxEntityProperties()
-
-
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.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classEntityCommonProperties
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-