public sealed class CorsSettings : IMessage<CorsSettings>, IEquatable<CorsSettings>, IDeepCloneable<CorsSettings>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class CorsSettings.
Allows customers to configure HTTP request paths that'll allow HTTP
OPTIONS call to bypass authentication and authorization.
Implements
IMessageCorsSettings, IEquatableCorsSettings, IDeepCloneableCorsSettings, 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
authentication and authorization. If undefined, IAP will not apply any
special logic to OPTIONS requests.
| Property Value | |
|---|---|
| Type | Description |
bool |
|