IAuthConfig.ForwardProxyCustomProtoHeaderName Property

Definition

The name of the header containing the scheme of the request.

[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="The name of the header containing the scheme of the request.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="customProtoHeaderName", Update=true)]
public string ForwardProxyCustomProtoHeaderName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="The name of the header containing the scheme of the request.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="customProtoHeaderName", Update=true)>]
member this.ForwardProxyCustomProtoHeaderName : string with get, set
Public Property ForwardProxyCustomProtoHeaderName As String

Property Value

Attributes

Applies to