Class CorsSettings (1.1.0)

public sealed class CorsSettings : IMessage<CorsSettings>, IEquatable<CorsSettings>, IDeepCloneable<CorsSettings>, IBufferMessage, IMessage

Allows customers to configure HTTP request paths that'll allow HTTP OPTIONS call to bypass authentication and authorization.

Inheritance

Object > CorsSettings

Namespace

Google.Cloud.Iap.V1

Assembly

Google.Cloud.Iap.V1.dll

Constructors

CorsSettings()

public CorsSettings()

CorsSettings(CorsSettings)

public CorsSettings(CorsSettings other)
Parameter
NameDescription
otherCorsSettings

Properties

AllowHttpOptions

public bool? AllowHttpOptions { get; set; }

Configuration to allow HTTP OPTIONS calls to skip authorization. If undefined, IAP will not apply any special logic to OPTIONS requests.

Property Value
TypeDescription
Nullable<Boolean>