Compartir a través de


GitRepositoryPatchDefinition.SshKnownHosts Propiedad

Definición

Obtiene o establece el valor de known_hosts codificado en base64 que contiene claves SSH públicas necesarias para acceder a repositorios de Git privados a través de 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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a