CloudUser¶
Provider specific cloud user information
Fields¶
| Field | Type | Description |
|---|---|---|
| CloudProviderAccountID | bigint | Internal ID that references the CloudProviderAccount entity (Foreign Key) |
| Created | datetime2 | Date/Time this cloud user object got created |
| ID | bigint | Internal ID for the CloudUser entity (Primary Key) |
| LastActivationDate | datetime2 | Last activation date of the user as reported by the cloud provider |
| LastActivityDate | datetime2 | Last activity date of the user as reported by the cloud provider |
| LastScan | datetime2 | Last activity scan of this cloud userĀ |
| UserID | bigint | Internal ID that references the User entity (Foreign Key) |