Class ServiceCorsConfigurationArgs
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.Healthcare.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServiceCorsConfigurationArgs : ResourceArgs
Constructors
View SourceServiceCorsConfigurationArgs()
Declaration
public ServiceCorsConfigurationArgs()
Properties
View SourceAllowCredentials
If credentials are allowed via CORS.
Declaration
public Input<bool> AllowCredentials { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
AllowedHeaders
A set of headers to be allowed via CORS.
Declaration
public InputList<string> AllowedHeaders { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
AllowedMethods
The methods to be allowed via CORS.
Declaration
public InputList<string> AllowedMethods { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
AllowedOrigins
A set of origins to be allowed via CORS.
Declaration
public InputList<string> AllowedOrigins { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
MaxAgeInSeconds
The max age to be allowed via CORS.
Declaration
public Input<int> MaxAgeInSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |