Show / Hide Table of Contents

Class AccountBlobPropertiesCorsRule

Inheritance
System.Object
AccountBlobPropertiesCorsRule
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.Storage.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AccountBlobPropertiesCorsRule

Fields

View Source

AllowedHeaders

A list of headers that are allowed to be a part of the cross-origin request.

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

AllowedMethods

A list of http headers that are allowed to be executed by the origin. Valid options are DELETE, GET, HEAD, MERGE, POST, OPTIONS, PUT or PATCH.

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

AllowedOrigins

A list of origin domains that will be allowed by CORS.

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

ExposedHeaders

A list of response headers that are exposed to CORS clients.

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

MaxAgeInSeconds

The number of seconds the client should cache a preflight response.

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