Dela via


INamespace.ClientAuthenticationAlternativeAuthenticationNameSource Property

Definition

Alternative authentication name sources related to client authentication settings for namespace resource.

[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PSArgumentCompleter(new System.String[] { "ClientCertificateSubject", "ClientCertificateDns", "ClientCertificateUri", "ClientCertificateIp", "ClientCertificateEmail" })]
[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="Alternative authentication name sources related to client authentication settings for namespace resource.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="alternativeAuthenticationNameSources", Update=true)]
public System.Collections.Generic.List<string> ClientAuthenticationAlternativeAuthenticationNameSource { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PSArgumentCompleter(new System.String[] { "ClientCertificateSubject", "ClientCertificateDns", "ClientCertificateUri", "ClientCertificateIp", "ClientCertificateEmail" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="Alternative authentication name sources related to client authentication settings for namespace resource.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="alternativeAuthenticationNameSources", Update=true)>]
member this.ClientAuthenticationAlternativeAuthenticationNameSource : System.Collections.Generic.List<string> with get, set
Public Property ClientAuthenticationAlternativeAuthenticationNameSource As List(Of String)

Property Value

Attributes

Applies to