Show / Hide Table of Contents

Class BucketCor

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

Fields

View Source

MaxAgeSeconds

The value, in seconds, to return in the Access-Control-Max-Age header used in preflight responses.

Declaration
public readonly int? MaxAgeSeconds
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Methods

The list of HTTP methods on which to include CORS response headers, (GET, OPTIONS, POST, etc) Note: "*" is permitted in the list of methods, and means "any method".

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

Origins

The list of Origins eligible to receive CORS response headers. Note: "*" is permitted in the list of origins, and means "any Origin".

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

ResponseHeaders

The list of HTTP headers other than the simple response headers to give permission for the user-agent to share across domains.

Declaration
public readonly ImmutableArray<string> ResponseHeaders
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.