Class ServiceCorsConfiguration
Inheritance
System.Object
ServiceCorsConfiguration
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServiceCorsConfiguration
Fields
View SourceAllowCredentials
If credentials are allowed via CORS.
Declaration
public readonly bool? AllowCredentials
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
AllowedHeaders
A set of headers to be allowed via CORS.
Declaration
public readonly ImmutableArray<string> AllowedHeaders
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
AllowedMethods
The methods to be allowed via CORS.
Declaration
public readonly ImmutableArray<string> AllowedMethods
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
AllowedOrigins
A set of origins to be allowed via CORS.
Declaration
public readonly ImmutableArray<string> AllowedOrigins
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
MaxAgeInSeconds
The max age to be allowed via CORS.
Declaration
public readonly int? MaxAgeInSeconds
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |