VirtualMachineInstancePropertiesSecurityProfileResponse

data class VirtualMachineInstancePropertiesSecurityProfileResponse(val enableTPM: Boolean? = null, val securityType: String? = null, val uefiSettings: VirtualMachineInstancePropertiesSecurityProfileUefiSettingsResponse? = null)

SecurityProfile - Specifies the security settings for the virtual machine instance.

Constructors

constructor(enableTPM: Boolean? = null, securityType: String? = null, uefiSettings: VirtualMachineInstancePropertiesSecurityProfileUefiSettingsResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enableTPM: Boolean? = null

Enable TPM flag

Link copied to clipboard
val securityType: String? = null

Specifies the SecurityType of the virtual machine. EnableTPM and SecureBootEnabled must be set to true for SecurityType to function.

Link copied to clipboard

Uefi settings of the virtual machine instance