Cloud Identity-Aware Proxy v1 API - Class CorsSettings (2.6.0)

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

Reference 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.

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
bool