Skip to content

CloudProvider

Cloud provider information.

erDiagram
    CloudProvider ||--o{ CloudProviderAccount : "CloudProviderID"
    CloudProvider ||--o{ CloudProviderService : "CloudProviderID"
    CloudProvider ||--o{ MailboxProvider : "CloudProviderID"

Fields

Field Type Description
Created datetime Date/Time this entity was created
ID numeric Internal ID for the CloudProvider entity (Primary Key)
Name string Cloud provider name
OctopusID string OctoSAM internal name for programmatic access to the cloud provider entity (e.g., in queries)
SupportsServicesDetails boolean True if the cloud provider supports detailed service information

Referenced by

Table Column Name Description
CloudProviderAccount CloudProviderID Cloud provider specific account
CloudProviderService CloudProviderID Cloud service information
MailboxProvider CloudProviderID Mailbox provider information - reserved for future use