Package version:

Interface UefiSettings

Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.

interface UefiSettings {
    secureBootEnabled?: boolean;
    vTpmEnabled?: boolean;
}

Properties

secureBootEnabled?: boolean

Specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01.

vTpmEnabled?: boolean

Specifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01.