Reference documentation and code samples for the Google Cloud Iap V1 Client class CorsSettings.
Allows customers to configure HTTP request paths that'll allow HTTP OPTIONS call to bypass authentication and authorization.
Generated from protobuf message google.cloud.iap.v1.CorsSettings
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ allow_http_options
Google\Protobuf\BoolValue
Configuration to allow HTTP OPTIONS calls to skip authorization. If undefined, IAP will not apply any special logic to OPTIONS requests.
getAllowHttpOptions
Configuration to allow HTTP OPTIONS calls to skip authorization. If undefined, IAP will not apply any special logic to OPTIONS requests.
Generated from protobuf field .google.protobuf.BoolValue allow_http_options = 1;
Google\Protobuf\BoolValue|null
hasAllowHttpOptions
clearAllowHttpOptions
getAllowHttpOptionsValue
Returns the unboxed value from getAllowHttpOptions()
Configuration to allow HTTP OPTIONS calls to skip authorization. If undefined, IAP will not apply any special logic to OPTIONS requests.
Generated from protobuf field .google.protobuf.BoolValue allow_http_options = 1;
bool|null
setAllowHttpOptions
Configuration to allow HTTP OPTIONS calls to skip authorization. If undefined, IAP will not apply any special logic to OPTIONS requests.
Generated from protobuf field .google.protobuf.BoolValue allow_http_options = 1;
var
Google\Protobuf\BoolValue
$this
setAllowHttpOptionsValue
Sets the field by wrapping a primitive type in a Google\Protobuf\BoolValue object.
Configuration to allow HTTP OPTIONS calls to skip authorization. If undefined, IAP will not apply any special logic to OPTIONS requests.
Generated from protobuf field .google.protobuf.BoolValue allow_http_options = 1;
var
bool|null
$this