AgentPoolSecurityProfile.EnableVtpm Property

Definition

Gets or sets 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.

[Newtonsoft.Json.JsonProperty(PropertyName="enableVTPM")]
public bool? EnableVtpm { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="enableVTPM")>]
member this.EnableVtpm : Nullable<bool> with get, set
Public Property EnableVtpm As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to