Share via


ManagedClusterAgentPoolProfileProperties.SecurityProfileEnableVtpm Property

Definition

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.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Origin(Microsoft.Azure.PowerShell.Cmdlets.Aks.PropertyOrigin.Inlined)]
public bool? SecurityProfileEnableVtpm { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Origin(Microsoft.Azure.PowerShell.Cmdlets.Aks.PropertyOrigin.Inlined)>]
member this.SecurityProfileEnableVtpm : Nullable<bool> with get, set
Public Property SecurityProfileEnableVtpm As Nullable(Of Boolean)

Property Value

Implements

Attributes

Applies to