다음을 통해 공유


IManagedClusterProperties.SecurityProfileCustomCaTrustCertificate 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.Runtime.Info(Create=true, Description="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](https://learn.microsoft.com/en-us/azure/aks/custom-certificate-authority).", PossibleTypes=new System.Type[] { typeof(System.Byte[]) }, Read=true, ReadOnly=false, Required=false, SerializedName="customCATrustCertificates", Update=true)]
public System.Collections.Generic.List<byte[]> SecurityProfileCustomCaTrustCertificate { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="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](https://learn.microsoft.com/en-us/azure/aks/custom-certificate-authority).", PossibleTypes=new System.Type[] { typeof(System.Byte[]) }, Read=true, ReadOnly=false, Required=false, SerializedName="customCATrustCertificates", Update=true)>]
member this.SecurityProfileCustomCaTrustCertificate : System.Collections.Generic.List<byte[]> with get, set
Public Property SecurityProfileCustomCaTrustCertificate As List(Of Byte())

Property Value

List<Byte[]>
Attributes

Applies to