Skip to content

CloudProviderAccountLicensingPlanCloudProviderService

N:m relation between licensing plan and service.

erDiagram
    CloudProviderAccountLicensingPlan ||--o{ CloudProviderAccountLicensingPlanCloudProviderService : "CloudProviderAccountLicensingPlanID"
    CloudProviderService ||--o{ CloudProviderAccountLicensingPlanCloudProviderService : "CloudProviderServiceID"
    CloudProviderAccountLicensingPlanCloudProviderService ||--o{ UserCloudProviderAccountLicensingPlanCloudProviderService : "CloudProviderAccountLicensingPlanCloudProviderServiceID"

Fields

Field Type Description
CloudProviderAccountLicensingPlanID numeric Internal ID that references the CloudProviderAccountLicensingPlan entity (Foreign Key)
CloudProviderServiceID numeric Internal ID that references the CloudProviderService entity (Foreign Key)
Created datetime Date/Time this record was created
CreatedGuid guid GUID of the scan that created this record
ID numeric Internal ID for the CloudProviderAccountLicensingPlanCloudProviderService entity (Primary Key)
LastScan datetime Date/Time this relation was last scanned
LastScanGuid guid GUID of the scan that last scanned this relation
ProvisioningStatus string Provider dependent provisioning state

References

Column Name Referenced Table Description
CloudProviderAccountLicensingPlanID CloudProviderAccountLicensingPlan Cloud provider licensing plan information
CloudProviderServiceID CloudProviderService Cloud service information

Referenced by

Table Column Name Description
UserCloudProviderAccountLicensingPlanCloudProviderService CloudProviderAccountLicensingPlanCloudProviderServiceID User assigned account licensing plan service relation status Information