UefiSettings interface 
Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.
Properties
| secure | 
	Specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01.  | 
| v | 
	Specifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01.  | 
Property Details
		secureBootEnabled
	  
	Specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
secureBootEnabled?: boolean
				Property Value
boolean
		vTpmEnabled
	  
	Specifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
vTpmEnabled?: boolean
				Property Value
boolean