Share via


SourceControlConfiguration.SshKnownHostsContents Property

Definition

Gets or sets base64-encoded known_hosts contents containing public SSH keys required to access private Git instances

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to