public sealed class CorsSettings : IMessage<CorsSettings>, IEquatable<CorsSettings>, IDeepCloneable<CorsSettings>, IBufferMessage, IMessageAllows customers to configure HTTP request paths that'll allow HTTP OPTIONS call to bypass authentication and authorization.
Implements
IMessage<CorsSettings>, IEquatable<CorsSettings>, IDeepCloneable<CorsSettings>, IBufferMessage, IMessageNamespace
Google.Cloud.Iap.V1Assembly
Google.Cloud.Iap.V1.dll
Constructors
CorsSettings()
public CorsSettings()CorsSettings(CorsSettings)
public CorsSettings(CorsSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
CorsSettings |
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 | |
|---|---|
| Type | Description |
Nullable<Boolean> |
|