Share via


NodeType.SecurityType Property

Definition

Gets or sets specifies the security type of the nodeType. Only TrustedLaunch is currently supported Possible values include: 'TrustedLaunch'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to