CloudUser
Provider specific cloud user information.
erDiagram
CloudProviderAccount ||--o{ CloudUser : "CloudProviderAccountID"
User ||--o{ CloudUser : "UserID"
CloudUser ||--o{ CloudAppUsage : "CloudUserID"
CloudUser ||--o{ CloudEmailActivity : "CloudUserID"
CloudUser ||--o{ CloudMailboxUsage : "CloudUserID"
Fields
| Field |
Type |
Description |
| CloudProviderAccountID |
numeric |
Internal ID that references the CloudProviderAccount entity (Foreign Key) |
| Created |
datetime |
Date/Time this cloud user object was created |
| ID |
numeric |
Internal ID for the CloudUser entity (Primary Key) |
| LastActivationDate |
datetime |
Last activation date of the user as reported by the cloud provider |
| LastActivityDate |
datetime |
Last activity date of the user as reported by the cloud provider |
| LastMailboxActivityDate |
datetime |
Date/Time of the last mailbox activity reported by the cloud provider |
| LastScan |
datetime |
Last activity scan of this cloud user |
| MailboxItemCount |
numeric |
Number of items in the user's mailbox |
| MailboxStorageUsedSizeBytes |
numeric |
Storage used by the user's mailbox in bytes |
| UserID |
numeric |
Internal ID that references the User entity (Foreign Key) |
References
| Column Name |
Referenced Table |
Description |
| CloudProviderAccountID |
CloudProviderAccount |
Cloud provider specific account |
| UserID |
User |
Basic user Information |
Referenced by
| Table |
Column Name |
Description |
| CloudAppUsage |
CloudUserID |
Cloud application usage information |
| CloudEmailActivity |
CloudUserID |
User email activity for cloud based mailboxes |
| CloudMailboxUsage |
CloudUserID |
Cloud mailbox usage information (currently not used) |