Share via


SiteConfigResource.ScmMinTlsVersion Property

Definition

Gets or sets scmMinTlsVersion: configures the minimum version of TLS required for SSL requests for SCM site. Possible values include: '1.0', '1.1', '1.2'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to