ICorsRule.AllowedHeader Property

Definition

Required if CorsRule element is present. A list of headers allowed to be part of the cross-origin request.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Required if CorsRule element is present. A list of headers allowed to be part of the cross-origin request.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="allowedHeaders")]
public string[] AllowedHeader { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Required if CorsRule element is present. A list of headers allowed to be part of the cross-origin request.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="allowedHeaders")>]
member this.AllowedHeader : string[] with get, set
Public Property AllowedHeader As String()

Property Value

String[]
Attributes

Applies to