ClusterResourceProperties.ClientCertificates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets list of TLS certificates used to authorize clients connecting to the cluster. All connections are TLS encrypted whether clientCertificates is set or not, but if clientCertificates is set, the managed Cassandra cluster will reject all connections not bearing a TLS client certificate that can be validated from one or more of the public certificates in this property.
[Newtonsoft.Json.JsonProperty(PropertyName="clientCertificates")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.Certificate> ClientCertificates { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="clientCertificates")>]
member this.ClientCertificates : System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.Certificate> with get, set
Public Property ClientCertificates As IList(Of Certificate)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Applies to
Azure SDK for .NET