Share via


GitRepositoryPatchDefinition.SshKnownHosts Property

Definition

Gets or sets base64-encoded known_hosts value containing public SSH keys required to access private git repositories over SSH

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to