Skip to content

CloudApp

Cloud application information.

erDiagram
    CloudAppType ||--o{ CloudApp : "CloudAppTypeID"
    CloudProviderAccount ||--o{ CloudApp : "CloudProviderAccountID"
    CloudApp ||--o{ CloudAppUsage : "CloudAppID"

Fields

Field Type Description
CloudAppTypeID numeric Internal ID that references the CloudAppType entity (Foreign Key)
CloudProviderAccountID numeric Internal ID that references the CloudProviderAccount entity (Foreign Key)
Created datetime Date/Time this entity was created
ExtraData string Extra data for the cloud app (JSON formatted)
ID numeric Internal ID for the CloudApp entity (Primary Key)
LastScan datetime Date/Time this application was last scanned
Name string Name of the application
Res1 string Reserved for future use
Res2 string Reserved for future use

References

Column Name Referenced Table Description
CloudAppTypeID CloudAppType Cloud application type information
CloudProviderAccountID CloudProviderAccount Cloud provider specific account

Referenced by

Table Column Name Description
CloudAppUsage CloudAppID Cloud application usage information