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