Skip to content

CloudProviderAccount

Cloud provider specific account.

erDiagram
    CloudProvider ||--o{ CloudProviderAccount : "CloudProviderID"
    CloudProviderAccount ||--o{ CloudApp : "CloudProviderAccountID"
    CloudProviderAccount ||--o{ CloudProviderAccountLicensingPlan : "CloudProviderAccountID"
    CloudProviderAccount ||--o{ CloudProviderAccountScanHistory : "CloudProviderAccountID"
    CloudProviderAccount ||--o{ CloudUser : "CloudProviderAccountID"
    CloudProviderAccount ||--o{ EntraIdMissingDevice : "CloudProviderAccountID"
    CloudProviderAccount ||--o{ EntraIdMissingUser : "CloudProviderAccountID"
    CloudProviderAccount ||--o{ Machine : "CloudProviderAccountID"
    CloudProviderAccount ||--o{ User : "CloudProviderAccountID"

Fields

Field Type Description
CloudProviderID numeric Internal ID that references the CloudProvider entity (Foreign Key)
Created datetime Date/Time this account record was created
CreatedGuid guid GUID of the scan that created the account record
EntraIdTenantId guid Entra ID tenant id
ID numeric Internal ID for the CloudProviderAccount entity (Primary Key)
LastScan datetime Date/Time this account was last scanned
LastScanGuid guid GUID of the last scan
Name string Cloud provider account name

References

Column Name Referenced Table Description
CloudProviderID CloudProvider Cloud provider information

Referenced by

Table Column Name Description
CloudApp CloudProviderAccountID Cloud application information
CloudProviderAccountLicensingPlan CloudProviderAccountID Cloud provider licensing plan information
CloudProviderAccountScanHistory CloudProviderAccountID Cloud scan history information
CloudUser CloudProviderAccountID Provider specific cloud user information
EntraIdMissingDevice CloudProviderAccountID Devices that we found in Entra ID that have not been scanned
EntraIdMissingUser CloudProviderAccountID Users that we found in Entra ID that have not been scanned. This can also contain Entra ID users that are synced from on-premises Active Directory that is not imported into OctoSAM.
Machine CloudProviderAccountID Basic machine information. A machine is a physical or virtual device that can be scanned by OctoSAM Inventory. A machine can also be a mobile device such as a phone or tablet.
User CloudProviderAccountID Basic user Information