Class CorsSettings (1.5.3)

CorsSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attribute

NameDescription
allow_http_options google.protobuf.wrappers_pb2.BoolValue
Configuration to allow HTTP OPTIONS calls to skip authorization. If undefined, IAP will not apply any special logic to OPTIONS requests.

Inheritance

builtins.object > proto.message.Message > CorsSettings