Share via


CassandraClusterProperties.ClientCertificates Property

Definition

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.

public Azure.Provisioning.BicepList<Azure.Provisioning.CosmosDB.CassandraCertificate> ClientCertificates { get; set; }
member this.ClientCertificates : Azure.Provisioning.BicepList<Azure.Provisioning.CosmosDB.CassandraCertificate> with get, set
Public Property ClientCertificates As BicepList(Of CassandraCertificate)

Property Value

Applies to