Class FunctionAppSiteConfigCorsArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.AppService.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FunctionAppSiteConfigCorsArgs : ResourceArgs
Constructors
View SourceFunctionAppSiteConfigCorsArgs()
Declaration
public FunctionAppSiteConfigCorsArgs()
Properties
View SourceAllowedOrigins
A list of origins which should be able to make cross-origin calls. * can be used to allow all calls.
Declaration
public InputList<string> AllowedOrigins { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
SupportCredentials
Are credentials supported?
Declaration
public Input<bool> SupportCredentials { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |