SecurityProfile interface
Specifies the security profile settings for the virtual machine or virtual machine scale set.
Properties
| encryption |
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. |
| proxy |
Specifies ProxyAgent settings while creating the virtual machine. |
| security |
Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. |
| uefi |
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
proxyAgentSettings
Specifies ProxyAgent settings while creating the virtual machine.
proxyAgentSettings?: ProxyAgentSettings
Property Value
securityType
Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings.
securityType?: SecurityTypes
Property Value
uefiSettings
Specifies the security settings like secure boot and vTPM used while creating the virtual machine.
uefiSettings?: UefiSettings