EN
Español
English
Português
    AAM_CLOUD_SECURITY_PROFILE

    Store the security profile of virtual machines in the cloud

    Data model

    Fields

    Field Type Description
    secure_boot_enabled BIT Flag indicating whether Secure Boot on the VM is enabled
    security_type* NVARCHAR (100) Virtual machine security type
    subscription_id* INT Unique Subscription Identifier
    vm_id* NVARCHAR (100) VM Unique Identifier
    vtpm_enabled BIT Flag indicating whether the Trusted Platform Virtual Module (vTPM) on the VM is enabled

    Primary Key

    PK_AAM_CLOUD_SECURITY_PROFILE
    subscription_id, vm_id

    References

    Column Referenced Table Referenced column Name
    subscription_id* dbo.AAM_CLOUD_SYNCHRONIZATION subscription_id FK01_AAM_CLOUD_SECURITY_PROFILE
    vm_id* dbo.AAM_CLOUD_SYNCHRONIZATION vm_id FK01_AAM_CLOUD_SECURITY_PROFILE