Cluster.ClientCertificateCommonNames Property

Definition

Gets or sets the list of client certificates referenced by common name that are allowed to manage the cluster.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.clientCertificateCommonNames")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.ClientCertificateCommonName> ClientCertificateCommonNames { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.clientCertificateCommonNames")>]
member this.ClientCertificateCommonNames : System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.ClientCertificateCommonName> with get, set
Public Property ClientCertificateCommonNames As IList(Of ClientCertificateCommonName)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to