public interface CorsSettingsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAllowHttpOptions()
public abstract BoolValue getAllowHttpOptions()
Configuration to allow HTTP OPTIONS
calls to skip
authentication and authorization. If undefined, IAP will not apply any
special logic to OPTIONS
requests.
.google.protobuf.BoolValue allow_http_options = 1;
Returns | |
---|---|
Type | Description |
BoolValue |
The allowHttpOptions. |
getAllowHttpOptionsOrBuilder()
public abstract BoolValueOrBuilder getAllowHttpOptionsOrBuilder()
Configuration to allow HTTP OPTIONS
calls to skip
authentication and authorization. If undefined, IAP will not apply any
special logic to OPTIONS
requests.
.google.protobuf.BoolValue allow_http_options = 1;
Returns | |
---|---|
Type | Description |
BoolValueOrBuilder |
hasAllowHttpOptions()
public abstract boolean hasAllowHttpOptions()
Configuration to allow HTTP OPTIONS
calls to skip
authentication and authorization. If undefined, IAP will not apply any
special logic to OPTIONS
requests.
.google.protobuf.BoolValue allow_http_options = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the allowHttpOptions field is set. |