ManagedClusterSecurityProfile.CustomCaTrustCertificates Property

Definition

Gets or sets a list of up to 10 base64 encoded CAs that will be added to the trust store on all nodes in the cluster. For more information see Custom CA Trust Certificates.

[Newtonsoft.Json.JsonProperty(PropertyName="customCATrustCertificates")]
public System.Collections.Generic.IList<byte[]> CustomCaTrustCertificates { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="customCATrustCertificates")>]
member this.CustomCaTrustCertificates : System.Collections.Generic.IList<byte[]> with get, set
Public Property CustomCaTrustCertificates As IList(Of Byte())

Property Value

IList<Byte[]>
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to