Class GetServiceCorsConfigurationResult
Inheritance
System.Object
GetServiceCorsConfigurationResult
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 GetServiceCorsConfigurationResult
Fields
View SourceAllowCredentials
Are credentials are allowed via CORS?
Declaration
public readonly bool AllowCredentials
Field Value
| Type | Description |
|---|---|
| System.Boolean |
AllowedHeaders
The 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
The 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.Int32 |