AgentPoolSecurityProfile.EnableSecureBoot Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to