Show / Hide Table of Contents

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 Source

AllowCredentials

If credentials are allowed via CORS.

Declaration
public readonly bool? AllowCredentials
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

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>
View Source

AllowedMethods

The methods to be allowed via CORS.

Declaration
public readonly ImmutableArray<string> AllowedMethods
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

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>
View Source

MaxAgeInSeconds

The max age to be allowed via CORS.

Declaration
public readonly int? MaxAgeInSeconds
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.