IMicrosoftGraphCertificateBasedAuthConfiguration.CertificateAuthority Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Collection of certificate authorities which creates a trusted certificate chain.
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="Collection of certificate authorities which creates a trusted certificate chain.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphCertificateAuthority) }, Read=true, ReadOnly=false, Required=false, SerializedName="certificateAuthorities", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphCertificateAuthority[] CertificateAuthority { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="Collection of certificate authorities which creates a trusted certificate chain.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphCertificateAuthority) }, Read=true, ReadOnly=false, Required=false, SerializedName="certificateAuthorities", Update=true)>]
member this.CertificateAuthority : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphCertificateAuthority[] with get, set
Public Property CertificateAuthority As IMicrosoftGraphCertificateAuthority()
Property Value
- Attributes