Agent Pool Security Profile Response
data class AgentPoolSecurityProfileResponse(val enableSecureBoot: Boolean? = null, val enableVTPM: Boolean? = null)
The security settings of an agent pool.
Properties
Link copied to clipboard
Secure Boot is a feature of Trusted Launch which ensures that only signed operating systems and drivers can boot. For more details, see aka.ms/aks/trustedlaunch. If not specified, the default is false.
Link copied to clipboard
vTPM is a Trusted Launch feature for configuring a dedicated secure vault for keys and measurements held locally on the node. For more details, see aka.ms/aks/trustedlaunch. If not specified, the default is false.