Share via


GitRepositoryPatchDefinition.HttpsCACert Property

Definition

Gets or sets base64-encoded HTTPS certificate authority contents used to access git private git repositories over HTTPS

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to