Show / Hide Table of Contents

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 Source

AllowCredentials

Are credentials are allowed via CORS?

Declaration
public readonly bool AllowCredentials
Field Value
Type Description
System.Boolean
View Source

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

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

MaxAgeInSeconds

The max age to be allowed via CORS.

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