SecurityProfile Class
Specifies the security profile settings for the virtual machine or virtual machine scale set.
Constructor
SecurityProfile(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
security_type
|
str or
SecurityTypes
Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. Known values are: "trustedLaunch" and "confidentialVM". |
|
encryption_at_host
|
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. |
|
uefi_settings
|
Specifies the security settings like secure boot and vTPM used while creating the virtual machine. |
|
proxy_agent_settings
|
Specifies ProxyAgent settings while creating the virtual machine. |
Attributes
encryption_at_host
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.
encryption_at_host: bool | None
proxy_agent_settings
Specifies ProxyAgent settings while creating the virtual machine.
proxy_agent_settings: _models.ProxyAgentSettings | None
security_type
Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. Known values are: "trustedLaunch" and "confidentialVM".
security_type: str | _models.SecurityTypes | None
uefi_settings
Specifies the security settings like secure boot and vTPM used while creating the virtual machine.
uefi_settings: _models.UefiSettings | None