VirtualMachineInstancePropertiesResponseSecurityProfile

data class VirtualMachineInstancePropertiesResponseSecurityProfile(val enableTPM: Boolean? = null, val securityType: String? = null, val uefiSettings: VirtualMachineInstancePropertiesResponseUefiSettings? = null)

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enableTPM: Boolean? = null
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.