SecurityProfile interface

Specifies the security profile settings for the virtual machine or virtual machine scale set.

Properties

encryptionAtHost

This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself.

securityType

Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings.

uefiSettings

Specifies the security settings like secure boot and vTPM used while creating the virtual machine.

Property Details

encryptionAtHost

This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself.

encryptionAtHost?: boolean

Property Value

boolean

securityType

Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings.

securityType?: "trustedLaunch"

Property Value

"trustedLaunch"

uefiSettings

Specifies the security settings like secure boot and vTPM used while creating the virtual machine.

uefiSettings?: UefiSettings

Property Value