CloudServiceInstanceConnection Table

CloudServiceInstanceConnection stores a link between cloud service instance in CloudServiceInstance which have been reported in inventory, and ComplianceConnectionID that can be used to identify which inventory sources that the cloud service instance come from.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for CloudServiceInstanceConnection table

Database Column

Details

CloudServiceInstanceID

Type: big integer. Key

A unique identifier for the cloud service instance. Foreign key to the CloudServiceInstance table.

ComplianceConnectionID

Type: integer. Key

The inventory source where the cloud service instance was reported. Foreign key to the ComplianceConnection table.