Share via


ManagedClusterSecurityProfile.CustomCaTrustCertificate Property

Definition

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.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Origin(Microsoft.Azure.PowerShell.Cmdlets.Aks.PropertyOrigin.Owned)]
public System.Collections.Generic.List<byte[]> CustomCaTrustCertificate { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Origin(Microsoft.Azure.PowerShell.Cmdlets.Aks.PropertyOrigin.Owned)>]
member this.CustomCaTrustCertificate : System.Collections.Generic.List<byte[]> with get, set
Public Property CustomCaTrustCertificate As List(Of Byte())

Property Value

List<Byte[]>

Implements

Attributes

Applies to