Share via


SecurityProfile.SecurityType Property

Definition

Gets or sets specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set. Possible values include: 'TrustedLaunch', 'ConfidentialVM'

[Newtonsoft.Json.JsonProperty(PropertyName="securityType")]
public string SecurityType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="securityType")>]
member this.SecurityType : string with get, set
Public Property SecurityType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to