INamespace.ClientAuthenticationAlternativeAuthenticationNameSource 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.
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